[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] openwrt: s/TMPBUILDIR/TMPDIR
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Apr 7 11:24:26 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
bf5ee58c by Paul Spooren at 2022-04-07T12:24:05+02:00
openwrt: s/TMPBUILDIR/TMPDIR
Another typo, sorry for the disorder.
Signed-off-by: Paul Spooren <mail at aparcar.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_openwrt.sh
Changes:
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -409,9 +409,9 @@ openwrt_build() {
mv "$TMPDIR/download" "$TMPBUILDDIR"
if [ "$RUN" = "b2" ]; then
- mv "$TMPBUILDDIR/build" "$TMPBUILDDIR/original"
- mkdir "$TMPBUILDDIR/build"
- disorderfs "$TMPBUILDDIR/original" "$TMPBUILDDIR/build"
+ mv "$TMPBUILDDIR" "$TMPDIR/original"
+ mkdir "$TMPBUILDDIR"
+ disorderfs "$TMPDIR/original" "$TMPBUILDDIR"
fi
# openwrt is checked out under /download
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bf5ee58cf3f8bbbe41bb316a9a75d10deb98e8b9
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/bf5ee58cf3f8bbbe41bb316a9a75d10deb98e8b9
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/20220407/3d7483a4/attachment.htm>
More information about the Qa-jenkins-scm
mailing list