This is an automated email from the git hooks/post-receive script. myon pushed a commit to branch master in repository qa.
commit 815aa61235ce629dd92fcb533425310e6f65399f Author: Christoph Berg <m...@debian.org> Date: Fri Dec 15 21:35:34 2017 +0100 Sort cronjobs --- data/cronjobs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/cronjobs/Makefile b/data/cronjobs/Makefile index 0b48aad..646247d 100644 --- a/data/cronjobs/Makefile +++ b/data/cronjobs/Makefile @@ -1,5 +1,5 @@ DIRS = /srv/qa.debian.org/data/cronjobs -FILES = $(foreach dir,$(DIRS),$(wildcard $(dir)/*)) +FILES = $(foreach dir,$(DIRS),$(sort $(wildcard $(dir)/*))) CRONTAB = .crontab.generated all: $(CRONTAB) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/qa.git