Commit 1552869f authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmrb: remove -r support

parent 5bc6a489
......@@ -20,12 +20,6 @@ if [ "$1" = "-h" ]; then
exit 0
fi
REMOTE=
if [ "$1" = "-r" ] ; then
REMOTE=$1
shift
fi
set_girar_host $1 && shift
SPEC=$1
......@@ -48,5 +42,5 @@ if is_gear ; then
git_commit_ignore_nothing $SPEC -m "update spec to new build $(get_version $SPEC) (with rpmrb script)" || exit 1
fi
docmd $ETERBUILDBIN/rpmbsh $REMOTE -i $SPEC || fatal "Error with build in hasher"
docmd $ETERBUILDBIN/rpmbsh -i $SPEC || fatal "Error with build in hasher"
docmd $ETERBUILDBIN/rpmbs $GIRARHOST -u $SPEC || fatal "Error with upload"
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