summaryrefslogtreecommitdiffstats
path: root/roles/distgit
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace tab with spacesPierre-Yves Chibon2015-01-131-47/+47
|
* Remove process-git-requests from distgit roleTill Maas2015-01-122-655/+0
| | | | The script is maintained in rel-eng repo. The version here is outdated.
* Another cron fixKevin Fenzi2015-01-101-1/+1
|
* Do not install nor configure the email-libravatar script while the package ↵Pierre-Yves Chibon2014-12-161-1/+1
| | | | isn't in epel7
* distgit: Update the gitolite.rc file to Gitolite3Mathieu Bridon2014-12-153-169/+137
|
* lookaside: Add the hash type to the folder structureMathieu Bridon2014-10-281-1/+5
| | | | | | This makes it more explicit which hash was used for a given tarball. https://fedorahosted.org/rel-eng/ticket/5846
* lookaside: Add support for sha512 file hashesMathieu Bridon2014-10-281-6/+18
| | | | | | | | | | With this change, the upload CGI script will start preferring uploads hashed as sha512, but still accept md5 as a fallback. The message emitted on fedmsg is unchanged, because doing so would break it. We're going to fix that later though. https://fedorahosted.org/rel-eng/ticket/5846
* lookaside: De-hardcode md5 assumptions...Mathieu Bridon2014-10-281-21/+20
| | | | | | | | | | | | | ... as much as possible. The point of this patch is to make it easier to move away from md5 in a subsequent patch, without having one monster change which would be impossible to review. Some md5 stuff remains hardcoded, because changing it at this point would break compatibility. https://fedorahosted.org/rel-eng/ticket/5846
* lookaside: Drop EL < 6 supportMathieu Bridon2014-10-281-6/+2
| | | | | | | This will make it easier to move away from md5 for the source tarballs. It shouldn't cause any problem anyway, as Fedora runs this on EL 6 in production, and EL 7 in staging.
* lookaside: Remove tempfile when hash verification failsMathieu Bridon2014-10-281-0/+1
| | | | Without this, tempfiles just accumulate.
* distgit: Schedule a weekly check of the update hooksMathieu Bridon2014-10-272-0/+7
| | | | | This allows ensuring over time that all repositories have the right update hooks set up.
* distgit: Block push of branches named 'origin/*'Mathieu Bridon2014-10-271-2/+10
| | | | | | | | | | | We already use the update hook for gitolite. This introduces a new update hook, which merely chains the gitolite one, and a new one to block pushes to badly named branches. The new hook was written originally by Till Maas. https://fedorahosted.org/rel-eng/ticket/4071
* distgit: One action per taskMathieu Bridon2014-09-241-1/+3
| | | | | | | This had been found by misc during his review of the patches, but the unfixed patch is what got merged. https://fedorahosted.org/fedora-infrastructure/ticket/4452
* distgit: Express the role dependency properlyMathieu Bridon2014-09-242-15/+13
| | | | | | | This had been found by misc during his review of the patches, but the unfixed patch is what got merged. https://fedorahosted.org/fedora-infrastructure/ticket/4452
* Setup for F21 branchingMathieu Bridon2014-09-241-1/+2
| | | | | This change had been made by Dennis Gilmore in puppet (commit 8dc43c), I'm just porting it here to Ansible so we don't miss it.
* Add support for packaging groupsMathieu Bridon2014-09-241-2/+9
| | | | | | This had already been done by Pierre-Yves Chibon in puppet (commits 4cc2ef and 47f29f), I'm just porting it here in Ansible so we don't miss it.
* Try fixing indentationPierre-Yves Chibon2014-09-101-3/+3
|
* Fix the permissions on /etc/gitolite/logsPierre-Yves Chibon2014-09-101-1/+2
|
* Print the error message if there is onePierre-Yves Chibon2014-09-091-0/+1
|
* Accesss stdout in VERBOSE we do not need it otherwisePierre-Yves Chibon2014-09-091-2/+2
|
* Fix installing the genacls.pkgdb script from the template directoryPierre-Yves Chibon2014-09-091-2/+10
|
* Let genacls.pkgdb use the pkgdb.stg instance in stgPierre-Yves Chibon2014-09-091-1/+6
|
* Move the genacls.pkgdb script to the template directoryPierre-Yves Chibon2014-09-091-0/+0
|
* Give the logs folder to packager and let them write to itPierre-Yves Chibon2014-09-091-1/+1
|
* Let every packager access the gitolite.conf-compiled.pm filePierre-Yves Chibon2014-09-081-0/+2
|
* 1 too manyPierre-Yves Chibon2014-09-051-1/+0
|
* Let's try to not create an existing link - Credit bochechaPierre-Yves Chibon2014-09-051-0/+2
|
* We need /etc/gitolite/logs as wellPierre-Yves Chibon2014-09-051-0/+4
|
* distgit: Update the script to the latest from puppetMathieu Bridon2014-09-051-13/+26
|
* Couple more of symlink to allow setting $HOME in /srv/gitPierre-Yves Chibon2014-09-051-1/+10
|
* Create a symlink for ~/repositoriesPierre-Yves Chibon2014-08-291-0/+3
|
* Replace gl-compile-conf by gitolite compilePierre-Yves Chibon2014-08-291-1/+1
|
* One more indentation fixPierre-Yves Chibon2014-08-291-6/+6
|
* Fix typoPierre-Yves Chibon2014-08-291-1/+1
|
* Add a daily cron job for genacls.sh as backup for fedmsg-genaclsPierre-Yves Chibon2014-08-292-0/+8
|
* Adjust role to install pkgdb_sync_git_branches.py as a templatePierre-Yves Chibon2014-08-281-1/+8
|
* Use pkgdb.stg in stgPierre-Yves Chibon2014-08-281-0/+5
|
* Move the pkgdb_sync_git_branches.py from a file to a templatePierre-Yves Chibon2014-08-281-0/+0
|
* Add and install a daily cron job running pkgdb_sync_git_branchesPierre-Yves Chibon2014-08-282-0/+9
|
* Replace install pkgdb2branch by installing pkgdb_sync_git_branches.pyPierre-Yves Chibon2014-08-281-1/+1
|
* Add the pkgdb_sync_git_branches.py scriptPierre-Yves Chibon2014-08-281-0/+246
|
* Remove the pkgdb2branch.py scriptPierre-Yves Chibon2014-08-281-362/+0
|
* Adjust this for rhel7Kevin Fenzi2014-08-271-2/+2
|
* Try and make this not send emails most of the time.Kevin Fenzi2014-08-271-2/+1
|
* Theres no longer any rewritelog specific logging in new apacheKevin Fenzi2014-08-261-6/+0
|
* This is just Mutex in new apacheKevin Fenzi2014-08-261-1/+1
|
* Add a /srv/web dirKevin Fenzi2014-08-261-0/+3
|
* Add dist-git-upload cgiKevin Fenzi2014-08-261-0/+219
|
* Correct pathKevin Fenzi2014-08-261-3/+5
|
* Don't need to add group here, it's in fasKevin Fenzi2014-08-261-7/+0
|