[sysadmin-bin] (168 commits) ...Add 'git/' from commit '05168bc20a8a4f24f0b08ce3ec91a1972e1620bc'



Summary of changes:

  bb72fbc... Add upstream post-receive-email
  78daa24... Make post-receive-email executable
  f59dd81... Add a README
  08bda26... Send mail as USER src gnome org
  782ef1b... Use a short identifier in the Subject line
  afc7e2f... Remove some excess text from commit mails
  707ae8f... Add log-push script
  b5c4afc... Convert GIT_DIR to absolute before extracting short project
  1ff3236... Add a standard GNOME post-receive hook
  50d3b5d... Add upstream ciabot.pl
  29ed44b... Configure ciabot.pl
  4d2da66... Add notification of "CIA" to the standard GNOME post-receiv
  01782ac... Fix permissions on ciabot.pl
  8f5672a... Remove stray 'sleep 10'
  f7ab754... Set umask before writing to gnome_pushlog
  ea150fe... Un-escape ciabot.pl
  e23c669... Remove a stray debug echo
  1a30658... Pass the module name to CIA
  d9c6f71... Include Keywords header in mail sent out to allow svn-commi
  8842653... Fix error with ciabot.pl modification
  6590e7b... Add a new and better post-receive email script
  e7b986e... Add script to discover git repos and generate cgit config f
  1a3e013... Small improvements to find-repos.sh
  8ae158d... Rename find-repos.sh to find-cgit-repos.sh
  feed688... Add a descriptive comment to find-cgit-repo.sh
  858a328... Add a clone of subprocess.CalledProcessError
  545e0e9... Add missing [] around subprocess.Popen() argument list
  6ae7a16... Properly separate project and branch names
  d22e73c... Fix a stray quote
  704be63... Improve cover email subject for a single commit cover lette
  14590f9... Fix ordering issue by adding a separate prepare() method to
  fe7b408... Don't show commits since the beginning of time for branch c
  88596c5... Switch to the new gnome-post-receive-email script
  46e1b9a... Suppress 1/1 in subject lines
  b6cc3e8... Add a port of the svn pre-commit .po file check
  3bece93... Add a pre-receive check for a MAINTAINERS file
  5e43c7c... Add pre-receive checks for policy
  3158c8c... Put in a delay between emails sent for a single push
  5959cf9... Fix communication to subprocess
  f67ef31... Don't prepend a blank link to subsequent mails
  bcf4efc... Trivial style improvement to last commit
  5794b93... Add a script to update hooks and config for all repositorie
  a4e50e2... Include more of the Git subject in the Subject:
  4cf3ea2... Don't number commit emails unless there is a cover letter
  49ebaca... Move explanation pages from GitFoo to Git/Help/Foo
  e5d0fe2... Move help pages from GitFoo to Git/Help/Foo for pre-receive
  695f8ad... Allow specifying repositories for gnomify-repos
  0773b47... Add a script to update /git/cgit.repositories
  dc0ebc6... Add a script to create a new repository
  744ea1c... Mark newly created repositories as [PENDING] in cgit.
  18a1abc... Add wrapper scripts for git-receive-pack for importing and 
  a0fb85c... Add status to update-cgit
  379cc1c... Create a 'functions' library
  0a444af... Make create-repository print an informative message on exit
  a1e90d7... Add a finish-import script
  618a5f0... Fix printing the create-repository message
  01c8124... Quote "$@" in exec lines
  927813a... Make create-repository and update-cgit self-sudo'ing.
  230f6fb... Set the umask in create-repository
  e78620b... Suppress notifications for pending repositories
  c69da44... Force the user to use git push --exec=import for importing
  7670166... During import allow creating lightweight tags and deleting 
  53f8df4... Improve messages related to importing
  ce93ce0... Allow adminstrators to git push --exec=force certain things
  67bf848... Fix pre-receive-check-po to handle branch creation
  88882ba... Fix expr regular expression syntaxs
  d1ca905... Skip .po check during import
  618a485... Style: use 'a || exit 1' for "command must succeed"
  54c2d36... Remove explicit invocation of sudo from finish-import
  f22a512... Change to / before sudo'ing to gitadmin
  0857ae5... Add username to the other ssh command in the create-reposit
  fbb2757... Set core.sharedrepository in gnomify-repos
  617bc56... Use LANG=C to suppress weird character class behavior
  6100aa5... Check number of arguments for create-repository/finish-impo
  f7b3301... Look for gettext-0.17 tools and use msgfmt -c
  fff03b2... Split utility functions out of gnome-post-receive-email
  e31e0ea... Add a post-receive hook for sending out rebuild triggers
  442a839... Add two checks for common mistakes
  c0de06b... Bypass commit sanity checks during import and for --exec=fo
  a72dd8e... Extract the projects shortdesc from DOAP into the git modul
  ea91ad1... Add a missing import
  9694056... Run update-cgit when we find a new description
  0a65a76... Fix bug where check for importing got moved to the wrong pl
  bac91dc... Pass -M to git-show when generating email diffs
  51aa6a4... For unnamed repositories, link to how to create a DOAP file
  cb53240... Oops, reset the repository name on every iteration
  ff72d72... Don't print non-errors to stderr
  c56077b... Use categories from module .doap files for CGIT grops
  a967a06... Sort repositories alphabetically
  938543a... Add unmodified description handling into Python find-repos
  471d54f... Skip not-repository directories when listing repositories
  89dd8cf... Treat an empty description like the default description
  985885c... Write out a flat repositories.txt along with repositories.c
  23205d0... Make extract-doap-info save the DOAP file in GIT_DIR
  3dc8c66... Add RDF writing capabilities to semi_rdf.py
  6adc9f1... Generalize find-cgit-repos into build-repo-list
  6bc661b... Validate DOAP files
  375c5d6... Create a fallback GIT_DIR/gnome_doap from MAINTAINERS
  fd1a97d... Add a script to extract DOAP information from all modules
  716cc5a... Die in a more friendly way on SAXParseException
  06f8c09... Set the umask when creating info files
  c2ee84d... Make MAINTAINERS file parsing more lenient
  47fa263... Fix handling of modules without any maintainer information
  2966f3b... Fix encoding handling for non-ascii literals
  3d212d1... Encode as UTF-8, not decode from UTF-8
  7af56f5... When generating DOAP files, use resources for foaf:mbox
  3875aaa... Fixed typo that put bindings into platform
  2ab45e6... Kill useless split_lines function
  e7ff9fc... Remove split_lines reference
  d22f8cc... Make get_module_name() work for clones/checkouts
  949d0d6... gnome-post-receive-email: Encode user names as needed
  ab95168... gnome-post-receive-email: Handle initial push
  8f54f3e... git.py: Add get_project_description()
  9fb90a4... gnome-post-receive-email: CC release-team for official bran
  43355a8... Fix typo
  3a790b0... gnome-post-receive-email: Also inform gnome-i18n, gnome-doc
  831f620... gnome-post-receive-email: Only cc for cover email, and rest
  ff42472... Testing commits-list
  e4f268a... GitRepository has been added to DOAP
  5070f7b... UTF-8 by Todd Zullinger causes traceback errors, bgo#590156
  ae9d812... Fix GitRepository properties
  9289952... Fix a stray debug print
  3270381... Fix problem with left-over nodes at the toplevel.
  7467729... semi_rdf.py: Add find_properties to Node class
  93f526b... doap-from-maintainers: Parse more MAINTAINERS files
  fa43f26... Really fix the problem
  4751292... Update paths used when checking for existing projects
  6dbd7c8... gnome-post-receive-email: Send branch creation email also t
  0cee998... Fix problem when old revision and new revision have no comm
  f756fbd... Change svn-commist-list to commits-list
  6ad91ed... Check for invalid syntax
  783c8ce... Remove pending repos from the repositories.doap file
  9564122... DOAP file has to be valid before pending flag can be cleare
  8fccbea... Hide pending repos from flat and doap outputs
  1274ee5... Fix code
  e6c63e6... Bug 617180: Unable to finish-import a new Git repository
  d1ee398... Add Archived section
  bdba2d3... Fix section filename
  10d022d... Hack the ordering
  635bc1d... Don't allow pushes to archived repositories
  06b1def... Test commit
  f4f6279... Actually reject archived commits
  168a106... Ignore symbolic links
  defe126... Fix the symlink fix
  297524e... Fix the fix to the fix
  520f558... noop commit to move the HERE docs to use <<- EOF
  2c0bf2b... Don't allow tags named HEAD, it breaks stuff
  8d41ff5... build-repo-list: Fix browse location
  548dee9... Configure repos for secure and fast Git 1.6.6+ http method
  bb49aa0... Limit the length of repositories
  752b16e... Remove white space mangling
  f2a7ade... build-repo-list: repo should start with repo.url, not with 
  08a8e84... post-receive-email: kill it
  5ce6093... gnome-post-receive-email: utf-8 header
  f73e921... gnome-post-receive-email: utf-8 header
  e1d4c78... gnome-post-receive-email: utf-8 header
  a2c3b40... gnome-post-receive-email: utf-8 header
  dbaa94d... test commit
  bebec39... gnome-post-receive-email: utf-8 header
  2f237ab... Really require DOAP files
  bb5d8de... attempt to encode subject as utf-8
  7f00265... Add proper namespaces for doap, foaf and gnome in dump_rdf
  65bbe73... Allow deleting HEAD tags.
  8721ed5... Reject commit messages auto-generated by git-bz
  c173961... ciabot.pl: handle parent-less commits
  9752103... gnome-post-receive-email: handle pushing branch creations a
  05168bc... Fix leftover in last commit
  84a13ee... Add 'git/' from commit '05168bc20a8a4f24f0b08ce3ec91a1972e1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]