commit 6f15d422c09c8a41d6496b4453b275762804a9a5
Author: Jan RÄ™korajski <[email protected]>
Date:   Sat Jan 16 20:53:16 2021 +0100

    Update list of filtered deps for ftp consistency checks

 wwwbin/consistency-check.sh | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/wwwbin/consistency-check.sh b/wwwbin/consistency-check.sh
index caaeff4..0a4fb54 100755
--- a/wwwbin/consistency-check.sh
+++ b/wwwbin/consistency-check.sh
@@ -4,9 +4,9 @@ export LC_ALL=C
 
 filter_deps() {
        if [ $1 = "x32" ]; then
-         grep -Ev 
"(uname\(release\)|-multilib-|\/eclipse\/|statifier|kernel-nopae-source-|kernel-tools-perf-vdso|libreoffice|nodejs|firefox|seamonkey|thunderbird)"
+         grep -Ev 
"(cpuinfo\(|uname\(release\)|-multilib-|\/eclipse\/|statifier|kernel-tools-perf-vdso|libreoffice|nodejs|firefox|seamonkey|thunderbird)"
        else
-         grep -Ev 
"(uname\(release\)|-multilib-|\/eclipse\/|statifier|kernel-nopae-source-|kernel-tools-perf-vdso)"
+         grep -Ev 
"(cpuinfo\(|uname\(release\)|-multilib-|\/eclipse\/|statifier|kernel-tools-perf-vdso)"
     fi
 }
 
@@ -52,7 +52,9 @@ gen_list() {
        arch=$1
        shift
        date
-       poldek -O "auto directory dependencies = yes" \
+       poldek --cleana
+       poldek \
+        -O "auto directory dependencies = yes" \
        --ignore "*-debuginfo-*" \
        --ignore "opera-plugin32-*" \
        --ignore "nspluginwrapper-*" \
@@ -69,7 +71,7 @@ gen_list() {
 gen_list_uniq() {
        arch=$1
        shift
-       gen_list $arch -O"unique package names = yes" "$@"
+       gen_list $arch -O "unique package names = yes" "$@"
 }
 
 t=$(mktemp)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-ftp-admin.git/commitdiff/6f15d422c09c8a41d6496b4453b275762804a9a5

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to