Commit 90666309 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgp: use gita for find packages in the repo

parent d08ec05f
......@@ -351,7 +351,7 @@ if [ -n "$CLONEGIT" ] ; then
if [ -z "$PUBLICACCESS" ] ; then
echo "See other repos at $GIRARHOST:"
giter $GITHOST list packages $PKGNAME
gita $GITHOST find $PKGNAME
fi
exit 0
......@@ -417,7 +417,7 @@ if [ -n "$CHECKONLINE" ] ; then
fi
fi
echo "Get repositories at $GIRARHOST:"
giter $GITHOST list packages $PKGNAME
gita $GITHOST find $PKGNAME
set_binaryrepo $MENV
......
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