createrepo.bash
[email protected] (Ville Skytt??) Tue, 20 Nov 2012 16:14:10 +0000 (UTC)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
--===============5072448509371555962== Content-Type: text/plain createrepo.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4325dfa059c3ca6f4dd7ac923754060d01c6f9b2 Author: Ville Skyttä <[email protected]> Date: Tue Nov 20 18:12:19 2012 +0200 Remove --xz from suggested completions. diff --git a/createrepo.bash b/createrepo.bash index f0695ba..f5a8bb7 100644 --- a/createrepo.bash +++ b/createrepo.bash @@ -64,7 +64,7 @@ _cr_createrepo() --skip-symlinks --changelog-limit --unique-md-filenames --simple-md-filenames --retain-old-md --distro --content --repo --revision --deltas --oldpackagedirs --num-deltas --read-pkgs-list - --max-delta-rpm-size --workers --xz --compress-type' -- "$2" ) ) + --max-delta-rpm-size --workers --compress-type' -- "$2" ) ) else COMPREPLY=( $( compgen -d -- "$2" ) ) fi --===============5072448509371555962== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Rpm-metadata mailing list [email protected] http://lists.baseurl.org/mailman/listinfo/rpm-metadata --===============5072448509371555962==--