From 00893334f1e0608ae2c26573ea2a7e7511c9b79e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jan 19 2016 22:11:24 +0000 Subject: add a postrelease timer unit --- diff --git a/Makefile b/Makefile index 9d22c56..3f6923d 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ bindir ?= $(exec_prefix)/bin systemdunitdir ?= $(prefix)/lib/systemd/system services = check-compose@.service -timers = check-compose-branched.timer check-compose-rawhide.timer +timers = check-compose-branched.timer check-compose-rawhide.timer check-compose-postrelease.timer # Catch-all pattern rule for replacing locations in .in files % : %.in diff --git a/check-compose-postrelease.timer b/check-compose-postrelease.timer new file mode 100644 index 0000000..df7c671 --- /dev/null +++ b/check-compose-postrelease.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Run a 'compose check' on the current nightly Postrelease compose + +[Timer] +OnCalendar=12:17 +Unit=check-compose@Postrelease.service + +[Install] +WantedBy=multi-user.target