[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. ad9b27a7d7f0cdea75b6487898dd833aafea667f
Antonio Terceiro
terceiro at debian.org
Fri Nov 25 11:30:31 UTC 2011
The following commit has been merged in the master branch:
commit 4ea6a690c6cdffcec5052e22449f63886f74057c
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Nov 25 09:28:34 2011 -0200
turn pristine-tar always on
diff --git a/make-mrconfig b/make-mrconfig
index c1c2f30..e6a9772 100755
--- a/make-mrconfig
+++ b/make-mrconfig
@@ -46,6 +46,7 @@ lib=
cd \$1 &&
{ git branch --track upstream remotes/origin/upstream || true; } &&
{ git branch --track pristine-tar remotes/origin/pristine-tar || true; } &&
+ { echo -e \"[DEFAULT]\\npristine-tar = True\\n\" > .git/gbp.conf; } &&
{ test -z \"\$DEBFULLNAME\" || git config user.name \"\$DEBFULLNAME\" || true; } &&
{ test -z \"\$DEBEMAIL\" || git config user.email \"\$DEBEMAIL\" || true; }
}
--
pkg-ruby-extras.git
More information about the Pkg-ruby-extras-commits
mailing list