Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | distgit: Update the gitolite.rc file to Gitolite3 | Mathieu Bridon | 2014-12-15 | 2 | -169/+130 | |
| | ||||||
* | lookaside: Add the hash type to the folder structure | Mathieu Bridon | 2014-10-28 | 1 | -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 hashes | Mathieu Bridon | 2014-10-28 | 1 | -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 Bridon | 2014-10-28 | 1 | -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 support | Mathieu Bridon | 2014-10-28 | 1 | -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 fails | Mathieu Bridon | 2014-10-28 | 1 | -0/+1 | |
| | | | | Without this, tempfiles just accumulate. | |||||
* | distgit: Block push of branches named 'origin/*' | Mathieu Bridon | 2014-10-27 | 1 | -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 directory | Pierre-Yves Chibon | 2014-09-09 | 1 | -118/+0 | |
| | ||||||
* | Let every packager access the gitolite.conf-compiled.pm file | Pierre-Yves Chibon | 2014-09-08 | 1 | -0/+2 | |
| | ||||||
* | distgit: Update the script to the latest from puppet | Mathieu Bridon | 2014-09-05 | 1 | -13/+26 | |
| | ||||||
* | Replace gl-compile-conf by gitolite compile | Pierre-Yves Chibon | 2014-08-29 | 1 | -1/+1 | |
| | ||||||
* | Add a daily cron job for genacls.sh as backup for fedmsg-genacls | Pierre-Yves Chibon | 2014-08-29 | 1 | -0/+1 | |
| | ||||||
* | Move the pkgdb_sync_git_branches.py from a file to a template | Pierre-Yves Chibon | 2014-08-28 | 1 | -246/+0 | |
| | ||||||
* | Add and install a daily cron job running pkgdb_sync_git_branches | Pierre-Yves Chibon | 2014-08-28 | 1 | -0/+1 | |
| | ||||||
* | Add the pkgdb_sync_git_branches.py script | Pierre-Yves Chibon | 2014-08-28 | 1 | -0/+246 | |
| | ||||||
* | Remove the pkgdb2branch.py script | Pierre-Yves Chibon | 2014-08-28 | 1 | -362/+0 | |
| | ||||||
* | Adjust this for rhel7 | Kevin Fenzi | 2014-08-27 | 1 | -2/+2 | |
| | ||||||
* | Try and make this not send emails most of the time. | Kevin Fenzi | 2014-08-27 | 1 | -2/+1 | |
| | ||||||
* | Theres no longer any rewritelog specific logging in new apache | Kevin Fenzi | 2014-08-26 | 1 | -6/+0 | |
| | ||||||
* | This is just Mutex in new apache | Kevin Fenzi | 2014-08-26 | 1 | -1/+1 | |
| | ||||||
* | Add dist-git-upload cgi | Kevin Fenzi | 2014-08-26 | 1 | -0/+219 | |
| | ||||||
* | Add a new distgit role | Mathieu Bridon | 2014-08-26 | 17 | -0/+2185 | |
This is the meat of Dist Git, but it requires quite a few of the roles previously created. |