[Qa-jenkins-scm] [jenkins.debian.net] 01/06: reproducible Arch Linux: explain missing bits (for the real world, not just for testing…)
Holger Levsen
holger at layer-acht.org
Mon Nov 27 15:39:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit a2af6b28635db917acd67d67005a834e50590960
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Nov 27 15:10:58 2017 +0000
reproducible Arch Linux: explain missing bits (for the real world, not just for testing…)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_common.sh | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 26addc7..76d2734 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -330,6 +330,17 @@ write_page_intro() {
else
write_page " <p><img src=\"/userContent/static/weather-storm.png\"> FIXME: explain $PROJECTNAME test setup here.</p>"
fi
+ if [ "$1" = "Arch Linux" ] ; then
+ write_page "<p><ul>Missing bits for Arch Linux:"
+ write_page " <li>more variations, see above.</li>"
+ write_page " <li>pacman 5.0.2 needs an upload, so far the needed changes are only in git.</li>"
+ write_page " <li><ul>once the pacman upload has happened"
+ write_page " <li>we can compare our packages against the ones from the official Arch Linux repositories.</li>"
+ write_page " <li>all packages need to be rebuild so that then they include .BUILDINFO files.</li>"
+ write_page " </ul></li>"
+ write_page " <li>user tools, for users to verify all of this easily.</li>"
+ write_page "</ul></p>"
+ fi
}
write_page_footer() {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list