aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-05-01 13:40:23 +0200
committerGuido Günther <agx@sigxcpu.org>2017-05-01 13:41:05 +0200
commit2f806bc7b9ed792d172c201bf0ae14dec76ccf45 (patch)
treee8c2be0680dfaba98b2a16a3d705ae4d55689add /bin
parenta89aebc2587e828ea408dc0d601865b5e53f32f1 (diff)
Update to git-pbuilder 1.48
incorporating the changes we made since 0.8.3 Thanks: Russ Allbery
Diffstat (limited to 'bin')
-rw-r--r--bin/git-pbuilder12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/git-pbuilder b/bin/git-pbuilder
index 30100ce3..309f2266 100644
--- a/bin/git-pbuilder
+++ b/bin/git-pbuilder
@@ -1,5 +1,5 @@
#!/bin/bash
-# $Id: git-pbuilder,v 1.43 2016/12/10 18:54:05 eagle Exp $
+# $Id: git-pbuilder,v 1.48 2017/04/30 18:27:48 eagle Exp $
#
# Wrapper around pbuilder for gbp buildpackage
#
@@ -489,6 +489,11 @@ suppresses setting B<--buildresult>, so the user will need to ensure that
the configuration still puts packages where B<gbp buildpackage> expects
them.
+=item GIT_PBUILDER_DEBUG
+
+Set this environment variable to get additional debugging output like how
+cowbuilder is invoked.
+
=item GIT_PBUILDER_OPTIONS
Add additional options for the builder. These options are passed as-is to
@@ -516,11 +521,6 @@ Set this environment variable to change the default location for the
pbuilder tgz files (F</var/cache/pbuilder>) when BUILDER is set to
C<pbuilder>.
-=item GIT_PBUILDER_DEBUG
-
-Set this environment variable to get additional debugging output like how
-cowbuilder is invoked.
-
=back
=head1 FILES