Commit 196f26af authored by Vitaly Lipatov's avatar Vitaly Lipatov

check_publish: small update

parent 0d599d4f
......@@ -38,7 +38,8 @@ for i in $SPECLIST ; do
echo $i
#LANG=C rpmgp -c $i 2>&1 | grep -v "^Note" | grep -v "^Checking" | grep -v "^Repository"
USEDBY=$(get_wd `basename $i .spec`)
PKGNAME=`basename $i .spec`
USEDBY=$(get_wd $PKGNAME)
if [ -n "$USEDBY" ] ; then
print_usedby $i $USEDBY >$i.usedby
#[ -n "`cat $i.usedby`" ] ||
......@@ -57,5 +58,9 @@ for i in $SPECLIST ; do
else
rm -f $i.$missed
fi
# TODO:
#ssh git.alt acl sisyphus $PKGNAME show > $i.acl
#grep " $USER\$" $i.acl
done
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