[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] OpenWrt: use disorderfs for rebuilds
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Fri Apr 1 13:56:25 BST 2022
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e173cde4 by Paul Spooren at 2022-04-01T14:56:02+02:00
OpenWrt: use disorderfs for rebuilds
A recent bugs shows that we should use disorderfs:
https://github.com/openwrt/openwrt/issues/9612
Signed-off-by: Paul Spooren <mail at aparcar.org>
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/reproducible_openwrt.sh
Changes:
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -50,6 +50,11 @@ node_cleanup_tmpdirs() {
exit 1
fi
echo "$(date -u) - deleting \$TMPBUILDDIR $TMPBUILDDIR"
+
+ if [ "$RUN" = "b2" ]; then
+ umount "$TMPBUILDDIR/build"
+ fi
+
rm -rf "$TMPBUILDDIR"
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e173cde4be3bc8348c7da53aee5e23b94a9ec6e2
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e173cde4be3bc8348c7da53aee5e23b94a9ec6e2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20220401/9d78d35e/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list