projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44ad100
)
daklib/archive.py: Fix typo in message about suite mappings.
author
Ansgar Burchardt
<ansgar@debian.org>
Wed, 19 Sep 2012 10:52:51 +0000
(12:52 +0200)
committer
Ansgar Burchardt
<ansgar@debian.org>
Wed, 19 Sep 2012 10:52:51 +0000
(12:52 +0200)
daklib/archive.py
patch
|
blob
|
history
diff --git
a/daklib/archive.py
b/daklib/archive.py
index c2cc8392777ce9750e501b6a6e01bb308f301f4a..ae8516ff7250339cf9fb49adacf74b6fdb99d3cd 100644
(file)
--- a/
daklib/archive.py
+++ b/
daklib/archive.py
@@
-699,7
+699,7
@@
class ArchiveUpload(object):
if src == suite_name:
suite_name = dst
if rtype != "silent-map":
- self.warnings.append('Mapping {0} to {
0
}.'.format(src, dst))
+ self.warnings.append('Mapping {0} to {
1
}.'.format(src, dst))
elif rtype == "ignore":
ignored = fields[1]
if suite_name == ignored: