Commit f52447f7 authored by Vitaly Lipatov's avatar Vitaly Lipatov

always clean hasher after build (by default). use rpmbsh -l if needed

parent 659ec889
...@@ -39,7 +39,7 @@ LOGDIR="$RPMDIR/log" ...@@ -39,7 +39,7 @@ LOGDIR="$RPMDIR/log"
REMOTERPMDIR= REMOTERPMDIR=
HASHERDIR="$HOME/hasher" HASHERDIR="$HOME/hasher"
HASHER_NOCHECK=nvr,gpg,packager,buildtime HASHER_NOCHECK=nvr,gpg,packager,buildtime
HASHERARG="--eager-cleanup" HASHERARG=""
# for use in help as example branch/distro name # for use in help as example branch/distro name
CURRENTBRANCHNAME="M51" CURRENTBRANCHNAME="M51"
[ -n "$DEBUG" ] && HASHERARG="-v $HASHERARG" [ -n "$DEBUG" ] && HASHERARG="-v $HASHERARG"
......
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