mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
scripts/check-duplicates.sh: skip categories metadata.xml
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
GENTOO_DIR="/var/db/repos/gentoo"
|
||||
GENTOO_PACKAGES=(
|
||||
$(find ${GENTOO_DIR} -mindepth 2 -maxdepth 2 -printf "%P\n" \
|
||||
| sort | grep -Ev "^(.git|.github|metadata|profiles|scripts)/"
|
||||
| sort | grep -Ev "^(.git|.github|metadata|profiles|scripts)/|metadata.xml"
|
||||
)
|
||||
)
|
||||
REPO_PACKAGES=(
|
||||
$(find . -mindepth 2 -maxdepth 2 -printf "%P\n" \
|
||||
| sort | grep -Ev "^(.git|.github|metadata|profiles|scripts)/"
|
||||
| sort | grep -Ev "^(.git|.github|metadata|profiles|scripts)/|metadata.xml"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user