From bcc2600557620c6a8a072143fa98305c965b1ce3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 5 Feb 2017 12:36:57 -0500 Subject: reporead-rsync: Ignore mips64el and armv7h for now. MIPS shouldn't be showing up; so ignoring it is working around a bug in repo. ARM is confusing it because there are discrepancies for arch=(any) packages between x86 and ARM. --- parabolaweb-reporead-rsync.in | 1 + 1 file changed, 1 insertion(+) (limited to 'parabolaweb-reporead-rsync.in') diff --git a/parabolaweb-reporead-rsync.in b/parabolaweb-reporead-rsync.in index d71cb2a..8a9e217 100644 --- a/parabolaweb-reporead-rsync.in +++ b/parabolaweb-reporead-rsync.in @@ -27,6 +27,7 @@ rsync -v --no-motd -mrtlH --no-p \ r=0 find "$RSYNCDIR" -name '*.files.tar.gz' -not -name '.*' | sed -r 's|.*/([^/]+)/[^/]+$|\1 &|' | + grep -v -e '^mips64el ' -e '^armv7h ' | while read -r arch filename; do echo reporead "$arch" "$filename" python2 "${WEBDIR}/manage.py" reporead "$arch" "$filename" || r=$? -- cgit v1.2.2