summaryrefslogtreecommitdiff
path: root/examples/gbp-cowbuilder-sid
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-08-12 17:55:12 +0200
committerGuido Günther <agx@sigxcpu.org>2010-08-12 18:21:51 +0200
commitbc52725940d52a6591ae5a3d58b0182879dcc99f (patch)
treebfe32b61c3de9baf855f347e780f19137a657841 /examples/gbp-cowbuilder-sid
parent67287d0255453ebadd6da24471bad02d61cb4543 (diff)
Deprecate our own pbuilder helpers
Diffstat (limited to 'examples/gbp-cowbuilder-sid')
-rwxr-xr-xexamples/gbp-cowbuilder-sid13
1 files changed, 7 insertions, 6 deletions
diff --git a/examples/gbp-cowbuilder-sid b/examples/gbp-cowbuilder-sid
index 02d51a1..e432006 100755
--- a/examples/gbp-cowbuilder-sid
+++ b/examples/gbp-cowbuilder-sid
@@ -1,13 +1,14 @@
#!/bin/bash -e
#
# cowbuilder helper for git-buildpackage
-# use this as builder:
-# git-buildpackage --git-builder=gbp-cowbuilder-sid
#
-# you can use this for other dists like sarge, etch, lenny with a symlink:
-# ln -s gbp-cowbuilder-sid gbp-cowbuilder-lenny
-#
-# and a /etc/pbuilder/pbuilderrc.$DIST
+# This is only left here for compatibility. Better use git-pbuilder instead.
+
+echo "***"
+echo " This script is deprecated."
+echo " Please switch to /usr/bin/git-pbuilder"
+echo " See file:///usr/share/doc/git-buildpackage/manual-html/gbp.special.html#GBP.SPECIAL.PBUILDER"
+echo "***"
DIST=${0/*gbp-cowbuilder-}
ACTION=$1