mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-12 01:11:29 +00:00
Revert r1082, I was being an idiot
This commit is contained in:
parent
6f26c6b58e
commit
05f5ce10c8
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -7,7 +7,6 @@ ubuntu-dev-tools (0.124) UNRELEASED; urgency=low
|
|||||||
- Determine distribution from release name (via distro-info).
|
- Determine distribution from release name (via distro-info).
|
||||||
- Reformat manpage.
|
- Reformat manpage.
|
||||||
- Install qemu-user-static instead of qemu-kvm-extras-static.
|
- Install qemu-user-static instead of qemu-kvm-extras-static.
|
||||||
- Correctly substitute release into security suite name.
|
|
||||||
- Put schroot configuration in chroot.d/sbuild-$chroot (LP: #736808)
|
- Put schroot configuration in chroot.d/sbuild-$chroot (LP: #736808)
|
||||||
- Understand Debian distribution synonyms, and store the chroot under the
|
- Understand Debian distribution synonyms, and store the chroot under the
|
||||||
code name.
|
code name.
|
||||||
|
@ -388,7 +388,7 @@ ubuntu)
|
|||||||
COMPONENTS="main restricted universe multiverse"
|
COMPONENTS="main restricted universe multiverse"
|
||||||
fi
|
fi
|
||||||
if [ -z "$SOURCES_SECURITY_SUITE" ]; then
|
if [ -z "$SOURCES_SECURITY_SUITE" ]; then
|
||||||
SOURCES_SECURITY_SUITE="${RELEASE}-security"
|
SOURCES_SECURITY_SUITE="RELEASE-security"
|
||||||
fi
|
fi
|
||||||
if [ -z "$SOURCES_SECURITY_URL" ]; then
|
if [ -z "$SOURCES_SECURITY_URL" ]; then
|
||||||
case "$CHROOT_ARCH" in
|
case "$CHROOT_ARCH" in
|
||||||
@ -425,7 +425,7 @@ debian)
|
|||||||
# Debian only performs security updates
|
# Debian only performs security updates
|
||||||
SKIP_UPDATES=1
|
SKIP_UPDATES=1
|
||||||
if [ -z "$SOURCES_SECURITY_SUITE" ]; then
|
if [ -z "$SOURCES_SECURITY_SUITE" ]; then
|
||||||
SOURCES_SECURITY_SUITE="$RELEASE/updates"
|
SOURCES_SECURITY_SUITE="RELEASE/updates"
|
||||||
fi
|
fi
|
||||||
if [ -z "$SOURCES_SECURITY_URL" ]; then
|
if [ -z "$SOURCES_SECURITY_URL" ]; then
|
||||||
SOURCES_SECURITY_URL="http://security.debian.org/"
|
SOURCES_SECURITY_URL="http://security.debian.org/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user