[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: disable check for outdated packages on machines running in the future
Holger Levsen
holger at moszumanska.debian.org
Fri Nov 27 12:33:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit d2ed20984c0550baf084ee7fef5b64de3661b1e6
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Nov 27 13:32:51 2015 +0100
reproducible: disable check for outdated packages on machines running in the future
---
hosts/profitbricks-build5-amd64/etc/rc.local | 3 +++
hosts/profitbricks-build6-amd64/etc/rc.local | 3 +++
2 files changed, 6 insertions(+)
diff --git a/hosts/profitbricks-build5-amd64/etc/rc.local b/hosts/profitbricks-build5-amd64/etc/rc.local
index ae0a771..3234378 100755
--- a/hosts/profitbricks-build5-amd64/etc/rc.local
+++ b/hosts/profitbricks-build5-amd64/etc/rc.local
@@ -20,5 +20,8 @@ systemctl stop systemd-timedated
ntpdate -b de.pool.ntp.org
date --set="+398 days +6 hours + 23 minutes"
echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root
+# disable check for outdated packages as in the future (like this)
+# packages from security.d.o will appear outdated always…
+ln -sf /bin/true /usr/local/bin/dsa-check-packages
exit 0
diff --git a/hosts/profitbricks-build6-amd64/etc/rc.local b/hosts/profitbricks-build6-amd64/etc/rc.local
index ae0a771..3234378 100755
--- a/hosts/profitbricks-build6-amd64/etc/rc.local
+++ b/hosts/profitbricks-build6-amd64/etc/rc.local
@@ -20,5 +20,8 @@ systemctl stop systemd-timedated
ntpdate -b de.pool.ntp.org
date --set="+398 days +6 hours + 23 minutes"
echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root
+# disable check for outdated packages as in the future (like this)
+# packages from security.d.o will appear outdated always…
+ln -sf /bin/true /usr/local/bin/dsa-check-packages
exit 0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list