Commit 8d3fcba4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgp: add acl list printing

parent 14c97636
...@@ -262,6 +262,9 @@ if [ -n "$CHECKONLINE" ] ; then ...@@ -262,6 +262,9 @@ if [ -n "$CHECKONLINE" ] ; then
fi fi
fi fi
list_git_package $PKGNAME list_git_package $PKGNAME
# TODO: BINARYREPO
echo -n "ACL list for sisyphus: "
ssh $GIRARHOST acl sisyphus $PKGNAME show
RET="MISSED" RET="MISSED"
if [ -n "$SRCRPM" ] ; then if [ -n "$SRCRPM" ] ; then
......
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