projects
/
tools
/
createrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2260b35
)
remove the deprecation notice since: 1. it works fine 2. there is a legit use for it
author
Seth Vidal
<skvidal@fedoraproject.org>
Thu, 16 Apr 2009 16:05:31 +0000
(12:05 -0400)
committer
Seth Vidal
<skvidal@fedoraproject.org>
Thu, 16 Apr 2009 16:05:31 +0000
(12:05 -0400)
genpkgmetadata.py
patch
|
blob
|
history
diff --git
a/genpkgmetadata.py
b/genpkgmetadata.py
index 041bc02e8efee9efb0dfb894fae5e094e5f44946..c9875327e929a4ed9dba0a1dd8bc1972f4dff84e 100755
(executable)
--- a/
genpkgmetadata.py
+++ b/
genpkgmetadata.py
@@
-52,7
+52,7
@@
def parseArgs(args, conf):
parser.add_option("-g", "--groupfile", default=None,
help="path to groupfile to include in metadata")
parser.add_option("-s", "--checksum", default="sha256", dest='sumtype',
- help="
Deprecated, ignor
e")
+ help="
specify the checksum type to us
e")
parser.add_option("-p", "--pretty", default=False, action="store_true",
help="make sure all xml generated is formatted")
parser.add_option("-c", "--cachedir", default=None,