]> git.donarmstrong.com Git - neurodebian.git/blobdiff - tools/nd_build_testrdepends
Also for stats report which repo and which job number use our setup
[neurodebian.git] / tools / nd_build_testrdepends
index 307f69b854389a5d545cf8bb1e2336a5922800d8..28a820d88d4ebd77ee45828db68fa341043fbc8d 100755 (executable)
@@ -28,9 +28,12 @@ srcdir=$testdir/srcs
 oldbuildsdir=$srcdir/old
 newbuildsdir=$srcdir/new
 
-echo "I: Building the new package for $pkg"
+echo "I: Updating target chroot $family $dist"
+$CMD nd_updatedist $family $dist $arch
 
 mkdir -p $debdir $srcdir $bindir $secdir
+
+echo "I: Building the new package for $pkg"
 $CMD nd_build $family $dist $arch $dscfile --buildresult=$debdir
 
 echo "I: Initiating the repository"