[Reproducible-commits] [texlive-bin] 04/12: switch to git mode by default in make-orig-tar

Mattia Rizzolo mattia at debian.org
Fri May 13 16:13:53 UTC 2016


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

mattia pushed a commit to annotated tag debian/2015.20160213.39691-1
in repository texlive-bin.

commit 2a2241acd51f0c59a49eb9cfbf4329762f215eae
Author: Norbert Preining <preining at debian.org>
Date:   Sat Feb 13 00:04:42 2016 +0900

    switch to git mode by default in make-orig-tar
---
 debian/make-orig-tar | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/make-orig-tar b/debian/make-orig-tar
index de7781b..89dd83a 100644
--- a/debian/make-orig-tar
+++ b/debian/make-orig-tar
@@ -1,9 +1,8 @@
 
-if [ "$1" = "-git" ] ; then
-  gitmode=1
-  shift
-else
+gitmode=1
+if [ "$1" = "-svn" ] ; then
   gitmode=0
+  shift
 fi
 
 if [ -n "$1" ] ; then

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



More information about the Reproducible-commits mailing list