[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible Arch Linux: consolitdate mktemp prefixes
Holger Levsen
holger at layer-acht.org
Fri Dec 1 14:06:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 1b95bfa298ca76deff241a93796db72c1c7a598d
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Dec 1 14:05:15 2017 +0000
reproducible Arch Linux: consolitdate mktemp prefixes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_archlinux_scheduler.sh | 2 +-
bin/reproducible_build_archlinux_pkg.sh | 2 +-
bin/reproducible_html_archlinux.sh | 4 ++--
bin/reproducible_setup_archlinux_schroot.sh | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/bin/reproducible_archlinux_scheduler.sh b/bin/reproducible_archlinux_scheduler.sh
index 80bf4d0..9684b52 100755
--- a/bin/reproducible_archlinux_scheduler.sh
+++ b/bin/reproducible_archlinux_scheduler.sh
@@ -28,7 +28,7 @@ update_archlinux_repositories() {
done | sort -u > "$ARCHLINUX_PKGS"_full_pkgbase_list
for REPO in $ARCHLINUX_REPOS ; do
- TMPPKGLIST=$(mktemp -t archlinux-scheduler-XXXXXXXX)
+ TMPPKGLIST=$(mktemp -t archlinuxrb-scheduler-XXXXXXXX)
echo "$(date -u ) - updating list of available packages in repository '$REPO'."
grep "^$REPO" "$ARCHLINUX_PKGS"_full_pkgbase_list | \
while read repo pkgbase version; do
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index fb4ca36..6dc7c47 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -321,7 +321,7 @@ trap cleanup_all INT TERM EXIT
#
if [ "$1" = "" ] ; then
MODE="master"
- TMPDIR=$(mktemp --tmpdir=/srv/reproducible-results -d -t rbuild-archlinux-XXXXXXXX) # where everything actually happens
+ TMPDIR=$(mktemp --tmpdir=/srv/reproducible-results -d -t archlinuxrb-build-XXXXXXXX) # where everything actually happens
SOURCE_DATE_EPOCH=$(date +%s)
cd $TMPDIR
elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index ce23ee3..56bc62d 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -22,8 +22,8 @@ MEMBERS_FTBFS="0 1 2 3"
MEMBERS_DEPWAIT="0 1"
MEMBERS_404="0 1 2 3 4 5 6 7 8 9"
MEMBERS_FTBR="0 1 2"
-HTML_BUFFER=$(mktemp -t rhtml-archlinux-XXXXXXXX)
-HTML_REPOSTATS=$(mktemp -t rhtml-archlinux-XXXXXXXX)
+HTML_BUFFER=$(mktemp -t archlinuxrb-html-XXXXXXXX)
+HTML_REPOSTATS=$(mktemp -t archlinuxrb-html-XXXXXXXX)
SIZE=""
ARCHLINUX_TOTAL=0
ARCHLINUX_TESTED=0
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index 2fb887f..16ba1c9 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -71,7 +71,7 @@ cleanup() {
rm -f $TMPLOG
}
-#SCHROOT_TARGET=$(mktemp -d -p $SCHROOT_BASE/ schroot-install-$TARGET-XXXX)
+#SCHROOT_TARGET=$(mktemp -d -p $SCHROOT_BASE/ archlinuxrb-setup-$TARGET-XXXX)
trap cleanup INT TERM EXIT
TARGET=reproducible-archlinux
bootstrap
@@ -145,7 +145,7 @@ if [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then
WGET_OPTS="--no-check-certificate"
fi
-PKGBUILD_FILE="$(mktemp --tmpdir=$TEMPDIR PKGBUILD-XXXXXXXXXXXX)"
+PKGBUILD_FILE="$(mktemp --tmpdir=$TEMPDIR archlinuxrb-PKGBUILD-XXXXXXXXXXXX)"
wget $WGET_OPTS -O "$PKGBUILD_FILE" "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacman-git"
# work around dependency weirdness: pacman-git is currently detected as 5.0.1, which is older than the released version
echo 'provides=("pacman=5.0.2")' >> $PKGBUILD_FILE
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list