summaryrefslogtreecommitdiffstats
path: root/roles/git
Commit message (Collapse)AuthorAgeFilesLines
* post-receive-alternativearch - catch removals tooDan Horák2017-07-251-1/+2
| | | | | Currently the patterns can catch ExcludeArch & co additions and changes in the spec file, but not a clean removal.
* And one more typo to fix...Pierre-Yves Chibon2017-05-021-1/+1
|
* Missing .delta.Pierre-Yves Chibon2017-05-021-1/+1
|
* Port the fedmsg git hooks to newer pygit2Pierre-Yves Chibon2017-05-021-4/+14
| | | | Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
* Move to src.fp.o which is httpsPierre-Yves Chibon2017-04-181-1/+1
|
* Make the email sent a little prettierPierre-Yves Chibon2017-04-181-0/+1
|
* Looks like all we need is a new linePierre-Yves Chibon2017-04-181-1/+1
|
* When sending alternative arch excluding emails, include the full changePierre-Yves Chibon2017-04-181-1/+9
| | | | Fixes https://pagure.io/fedora-infrastructure/issue/5923
* Escape the %ifarch and %ifnarch otherwise python is unhappyPierre-Yves Chibon2017-01-161-1/+1
|
* Improve the subject of the email sent upon commitPierre-Yves Chibon2017-01-161-1/+1
|
* Fix detecting %ifarch/%ifnarch upon commit and improve the email contentPierre-Yves Chibon2017-01-161-3/+3
|
* Fix the ExcludeArch pattern and add two morePierre-Yves Chibon2017-01-131-1/+1
|
* Send all the notifications about package excluding some arch to the ↵Pierre-Yves Chibon2017-01-102-2/+2
| | | | arch-excludes list
* Add script reporting packages restricting their build archesPierre-Yves Chibon2017-01-053-0/+150
| | | | | Let this script only send its report to me for now, we'll configure a better target later
* Layout fixPierre-Yves Chibon2016-11-011-1/+1
|
* Properly format the diffs sentPierre-Yves Chibon2016-11-011-1/+1
|
* Correctly store the diffsPierre-Yves Chibon2016-11-011-2/+2
|
* Include the lines changed/edited in the email sentPierre-Yves Chibon2016-11-011-5/+10
|
* Let's look like the fedmsg hook doPierre-Yves Chibon2016-11-011-1/+1
|
* Turn off debugging for nowPierre-Yves Chibon2016-11-011-1/+1
|
* Looks like we're having duplicated .git in therePierre-Yves Chibon2016-11-011-1/+1
|
* For now send all the notifs to mePierre-Yves Chibon2016-11-011-2/+2
|
* To chain hook looks like we need a trailing \Pierre-Yves Chibon2016-11-011-1/+1
|
* Rework the fedmsg-hook check so that it actually works and give some space ↵Pierre-Yves Chibon2016-11-011-9/+17
| | | | to the code
* Add the git tag while at itPierre-Yves Chibon2016-11-011-0/+2
|
* Tag the git/checks rolePierre-Yves Chibon2016-11-011-0/+4
|
* Add the alternativearch hook to the check-perms scriptPierre-Yves Chibon2016-11-011-0/+2
|
* Rename the hook post-receive-secondaryarch into post-receive-alternativearchPierre-Yves Chibon2016-10-283-2/+2
|
* Use the new terminology secondary arch -> alternative archPierre-Yves Chibon2016-10-281-4/+4
|
* Let the alternative arch notification hook ignore epel and private branchesPierre-Yves Chibon2016-10-281-0/+5
|
* Add and install the secondary arch git hookPierre-Yves Chibon2016-10-283-0/+188
| | | | | This hook is meant to notify secondary arch people about changes made to packages that involves: ExclusiveArch or ExcludesArch.
* Preserve timestamps in git checkout seed. Ticket 5431Kevin Fenzi2016-08-311-2/+2
|
* See if we can really disable this on staging (which has a ro lookaside mount ↵Kevin Fenzi2016-08-111-0/+3
| | | | from prod now)
* Add namespace to dist-git fedmsg messages (#5245)Ralph Bean2016-08-011-0/+2
| | | | For https://fedorahosted.org/fedora-infrastructure/ticket/5245
* Tags for this role.Ralph Bean2016-03-211-0/+5
|
* Promote the new make-git-checkout-seed to prod.Ralph Bean2016-02-223-90/+22
|
* Try this fixed version of make_checkout_seed.Ralph Bean2016-02-192-1/+79
|
* Move rpms to repositories on all scriptsPierre-Yves Chibon2015-12-211-1/+1
|
* Commit revised spec checkout seed modifications from ticket 4941Kevin Fenzi2015-11-201-1/+17
|
* Revert "updated as per ticket 4941" This needs more tweakingKevin Fenzi2015-11-181-11/+0
| | | | This reverts commit 782e92a20a112b17a285596b12efa9bc2c3cf378.
* updated as per ticket 4941doteast2015-11-181-0/+11
|
* Fix wrong command name in nagonceKevin Fenzi2015-06-171-1/+1
|
* Change all instances of ansible_distribution_major_version to filter to int ↵Kevin Fenzi2015-05-271-4/+4
| | | | for comparisons.
* Move the user used by the git-daemon service to be a variablePierre-Yves Chibon2015-05-131-1/+1
|
* (fedmsg) Publish git commits in chronological order.Ralph Bean2015-03-291-1/+1
| | | | | | | | We currently publish them newest to oldest which can be really confusing if you receive them over email. @remicollet pointed this out in ``#fedora-devel`` last week. See https://github.com/fedora-infra/fedmsg/pull/328
* Obviously, this should come first.Ralph Bean2015-03-251-3/+3
|
* Remove the email-sending git hook.Ralph Bean2015-03-241-1/+4
|
* Update our git hook.Ralph Bean2015-03-201-6/+23
| | | | | With the changes from here: https://github.com/fedora-infra/fedmsg/pull/327
* No more inifinite loops, please.Ralph Bean2015-03-121-14/+9
| | | | See https://github.com/fedora-infra/fedmsg/pull/326
* Avoid recursively expanding the entire git history.Ralph Bean2015-02-231-17/+1
|