Commit b6be137a authored by Vitaly Lipatov's avatar Vitaly Lipatov

repl: add support for i586 only rules

parent b6878e36
......@@ -310,7 +310,7 @@ internal_repl_list()
echo $FINDPKG
echo $FINDPKGGREP
# skip all arches
ls -1 $REPLBASE.$PKGVENDOR* 2>/dev/null | grep -v "\.x86_64\$" | grep -v "\.aarch64\$" | grep -v "\.x86_64-i586\$"
ls -1 $REPLBASE.$PKGVENDOR* 2>/dev/null | grep -v "\.x86_64\$" | grep -v "\.aarch64\$" | grep -v "\.x86_64-i586\$" | grep -v "\.i586\$"
) | grep -v "^\$" | \
sort -u | sort -r -t . -n -k 3 | grep "^$FINDPKGGREP\$" -A1000
fi
......
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