3 commits - docs/createrepo.8 genpkgmetadata.py Makefile
[email protected] (Ville Skytt??)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
Makefile | 6 +++--- docs/createrepo.8 | 2 +- genpkgmetadata.py | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) New commits: commit 900caa28dcbdbc274bce4640c1e867f7bd6f1e57 Author: Ville Skyttä <[email protected]> Date: Tue Feb 9 18:27:44 2010 +0200 Make *Emacs unsuspicious about trailing whitespace. diff --git a/Makefile b/Makefile index c821ae4..918614f 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ maintainer-clean: changelog: git log --pretty --numstat --summary | git2cl > ChangeLog - + dist: olddir=`pwd`; \ distdir=$(PKGNAME)-$(VERSION); \ @@ -148,8 +148,8 @@ dailyfiles: $(srcdir)/*.py \ $(srcdir)/Makefile \ $(srcdir)/ChangeLog \ - $(srcdir)/COPYING \ - $(srcdir)/COPYING.lib \ + $(srcdir)/COPYING \ + $(srcdir)/COPYING.lib \ $(srcdir)/README \ $(srcdir)/$(PKGNAME).spec \ $(top_srcdir)/.disttmp/$$distdir commit aa9256dc98378886ccd8b8d674d2392de6e135af Author: Ville Skyttä <[email protected]> Date: Tue Feb 9 18:26:42 2010 +0200 Fix --exclude -> --excludes typo. diff --git a/docs/createrepo.8 b/docs/createrepo.8 index 0689268..7a077ce 100644 --- a/docs/createrepo.8 +++ b/docs/createrepo.8 @@ -15,7 +15,7 @@ createrepo \- Create repomd (xml-rpm-metadata) repository Optional base URL location for all files. .IP "\fB\-o --outputdir\fP <url>" Optional output directory (useful for read only media). -.IP "\fB\-x --exclude\fP <package>" +.IP "\fB\-x --excludes\fP <package>" File globs to exclude, can be specified multiple times. .IP "\fB\-i --pkglist\fP <filename>" specify a text file which contains the complete list of files to commit de93cd74374200b8eaa22c819c46b6fbb391c613 Author: Ville Skyttä <[email protected]> Date: Tue Feb 9 18:25:08 2010 +0200 Add missing spaces in various help strings. diff --git a/genpkgmetadata.py b/genpkgmetadata.py index 9d755af..d053d35 100755 --- a/genpkgmetadata.py +++ b/genpkgmetadata.py @@ -76,13 +76,13 @@ def parse_args(args, conf): help="use the existing repodata for --update from this path") parser.add_option("--skip-stat", dest='skip_stat', default=False, help="skip the stat() call on a --update, assumes if the file" \ - "name is the same then the file is still the same" \ + "name is the same then the file is still the same " \ "(only use this if you're fairly trusting or gullible)", action="store_true") parser.add_option("--split", default=False, action="store_true", help="generate split media") parser.add_option("-i", "--pkglist", default=None, - help="use only the files listed in this file from the" \ + help="use only the files listed in this file from the " \ "directory specified") parser.add_option("-n", "--includepkg", default=[], action="append", help="add this pkg to the list - can be specified multiple times") @@ -93,10 +93,10 @@ def parse_args(args, conf): parser.add_option("--changelog-limit", dest="changelog_limit", default=None, help="only import the last N changelog entries") parser.add_option("--unique-md-filenames", dest="unique_md_filenames", - help="include the file's checksum in the filename,helps with proxies", + help="include the file's checksum in the filename, helps with proxies", default=True, action="store_true") parser.add_option("--simple-md-filenames", dest="simple_md_filenames", - help="do not include the file's checksum in the filename,helps with proxies", + help="do not include the file's checksum in the filename, helps with proxies", default=False, action="store_true") parser.add_option("--distro", default=[], action="append", help="distro tag and optional cpeid: --distro" "'cpeid,textname'") _______________________________________________ Rpm-metadata mailing list [email protected] http://lists.baseurl.org/mailman/listinfo/rpm-metadata