diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-06 15:26:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-06 15:26:05 +0200 |
commit | 3e9445edd4d5ac921eb6b92c38cc6f8a985e7d69 (patch) | |
tree | 55b1a799156b8c5a1aad61ed3e55950acd020695 /bin | |
parent | f6ab813dea3099e32cf3035bb980d289fbfed499 (diff) | |
download | jenkins.debian.net-3e9445edd4d5ac921eb6b92c38cc6f8a985e7d69.tar.xz |
reproducible debian: drop uninteresting message
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_repository_comparison.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index c7b4eadb..9b72498d 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -205,8 +205,6 @@ for PKG in $SOURCEPKGS ; do fi elif [ "$PKG" = "disorderfs" ] ; then write_row "<br />(only used to modify the build environment in the 2nd build)" - elif ( [ "$PKG" = "strip-nondeterminism" ] || [ "$PKG" = "diffoscope" ] ) && $OBSOLETE_IN_SID ; then - write_row "<br />(this repo is always used)" elif [ "$PKG" = "debbindiff" ] && $OBSOLETE_IN_SID ; then write_row "<br />(debbindiff has been renamed to diffoscope)" fi |