Commit 95d2db4f authored by Jelmer Vernooij's avatar Jelmer Vernooij Committed by Holger Levsen
Browse files

Update debcargo cache during worker setup.



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 322edff7
...@@ -15,6 +15,8 @@ TARGET=/srv/janitor ...@@ -15,6 +15,8 @@ TARGET=/srv/janitor
sudo mkdir -p $TARGET/ sudo mkdir -p $TARGET/
sudo chown -R jenkins:jenkins $TARGET/ sudo chown -R jenkins:jenkins $TARGET/
debcargo update
ARCH=$(dpkg-architecture -qDEB_HOST_ARCH) ARCH=$(dpkg-architecture -qDEB_HOST_ARCH)
DISTRO=unstable DISTRO=unstable
CHROOT=$DISTRO-$ARCH-sbuild CHROOT=$DISTRO-$ARCH-sbuild
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment