mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
[ Daniel Hahler ]
mk-sbuild: add $RELEASE to error message.
This commit is contained in:
commit
f396485ac4
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -35,7 +35,10 @@ ubuntu-dev-tools (0.100) UNRELEASED; urgency=low
|
||||
- Replace imports of debian_bundle with debian to fix the deprecation
|
||||
warnings.
|
||||
|
||||
-- Benjamin Drung <bdrung@ubuntu.com> Wed, 09 Jun 2010 23:53:13 +0200
|
||||
[ Daniel Hahler ]
|
||||
* mk-sbuild: add $RELEASE to error message.
|
||||
|
||||
-- Michael Bienia <geser@ubuntu.com> Thu, 17 Jun 2010 21:17:10 +0200
|
||||
|
||||
ubuntu-dev-tools (0.99) lucid; urgency=low
|
||||
|
||||
|
@ -280,7 +280,7 @@ esac
|
||||
# Is the specified release known to debootstrap?
|
||||
variant_opt="--variant=buildd"
|
||||
if [ ! -r "/usr/share/debootstrap/scripts/$RELEASE" ]; then
|
||||
echo "Specified release not known to debootstrap" >&2
|
||||
echo "Specified release ($RELEASE) not known to debootstrap" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user