From bff970b0c95f7c6fe6f97a37465e55737150c2d1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 4 Jan 2016 16:25:59 +0100 Subject: reproducible: correctly display number of cores used in dashboard --- TODO | 1 - bin/reproducible_common.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO b/TODO index 53eef318..a81cf380 100644 --- a/TODO +++ b/TODO @@ -142,7 +142,6 @@ The plan is to run a jenkins.d.o host, which is maintained by DSA, but we are ma * higher prio: ** FIXME: use same footer for .sh and .py pages… -** dashboard: number of cores used is wrong for amd64… ** check that build nodes have different amount of cores, so we dont need to run the 2nd build with NUM_CPU-1 ** pkg pages *** new table in pkg/test history page: schedule - if that package is currently scheduled diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 4eb1dd79..fc15b868 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -391,7 +391,7 @@ write_explaination_table() { write_page "env USERUSER=\"pbuilder1\"USER=\"pbuilder2\"" write_page "uiduid=1111uid=2222" write_page "gidgid=1111gid=2222" - write_page "env DEB_BUILD_OPTIONSDEB_BUILD_OPTIONS=\"parallel=XXX\"
  XXX for amd64: 16 or 8
  XXX for armhf: 4 or 2DEB_BUILD_OPTIONS=\"parallel=YYY\"
  YYY for amd64: XXX-1
  YYY for armhf: 2 or 4 - the opposite of the first build)" + write_page "env DEB_BUILD_OPTIONSDEB_BUILD_OPTIONS=\"parallel=XXX\"
  XXX for amd64: 18 or 17
  XXX for armhf: 4 or 2DEB_BUILD_OPTIONS=\"parallel=YYY\"
  YYY for amd64: 17 or 18 (!= the first build)
  YYY for armhf: 1 or 3" write_page "UTS namespaceshared with the hostmodified using /usr/bin/unshare --uts" else write_page "env USER is not yet varied between rebuilds of $1." -- cgit v1.2.3-70-g09d2