Commit 0c5ac395 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmck: fix error and add info about development stage

parent 2ec5df04
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
load_mod alt hasher load_mod alt hasher
if [ "$1" = "-h" ] || [ "$1" = "--help" ] ; then if [ "$1" = "-h" ] || [ "$1" = "--help" ] ; then
echo "rpmck [-b REPONAME] <packages> - check build packages" echo "rpmck [-b REPONAME] <packages> - check built packages locally"
echo "Examples:" echo "Examples:"
echo " $ rpmck -b p8 python-module-PyQt5" echo " $ rpmck -b p8 python-module-PyQt5"
exit 0 exit 0
...@@ -25,10 +25,13 @@ if [ "$1" = "-b" ] ; then ...@@ -25,10 +25,13 @@ if [ "$1" = "-b" ] ; then
shift 2 shift 2
fi fi
set_binary_repo # see functions/alt:set_binaryrepo() for BINARYREPONAME
set_binaryrepo $MENV
set_hasherdir set_hasherdir
info "This is an experimental code"
# export OURAPTCONF with temp. file contains correct path to sources.list # export OURAPTCONF with temp. file contains correct path to sources.list
# use MENV # use MENV
prepare_aptconfig prepare_aptconfig
......
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