summaryrefslogtreecommitdiffstats
path: root/roles/distgit/files
Commit message (Collapse)AuthorAgeFilesLines
...
* distgit: Update the gitolite.rc file to Gitolite3Mathieu Bridon2014-12-152-169/+130
|
* 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: 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
* Move the genacls.pkgdb script to the template directoryPierre-Yves Chibon2014-09-091-118/+0
|
* Let every packager access the gitolite.conf-compiled.pm filePierre-Yves Chibon2014-09-081-0/+2
|
* distgit: Update the script to the latest from puppetMathieu Bridon2014-09-051-13/+26
|
* Replace gl-compile-conf by gitolite compilePierre-Yves Chibon2014-08-291-1/+1
|
* Add a daily cron job for genacls.sh as backup for fedmsg-genaclsPierre-Yves Chibon2014-08-291-0/+1
|
* Move the pkgdb_sync_git_branches.py from a file to a templatePierre-Yves Chibon2014-08-281-246/+0
|
* Add and install a daily cron job running pkgdb_sync_git_branchesPierre-Yves Chibon2014-08-281-0/+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 dist-git-upload cgiKevin Fenzi2014-08-261-0/+219
|
* Add a new distgit roleMathieu Bridon2014-08-2617-0/+2185
This is the meat of Dist Git, but it requires quite a few of the roles previously created.