mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
seeded-in-ubuntu: Clarify that "not seeded" binary packages may not exist
(LP: #1029620)
This commit is contained in:
parent
d6d933e8d5
commit
a3bd35bd0c
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -21,8 +21,10 @@ ubuntu-dev-tools (0.146) UNRELEASED; urgency=low
|
||||
(LP: #1086342)
|
||||
* ubuntu-build: Default to DEV-proposed in batch mode. Thanks Scott
|
||||
Kitterman (LP: #1088010)
|
||||
* seeded-in-ubuntu: Clarify that "not seeded" binary packages may not exist
|
||||
(LP: #1029620)
|
||||
|
||||
-- Julian Taylor <jtaylor@ubuntu.com> Sat, 24 Nov 2012 21:07:01 +0100
|
||||
-- Stefano Rivera <stefanor@ubuntu.com> Sat, 12 Jan 2013 14:33:25 +0200
|
||||
|
||||
ubuntu-dev-tools (0.145) experimental; urgency=low
|
||||
|
||||
|
@ -92,7 +92,7 @@ def output_binaries(index, binaries):
|
||||
print "%s is seeded in:" % binary
|
||||
print present_on(index[binary])
|
||||
else:
|
||||
print "%s is not seeded." % binary
|
||||
print "%s is not seeded (and may not exist)." % binary
|
||||
|
||||
|
||||
def output_by_source(index, by_source):
|
||||
|
Loading…
x
Reference in New Issue
Block a user