mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-20 13:21:28 +00:00
Since Britney migration was introduced in Ubuntu, automatic syncing is
always done from unstable.
This commit is contained in:
parent
0b6ba08175
commit
f07c0f8ccb
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
ubuntu-dev-tools (0.151) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Since Britney migration was introduced in Ubuntu, automatic syncing is
|
||||||
|
always done from unstable.
|
||||||
|
|
||||||
|
-- Dmitrijs Ledkovs <xnox@ubuntu.com> Tue, 22 Oct 2013 17:02:41 +0100
|
||||||
|
|
||||||
ubuntu-dev-tools (0.150) unstable; urgency=low
|
ubuntu-dev-tools (0.150) unstable; urgency=low
|
||||||
|
|
||||||
[ Brian Murray ]
|
[ Brian Murray ]
|
||||||
|
@ -294,14 +294,6 @@ def fetch_source_pkg(package, dist, version, component, ubuntu_release,
|
|||||||
return DebianSourcePackage(dscfile=package, mirrors=mirrors)
|
return DebianSourcePackage(dscfile=package, mirrors=mirrors)
|
||||||
|
|
||||||
if dist is None:
|
if dist is None:
|
||||||
ubu_info = UbuntuDistroInfo()
|
|
||||||
try:
|
|
||||||
if ubu_info.is_lts(ubu_info.devel()):
|
|
||||||
dist = 'testing'
|
|
||||||
else:
|
|
||||||
dist = 'unstable'
|
|
||||||
except DistroDataOutdated, e:
|
|
||||||
Logger.warn(e)
|
|
||||||
dist = 'unstable'
|
dist = 'unstable'
|
||||||
|
|
||||||
requested_version = version
|
requested_version = version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user