[Qa-jenkins-scm] [jenkins.debian.net] 04/05: lvc: also check against pu/ branch .iso when discarding outdated snapshots
Holger Levsen
holger at layer-acht.org
Sat Jun 18 21:34:18 UTC 2016
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 7db70b758651ac4db8c2d2cc7e84354af50510c5
Author: Philip Hands <phil at hands.com>
Date: Sat Jun 18 13:07:14 2016 +0200
lvc: also check against pu/ branch .iso when discarding outdated snapshots
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/lvc.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/lvc.sh b/bin/lvc.sh
index 71aff24..1a6dae4 100755
--- a/bin/lvc.sh
+++ b/bin/lvc.sh
@@ -139,7 +139,7 @@ else
fi
# discard any snapshots that are older than the inputs
-for dep in /srv/jenkins/cucumber /srv/jenkins/bin/lvc.sh /srv/jenkins/job-cfg/lvc.yaml $NETBOOT ; do
+for dep in /srv/jenkins/cucumber /srv/jenkins/bin/lvc.sh /srv/jenkins/job-cfg/lvc.yaml $NETBOOT $PU_ISO ; do
if [ -e "$dep" ] ; then
LV_SNAP_DEPENDS="$LV_SNAP_DEPENDS $dep"
fi
--
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