Commit 9c45efcf authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm autoorphans: use --short for epm mark showhold

parent 3689fc8f
......@@ -52,7 +52,7 @@ case $BASEDISTRNAME in
fi
# TODO: implement for other PMTYPE
local hold_packages="$(epm mark showhold)"
local hold_packages="$(epm mark --short showhold)"
if [ -n "$hold_packages" ] ; then
echo "Skip follow packages on hold: $(echo $hold_packages | xargs -n1000 echo)"
PKGLIST="$(estrlist exclude "$hold_packages" "$PKGLIST")"
......
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