[Reproducible-builds] [misc] 01/06: Pipe "apt-get source" into cat to make more sense of mixed "make -j" output
Stéphane Glondu
glondu at moszumanska.debian.org
Sat Feb 22 19:10:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
glondu pushed a commit to branch master
in repository misc.
commit c7f13762d32941c3350a7bd9b6a1c76dc2a8e347
Author: Stephane Glondu <steph at glondu.net>
Date: Sat Feb 22 17:41:50 2014 +0100
Pipe "apt-get source" into cat to make more sense of mixed "make -j" output
---
rebuild-twice-in-same-path/pbuilder-execute | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rebuild-twice-in-same-path/pbuilder-execute b/rebuild-twice-in-same-path/pbuilder-execute
index 07fad26..b4b499d 100755
--- a/rebuild-twice-in-same-path/pbuilder-execute
+++ b/rebuild-twice-in-same-path/pbuilder-execute
@@ -28,7 +28,7 @@ echo "Installing build-dependencies of $pkg..."
apt-get build-dep -y $pkg > $result/$pkg/build-dep 2>&1
aptitude search --disable-columns -F '%p %V' '~i' > $result/$pkg/installed-packages
-su -c "mkdir -p /tmp/src/a && cd /tmp/src/a && apt-get source $pkg && cd .. && cp -a a b" pbuilder
+su -c "mkdir -p /tmp/src/a && cd /tmp/src/a && apt-get source $pkg | cat && cd .. && cp -a a b" pbuilder
# Find the base name of build dir
for u in /tmp/src/a/*; do
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git
More information about the Reproducible-builds
mailing list