summaryrefslogtreecommitdiffstats
path: root/bin/lvc.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-18 13:07:14 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-18 23:32:59 +0200
commit7db70b758651ac4db8c2d2cc7e84354af50510c5 (patch)
tree88b81d7d144d6409c11edd1aa2afa1d709a7d5f8 /bin/lvc.sh
parent98d99ce1af854edd1aefa09d7abf8174d462d96b (diff)
downloadjenkins.debian.net-7db70b758651ac4db8c2d2cc7e84354af50510c5.tar.xz
lvc: also check against pu/ branch .iso when discarding outdated snapshots
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/lvc.sh')
-rwxr-xr-xbin/lvc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lvc.sh b/bin/lvc.sh
index 71aff242..1a6dae4f 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