summaryrefslogtreecommitdiffstats
path: root/gitsrht-update-hook
AgeCommit message (Collapse)Author
2019-04-23Add RepoWebhook (for post-update webhooks)Drew DeVault
2019-03-14Rename worker module to submitLudovic Chabant
2019-03-14Refactor post update hook to use scmsrhtLudovic Chabant
This also: - Computes the "build note" only once (instead of once per manifet) - Cleans up unused imports
2019-01-20Resolve tags in gitsrht-update-hook instead of gitsrht.workerRobin Krahl
This allows us to also check tags for duplicates before submitting build jobs.
2019-01-20Filter duplicate refs in gitsrht-update-hookRobin Krahl
If multiple refs that point to the same commit are pushed with one command, the girsrht-update-hook currently triggers multiple builds. To fix this, we check the object IDs of the Git references and skip duplicates. (We have to duplicate the checks as git_repo.get(ref) returns a Git object and git_repo.lookup_reference(ref).target is an object ID.)
2018-12-31Swap relation of symlinksDrew DeVault
2018-12-31Add gitsrht-* symlinks to git-srht-*Drew DeVault