[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-nonbin] 03/08: build script updates



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

preining pushed a commit to branch master
in repository texlive-nonbin.

commit 800ad2cb5e67507397dec5b32512467ccca6f3d9
Author: Norbert Preining <preining@debian.org>
Date:   Mon Jan 16 12:19:29 2017 +0900

    build script updates
---
 do-all | 7 ++++---
 do-one | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/do-all b/do-all
index 494f34b..3bbd47c 100644
--- a/do-all
+++ b/do-all
@@ -1,7 +1,8 @@
 
-bash do-one texlive-extra 2>&1 | tee texlive-extra.build.log 
-bash do-one texlive-lang 2>&1 | tee texlive-lang.build.log 
-bash do-one texlive-base 2>&1 | tee texlive-base.build.log 
+bash do-one texlive-extra 2>&1 > texlive-extra.build.log &
+bash do-one texlive-lang 2>&1 > texlive-lang.build.log &
+bash do-one texlive-base 2>&1 > texlive-base.build.log &
+wait
 
 mkdir -p pool
 mv *.deb *.orig.tar.* *.debian.tar.* *.dsc *.changes *.buildinfo pool/
diff --git a/do-one b/do-one
index 297f524..87fb54c 100644
--- a/do-one
+++ b/do-one
@@ -2,7 +2,7 @@
 pkg=$1
 
 
-perl tpm2deb-source.pl --master=/var/www/norbert/tlnet make-orig-tar $pkg
+perl tpm2deb-source.pl --master=/home/norbert/public_html/tlnet make-orig-tar $pkg
 
 # for in-system builds:
 cd $pkg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: