[Rpm-metadata] genpkgmetadata.py

skvidal at osuosl.org skvidal at osuosl.org
Thu Apr 16 16:07:14 UTC 2009


 genpkgmetadata.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0d161131357bf4a195a35599a757aa35f6eb86a1
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Thu Apr 16 12:05:31 2009 -0400

    remove the deprecation notice since: 1. it works fine 2. there is a legit use for it

diff --git a/genpkgmetadata.py b/genpkgmetadata.py
index 041bc02..c987532 100755
--- 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, ignore")
+                      help="specify the checksum type to use")
     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,


More information about the Rpm-metadata mailing list