summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-03 16:33:22 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-03 16:33:22 +0200
commit937af2771bde673e474f589f7d0a74d8c3307ecb (patch)
tree90d17de4ebe85cd151104b539614af724d6c333d /bin/reproducible_html_repository_comparison.sh
parentb5bff0936202d468922b683a7543eb30e088c632 (diff)
downloadjenkins.debian.net-937af2771bde673e474f589f7d0a74d8c3307ecb.tar.xz
reproducible: ignore noise from rmadision. probably better use the api directly...
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index bed2b5f9..22aebe46 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -54,14 +54,14 @@ for PKG in $SOURCES ; do
BET=${VERSION}
fi
done
- SID=$(rmadison -s unstable $PKG | cut -d "|" -f2|xargs echo)
+ SID=$(rmadison -s unstable $PKG | egrep -v '^(debian|new):' | cut -d "|" -f2|xargs echo)
for VERSION in ${VERSIONS} ; do
if [ "${VERSION}" != "$BET" ] ; then
CRUFT="$CRUFT ${VERSION}"
fi
done
- TESTING=$(rmadison -s testing $PKG | cut -d "|" -f2|xargs echo)
- EXPERIMENTAL=$(rmadison -s experimental $PKG | cut -d "|" -f2|xargs echo)
+ TESTING=$(rmadison -s testing $PKG | egrep -v '^(debian|new):' | cut -d "|" -f2|xargs echo)
+ EXPERIMENTAL=$(rmadison -s experimental $PKG | egrep -v '^(debian|new):' | cut -d "|" -f2|xargs echo)
#
# format output
#