summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_repository_comparison.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-23 12:11:36 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-23 12:11:36 +0200
commit71cd8f14f4502f2a6ec1fd4058e03c4399e38e11 (patch)
tree27aa3968bc03567118efcad6b9bd2b662fde6286 /bin/reproducible_html_repository_comparison.sh
parent149ab897709dd1b2a44fc1fb1578d83acb7c6baa (diff)
downloadjenkins.debian.net-71cd8f14f4502f2a6ec1fd4058e03c4399e38e11.tar.xz
Revert "reproducible: treat disorderfs specially as long we need it"
This reverts commit 149ab897709dd1b2a44fc1fb1578d83acb7c6baa.
Diffstat (limited to 'bin/reproducible_html_repository_comparison.sh')
-rwxr-xr-xbin/reproducible_html_repository_comparison.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index d957358a..0145e1da 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -154,7 +154,7 @@ for PKG in $SOURCEPKGS ; do
debbindiff)
URL="http://anonscm.debian.org/cgit/reproducible/diffoscope.git"
GIT="diffoscope.git" ;;
- strip-nondeterminism|diffoscope|disorderfs)
+ strip-nondeterminism|diffoscope)
URL="http://anonscm.debian.org/cgit/reproducible/$GIT" ;;
*)
URL="http://anonscm.debian.org/cgit/reproducible/$GIT/?h=pu/reproducible_builds" ;;
@@ -184,7 +184,7 @@ for PKG in $SOURCEPKGS ; do
fi
else
write_row "<a href=\"$URL\">$GIT</a>"
- if [ "$PKG" != "strip-nondeterminism" ] && [ "$PKG" != "diffoscope" ] && [ "$PKG" != "debbindiff" ] && [ "$PKG" != "disorderfs" ] ; then
+ if [ "$PKG" != "strip-nondeterminism" ] && [ "$PKG" != "diffoscope" ] && [ "$PKG" != "debbindiff" ] ; then
if $OBSOLETE_IN_TESTING && $OBSOLETE_IN_SID && $OBSOLETE_IN_EXP ; then
write_row "<br />(unused?"
write_row "<br /><span class=\"purple\">Then the branch should probably renamed.</span>)"
@@ -194,8 +194,6 @@ for PKG in $SOURCEPKGS ; do
elif $OBSOLETE_IN_EXP ; then
write_row "<br />(only used in testing and unstable, fixed in experimental)"
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