Discussion:
createrepo.bash
Ville SkyttÀ
2010-05-31 20:58:02 UTC
Permalink
createrepo.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b73b0d4127348053884d350cb4df73bc81a5e91
Author: Ville SkyttÀ <***@iki.fi>
Date: Mon May 31 23:56:11 2010 +0300

--database is now the default, have --no-database in completions instead.

diff --git a/createrepo.bash b/createrepo.bash
index 2a95e93..8aca5b1 100644
--- a/createrepo.bash
+++ b/createrepo.bash
@@ -39,7 +39,7 @@ _cr_createrepo()
if [[ $2 == -* ]] ; then
COMPREPLY=( $( compgen -W '--version --help --quiet --verbose --profile
--excludes --basedir --baseurl --groupfile --checksum --pretty
- --cachedir --checkts --database --update --update-md-path
+ --cachedir --checkts --no-database --update --update-md-path
--skip-stat --split --pkglist --includepkg --outputdir
--skip-symlinks --changelog-limit --unique-md-filenames
--simple-md-filenames --distro --content --repo --revision --deltas
Ville SkyttÀ
2010-06-02 15:03:12 UTC
Permalink
createrepo.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 37798737671d396228a2a08b92b849ae9cbd569e
Author: Ville SkyttÀ <***@iki.fi>
Date: Wed Jun 2 18:02:36 2010 +0300

--database is now the default for mergerepo too, have --no-database in completions instead.

diff --git a/createrepo.bash b/createrepo.bash
index 8aca5b1..ccda7b5 100644
--- 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

Loading...