diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-28 14:38:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-28 14:38:29 +0100 |
commit | d6b1fa5d9b805bf0183bcc12606c88e33ff6e5f9 (patch) | |
tree | dc0af6a08f9d1b6af23fa85d8dad5478d63ad865 /bin | |
parent | 6372f5f830827d2ee608e87e85f7d61abe835b93 (diff) | |
download | jenkins.debian.net-d6b1fa5d9b805bf0183bcc12606c88e33ff6e5f9.tar.xz |
reproducible: drop jobs to update schroots
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_update_schroot.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/reproducible_update_schroot.sh b/bin/reproducible_update_schroot.sh deleted file mode 100755 index 37ce7c48..00000000 --- a/bin/reproducible_update_schroot.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# Copyright 2015 Holger Levsen <holger@layer-acht.org> -# released under the GPLv=2 - -DEBUG=false -. /srv/jenkins/bin/common-functions.sh -common_init "$@" - -# common code defining db access -. /srv/jenkins/bin/reproducible_common.sh - -# do the upgrade -schroot --directory /root -u root -c source:jenkins-$1 -- apt-get update -schroot --directory /root -u root -c source:jenkins-$1 -- apt-get -y -u dist-upgrade -schroot --directory /root -u root -c source:jenkins-$1 -- apt-get --purge autoremove |