seeded-in-ubuntu: Clarify that "not seeded" binary packages may not exist

(LP: #1029620)
This commit is contained in:
Stefano Rivera 2013-01-12 14:34:04 +02:00
parent d6d933e8d5
commit a3bd35bd0c
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View File

@ -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

View File

@ -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):