Commit 368f0d25 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbsh: implement -e for fast build (via hsh-rebuild) after -l (lazy cleanup)

parent 32f23833
...@@ -16,7 +16,7 @@ REMCOM= ...@@ -16,7 +16,7 @@ REMCOM=
COMMIT= COMMIT=
############################# #############################
Usage="Usage: $name [GIRAR] [-r -s -u -m -i -c -e ] [-b REPONAME] [-f] [spec or src.rpm]..." Usage="Usage: $name [GIRAR] [-s -u -m -i -c -e ] [-b REPONAME] [-f] [spec or src.rpm]..."
function mygetopts() function mygetopts()
{ {
name=${0##*/} name=${0##*/}
...@@ -36,7 +36,7 @@ phelp() ...@@ -36,7 +36,7 @@ phelp()
echog "Ext. options:" echog "Ext. options:"
echog " -c build without stuff (without previous built packages)" echog " -c build without stuff (without previous built packages)"
echog " -s sign (and move to dir ETERDESTSRPM if defined) after build" echog " -s sign (and move to dir ETERDESTSRPM if defined) after build"
echog " -e sign and run gear test only task girar build" echog " -e build using hsh-rebuild (using chroot precreated with rpmbsh -l)"
echog " -t make temporary commit before build (rpmbb like behavior)" echog " -t make temporary commit before build (rpmbb like behavior)"
echog " -l lazy cleanup (clean before build, not after)" echog " -l lazy cleanup (clean before build, not after)"
echog " -w use tar as immediate archive for myhsh" echog " -w use tar as immediate archive for myhsh"
...@@ -128,7 +128,7 @@ date ...@@ -128,7 +128,7 @@ date
echo "-------------------------------" echo "-------------------------------"
# make src.rpm if build OK and we have options for rpmbs # make src.rpm if build OK and we have options for rpmbs
RPMBSARGS=$(drop_args "$LISTRPMARGS" i c l) RPMBSARGS=$(drop_args "$LISTRPMARGS" i c l e)
if [ ! "$RESULT" = "0" ] || [ -z "$RPMBSARGS" ]; then if [ ! "$RESULT" = "0" ] || [ -z "$RPMBSARGS" ]; then
exit $RESULT exit $RESULT
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment