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:
cca1952
)
--database is now the default for mergerepo too, have --no-database in completions...
author
Ville Skyttä
<ville.skytta@iki.fi>
Wed, 2 Jun 2010 15:02:36 +0000
(18:02 +0300)
committer
Ville Skyttä
<ville.skytta@iki.fi>
Wed, 2 Jun 2010 15:02:36 +0000
(18:02 +0300)
createrepo.bash
patch
|
blob
|
history
diff --git
a/createrepo.bash
b/createrepo.bash
index 8aca5b1cda69f37a6dc615ca725e3517788ab8e8..ccda7b5ef30055c50405240d2d8c39579600c1d2 100644
(file)
--- a/
createrepo.bash
+++ b/
createrepo.bash
@@
-65,7
+65,7
@@
_cr_mergerepo()
;;
esac
- COMPREPLY=( $( compgen -W '--version --help --repo --archlist --database
+ COMPREPLY=( $( compgen -W '--version --help --repo --archlist --
no-
database
--outputdir --nogroups --noupdateinfo' -- "$2" ) )
} &&
complete -F _cr_mergerepo -o filenames mergerepo mergerepo.py