# HG changeset patch # User Aleksej Bobylev # Date 1547766360 -7200 # Node ID a8676623b936d478a00dbd47615413269ccd3c55 # Parent 0385051c39962b6c916900048228980729ef5128 cooker: ability to hide selected (long-broken) packages without removing the receipts diff -r 0385051c3996 -r a8676623b936 cooker --- a/cooker Fri Jan 11 15:14:53 2019 +0200 +++ b/cooker Fri Jan 18 01:06:00 2019 +0200 @@ -282,6 +282,7 @@ rm -f $wok/*/arch.$ARCH && cd $wok echo "Creating $ARCH packages DB..." for pkg in *; do + [ -e $wok/$pkg/.hidden ] && continue [ -s $wok/$pkg/receipt ] || continue HOST_ARCH= . $wok/$pkg/receipt