|
@@ -22,7 +22,7 @@ _vbuilder()
|
|
|
first="${COMP_WORDS[1]}"
|
|
|
|
|
|
|
|
|
- options="--version --arch --category --dist-upgrade --unionfs --target --with-compat32 --sign --no-install"
|
|
|
+ options="--version --arch --category --dist-upgrade --unionfs --target --with-compat32 --rpmbuild-with --sign --no-install --bootstrap-dir --cache-dir --built-rpms-dir"
|
|
|
actions="clean build build-rpm install-rpm remove-rpm show-info"
|
|
|
opts="$options $actions"
|
|
|
|
|
@@ -34,9 +34,9 @@ _vbuilder()
|
|
|
case "${prev}" in
|
|
|
--version)
|
|
|
if [ "$_arch" = "x86_64" ]; then
|
|
|
- local running="VineSeed VineSeed_i386 5.1 5.1_i386 4.2_i386"
|
|
|
+ local running="VineSeed VineSeed_i386 5.2 5.2_i386 4.2_i386"
|
|
|
else
|
|
|
- local running="VineSeed 5.1 4.2"
|
|
|
+ local running="VineSeed 5.2 4.2"
|
|
|
fi
|
|
|
COMPREPLY=( $(compgen -W "${running}" -- "${cur}") )
|
|
|
;;
|