From 7ff6da81801d36553e5a54b147657c9e6bd27c41 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 10 Nov 2016 13:40:51 +0100 Subject: reproducible Debian: explain our repo is obsolete now Signed-off-by: Holger Levsen --- bin/reproducible_html_repository_comparison.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index 53fda31d..62994c74 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -44,7 +44,6 @@ write_page "

These source packages (and their binaries packages) are different write_page "deb http://reproducible.alioth.debian.org/debian/ ./" write_page "deb-src http://reproducible.alioth.debian.org/debian/ ./" write_page "

" -write_page "

" custom_curl http://reproducible.alioth.debian.org/debian/Sources $SOURCES custom_curl http://reproducible.alioth.debian.org/debian/Packages $PACKAGES @@ -232,8 +231,13 @@ for PKG in $SOURCEPKGS ; do echo "$(date -u) - Package $PKG done." echo done -cat $TABLE_TODO >> $PAGE -write_page "
packagegit repoPTS linkusertagged bug(s)old versions in our repo
(needed for reproducing old builds)
version in our repo
(available binary packages per architecture)
version in 'testing'version in 'unstable'version in 'experimental'

" +if [ -s $TABLE_TODO ] ; then + write_page "

" + cat $TABLE_TODO >> $PAGE + write_page "
packagegit repoPTS linkusertagged bug(s)old versions in our repo
(needed for reproducing old builds)
version in our repo
(available binary packages per architecture)
version in 'testing'version in 'unstable'version in 'experimental'

" +else + write_page "

Congratulations! There are no modified packages in our repository compared to unstable. (Yes, that means our repository is obsolete now.)" +fi if [ -s $TABLE_DONE ] ; then write_page "

" cat $TABLE_DONE >> $PAGE -- cgit v1.2.3-54-g00ecf
obsoleted package,
version in sid higher than in our repo
git repoPTS linkusertagged bug(s)old version(s) in our repo
(needed for reproducing old builds)
version in our repo
(available binary packages per architecture)
version in 'testing'version in 'unstable'version in 'experimental'