From 9ff125e5c2d0ed1855ee2d3d6706e430e9121a15 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 13 Dec 2015 18:49:39 +0100 Subject: reproducible fedora rpms: 187 binary packages from the @buildsys-build are build from 151 source packages… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/reproducible_common.sh | 2 +- bin/reproducible_html_rpms.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 6b1c54a8..9e594bb5 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -316,7 +316,7 @@ write_page_intro() { elif [ "$1" = "fedora-23" ] ; then local PROJECTNAME="Fedora 23" write_page " Reproducible $PROJECTNAME is an effort to apply this to $PROJECTNAME. Thus $PROJECTNAME packages are build twice, with a few varitations added and then the resulting packages from the two builds are then compared using diffoscope. Please note that the toolchain is not varied at all as the rebuild happens on exactly the same system. More variations are expected to be seen in the wild.

" - write_page "

Please note that this set up is as new as December 12th, so quite some things are still lacking, eg. https://github.com/kholia/ReproducibleBuilds is not followed at all yet and there are no variations introduced for the 2nd build. Also only 187 source packages from the @buildsys-build package group are currently being tested. OTOH this setup is mature enough that it requires very few trivial changes to build all 17080 source packages in $PROJECTNAME, if it were sensible. Which it isn't right now, but should be soon.

" + write_page "

Please note that this set up is as new as December 12th, so quite some things are still lacking, eg. https://github.com/kholia/ReproducibleBuilds is not followed at all yet and there are no variations introduced for the 2nd build. Also only 151 source packages from the @buildsys-build package group are currently being tested. OTOH this setup is mature enough that it requires very few trivial changes to build all 17080 source packages in $PROJECTNAME, if it were sensible. Which it isn't right now, but should be soon.

" fi if [ "$1" != "Arch Linux" ] && [ "$1" != "fedora-23" ] ; then write_page "

There is a weekly run jenkins job to test the $BRANCH branch of $PROJECTNAME.git. The jenkins job is running reproducible_$PROJECTNAME.sh$BUILD_ENVIRONMENT and this script is solely responsible for creating this page. Feel invited to join #debian-reproducible (on irc.oftc.net) to request job runs whenever sensible. Patches and other feedback are very much appreciated - if you want to help, please start by looking at the ToDo list for $1, you might find something easy to contribute." diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh index 8cef49d5..1a8c03b3 100755 --- a/bin/reproducible_html_rpms.sh +++ b/bin/reproducible_html_rpms.sh @@ -28,7 +28,7 @@ HTML_TARGET="" HTML_RPM_STATS=$(mktemp) echo "$(date -u) - starting to analyse build results for '$RELEASE' ($ARCH)." -TOTAL=187 # FIXME: calculate this like $(cat ${ARCHLINUX_PKGS}_$RELEASE | sed -s "s# #\n#g" | wc -l) +TOTAL=151 # FIXME: calculate this like $(cat ${ARCHLINUX_PKGS}_$RELEASE | sed -s "s# #\n#g" | wc -l) TESTED=0 NR_FTBFS=0 NR_FTBR=0 -- cgit v1.2.3-54-g00ecf