Commit c0a27435 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbp: fix to pass extra (-z) option

parent c11c13fa
#!/bin/sh
$(dirname $0)/rpmbph "$@" -n
$(dirname $0)/rpmbph -n "$@"
......@@ -34,9 +34,9 @@ phelp()
echog " -b REPONAME binary repository name (4.1, p5, t6 and so on)"
echo
echog "Ext. options:"
# echog " -r remote build" # will pass to rpmbs/rpmbsh
echog " -v more verbose"
echog " -q quiet"
echog " -z create src.rpm with compatible gzip compression (obsoleted)"
echo
echog "Examples:"
echog " $ rpmbph -b $EXAMPLEALTDISTRVERSION -n -u - backport to $EXAMPLEALTDISTRVERSION and ask to build it"
......
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