[Reproducible-commits] [misc] 02/02: prebuilder: Also support older versions of unshare

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Feb 10 02:35:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository misc.

commit 83c89826ff805d1929c4d522cc1b72b79f387da6
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Tue Feb 10 03:35:01 2015 +0100

    prebuilder: Also support older versions of unshare
---
 prebuilder/rebuild.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/prebuilder/rebuild.sh b/prebuilder/rebuild.sh
index ca762bf..9db414d 100755
--- a/prebuilder/rebuild.sh
+++ b/prebuilder/rebuild.sh
@@ -18,9 +18,9 @@ sudo_pbuilder() {
 	local cmd="$1"
 	shift
 	if $COWBUILDER; then
-		sudo $SUDO_ENV unshare --uts cowbuilder "$cmd" --basepath "$BASEPATH" "$@"
+		sudo $SUDO_ENV unshare --uts -- cowbuilder "$cmd" --basepath "$BASEPATH" "$@"
 	else
-		sudo $SUDO_ENV unshare --uts pbuilder "$cmd" --basetgz "$BASEPATH" "$@"
+		sudo $SUDO_ENV unshare --uts -- pbuilder "$cmd" --basetgz "$BASEPATH" "$@"
 	fi
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list