summaryrefslogtreecommitdiffstats
path: root/roles/distgit/files/dist-git-upload.cgi
Commit message (Expand)AuthorAgeFilesLines
* Add the full traceback to the logsMathieu Bridon2015-06-051-0/+2
* distgit: Catch all errorsMathieu Bridon2015-06-051-1/+5
* distgit: Reuse the same code to create directoriesMathieu Bridon2015-06-051-12/+13
* distgit: Add some logs when hardlinks are madeMathieu Bridon2015-06-051-3/+5
* distgit: Simplify forming the fedmsg pathMathieu Bridon2015-06-051-5/+1
* distgit: Avoid reuploadMathieu Bridon2015-06-051-21/+32
* distgit: Drop unused importsMathieu Bridon2015-06-051-3/+0
* distgit: Properly make the symlinkMathieu Bridon2015-06-041-1/+1
* distgit: One more case of error handlingMathieu Bridon2015-06-041-1/+1
* Add a docstring to send_errorMathieu Bridon2015-06-041-0/+9
* distgit: Improve error reporting to the clientMathieu Bridon2015-06-041-14/+21
* distgit: Don't raise, return the error to the clientMathieu Bridon2015-06-041-1/+1
* distgit: Actually hardlink over the existing source at the old pathMathieu Bridon2015-05-291-1/+13
* distgit: And so does os.makedirsMathieu Bridon2015-05-291-1/+1
* distgit: os.link fails if the dest already existsMathieu Bridon2015-05-291-1/+7
* distgit: Ensure the folder existsMathieu Bridon2015-05-291-2/+3
* distgit: Upload files to both the new and old pathMathieu Bridon2015-05-291-5/+5
* Remove the lookaside email hook (rely on fedmsg now).Ralph Bean2015-03-241-40/+0
* Strip unwanted prefix from git.lookaside.new messages.Ralph Bean2015-02-191-0/+4
* Try to fix lookaside.new fedmsg messages.Ralph Bean2015-02-191-1/+1
* distgit: Add the path to the source file to the emitted messagesMathieu Bridon2015-02-091-1/+4
* lookaside: Add the hash type to the folder structureMathieu Bridon2014-10-281-1/+5
* lookaside: Add support for sha512 file hashesMathieu Bridon2014-10-281-6/+18
* lookaside: De-hardcode md5 assumptions...Mathieu Bridon2014-10-281-21/+20
* lookaside: Drop EL < 6 supportMathieu Bridon2014-10-281-6/+2
* lookaside: Remove tempfile when hash verification failsMathieu Bridon2014-10-281-0/+1
* Add dist-git-upload cgiKevin Fenzi2014-08-261-0/+219