[Qa-jenkins-scm] [jenkins.debian.net] 04/05: openwrt: update TODO section and front-page copy (minor)
Holger Levsen
holger at moszumanska.debian.org
Thu Oct 22 00:52:48 UTC 2015
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 eca0014e7d79dea957b68dfae4e6f472d27bf632
Author: bnewbold <bnewbold at robocracy.org>
Date: Wed Oct 21 16:30:03 2015 -0700
openwrt: update TODO section and front-page copy (minor)
Mostly correct notes about squashfs; diffoscope does detect squashfs
files correctly.
---
TODO | 4 +---
bin/reproducible_common.sh | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/TODO b/TODO
index 79efc64..6b83baa 100644
--- a/TODO
+++ b/TODO
@@ -238,9 +238,7 @@ properties:
* add credit for logo/artwork
* build more archs (http://downloads.openwrt.org/chaos_calmer/15.05-rc1/ lists many to choose from)
-* build all packages? (set CONFIG_ALL=y and run 'make defconfig')
-** just build some first...
-* file dbd bug about unable to inspect these .bin files
+* incorporate popular third-party ("external feeds") packages?
* file dbd bug about crashing on certain squashfs files
* explain status in plain english
* use disorderfs for 2nd build?
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 606c85b..ea37c07 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -275,7 +275,7 @@ write_page_intro() {
local PROJECTNAME="$1"
local PROJECTURL="https://review.coreboot.org/p/coreboot.git"
elif [ "$1" = "OpenWrt" ] ; then
- write_page " <em>Reproducible OpenWrt</em> is an effort to apply this to OpenWrt. Thus each OpenWrt target is build twice, with a few varitations added and then the resulting images and packages from the two builds are compared using <a href=\"https://tracker.debian.org/diffoscope\">diffoscope</a>, <em>which currently cannot detect <code>.bin</code> files as squashfs filesystems.</em> Thus the resulting diffoscope output is not nearly as clear as it could be - hopefully this lim [...]
+ write_page " <em>Reproducible OpenWrt</em> is an effort to apply this to OpenWrt. Thus each OpenWrt target is build twice, with a few varitations added and then the resulting images and packages from the two builds are compared using <a href=\"https://tracker.debian.org/diffoscope\">diffoscope</a>. OpenWRT generates many different types of raw <code>.bin</code> files, and diffoscope does not know how to parse these. Thus the resulting diffoscope output is not nearly as clear as [...]
local PROJECTNAME="openwrt"
local PROJECTURL="git://git.openwrt.org/openwrt.git"
elif [ "$1" = "NetBSD" ] ; then
--
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