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

[context-modules] 02/05: support optional pretest in make-origtar



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

preining pushed a commit to branch master
in repository context-modules.

commit d0837495537cb13c7f712a132509a4c53b0c231a
Author: Norbert Preining <preining@debian.org>
Date:   Thu Mar 5 11:18:21 2015 +0900

    support optional pretest in make-origtar
---
 debian/make-origtar | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/make-origtar b/debian/make-origtar
index 8c3a148..8aa4fed 100644
--- a/debian/make-origtar
+++ b/debian/make-origtar
@@ -3,7 +3,12 @@
 # create .orig.tar.gz for context-modules package
 #
 
-tlnetloc=/var/www/norbert/tlpretest/archive
+if [ "$1" = "-p" ] ; then
+  tlnetloc=/var/www/norbert/tlpretest/archive
+else
+  tlnetloc=/var/www/norbert/tlnet/archive
+fi
+
 package=context-modules
 vers=`date +'%Y%m%d'`
 basedir=${package}-$vers

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


Reply to: