aboutsummaryrefslogtreecommitdiffstats
path: root/rpmbuildupdate.bash-completion
diff options
context:
space:
mode:
authorMichael Scherer <misc@mandriva.com>2005-02-07 16:51:09 +0000
committerMichael Scherer <misc@mandriva.com>2005-02-07 16:51:09 +0000
commite44c918e5d6b060d3a62e523848cf64f8b414395 (patch)
treeb3965c5bbf03d68334a42290223976df0bb63aea /rpmbuildupdate.bash-completion
parent7f164ec85f13801fd62f261085e3bae20be63dde (diff)
downloadbootsplash-e44c918e5d6b060d3a62e523848cf64f8b414395.tar
bootsplash-e44c918e5d6b060d3a62e523848cf64f8b414395.tar.gz
bootsplash-e44c918e5d6b060d3a62e523848cf64f8b414395.tar.bz2
bootsplash-e44c918e5d6b060d3a62e523848cf64f8b414395.tar.xz
bootsplash-e44c918e5d6b060d3a62e523848cf64f8b414395.zip
- new option execafterbuild, to run a script after build the rpmV0_21_1mdkMDK-10_2
- add the proper credit - version 0.5
Diffstat (limited to 'rpmbuildupdate.bash-completion')
-rw-r--r--rpmbuildupdate.bash-completion4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmbuildupdate.bash-completion b/rpmbuildupdate.bash-completion
index 4efb285..6c88289 100644
--- a/rpmbuildupdate.bash-completion
+++ b/rpmbuildupdate.bash-completion
@@ -1,4 +1,4 @@
-# bash completion for rpmctl
+# bash completion for rpmbuildupdate
# $Id$
_rpmbuildupdate()
@@ -24,7 +24,7 @@ _rpmbuildupdate()
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '--rpmmon --srpms --rpmoption \
--release --changelog --deps --log --nosource \
- --noupdate --top --nobuild --execute -c' -- $cur ) )
+ --noupdate --top --nobuild --execute -c --execafterbuild' -- $cur ) )
else
# get source rpm path
for file in /etc/rpmbuildupdate $HOME/.rpmbuildupdaterc; do