Commit b953e836 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: always build src.rpm with -w (correct pack gear repo)

parent 95eaf25b
......@@ -203,7 +203,7 @@ for i in $LISTBUILT ; do
docmd $ETERBUILDBIN/rpmbps -b $BINARYREPO $SPECNAME
docmd $BUILDCOMMAND -b $BINARYREPO $LISTRPMARGS $SPECNAME || fatal "Can't build"
docmd $BUILDCOMMAND -b $BINARYREPO -w $LISTRPMARGS $SPECNAME || fatal "Can't build"
# move results to common place
cp -fv $RPMTOPDIR/SRPMS/*.rpm $RPMDIR/SRPMS/ 2>/dev/null
......
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