@@ -226,8 +226,8 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
...
@@ -226,8 +226,8 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
==== reproducible non-Debian tests, new host for 398 day variation is unused
==== reproducible non-Debian tests, new host for 398 day variation is unused
* locations in the code which need to be changed
* locations in the code which need to be changed
** RPM_BUILD_NODE=osuosl-build171-amd64
** RPM_BUILD_NODE=osuosl171-amd64
** grep for osuosl-build171-amd64, there's more
** grep for osuosl171-amd64, there's more
* IOW: these tests should use it:
* IOW: these tests should use it:
** coreboot
** coreboot
** netbsd
** netbsd
...
@@ -320,7 +320,7 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
...
@@ -320,7 +320,7 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
* setup script:
* setup script:
** mock --clean just uninstalls the chroot but it'll still be rebuilt next time using cache. you can delete the caches from /var/cache/mock/ or touch the mock config
** mock --clean just uninstalls the chroot but it'll still be rebuilt next time using cache. you can delete the caches from /var/cache/mock/ or touch the mock config
** is /etc/yum/repos.d/fedora.repo really needed?
** is /etc/yum/repos.d/fedora.repo really needed?
** hosts/osuosl-build171/etc/yum/repos.d/* is really not sooo good but works…
** hosts/osuosl171/etc/yum/repos.d/* is really not sooo good but works…
* build script
* build script
** cleanup mock cache between two builds: --scrub=all might be too much, but whats sensible (or is it --scrub=all?)?
** cleanup mock cache between two builds: --scrub=all might be too much, but whats sensible (or is it --scrub=all?)?
write_page "</td><td colspan=\"2\"> is currently not varied between rebuilds of $1.</td></tr>"
write_page "</td><td colspan=\"2\"> is currently not varied between rebuilds of $1.</td></tr>"
fi
fi
if["$1"!="OpenWrt"];then
if["$1"!="OpenWrt"];then
...
@@ -569,9 +569,9 @@ write_variation_table() {
...
@@ -569,9 +569,9 @@ write_variation_table() {
if["$1"!="FreeBSD"]&&["$1"!="Arch Linux"];then
if["$1"!="FreeBSD"]&&["$1"!="Arch Linux"];then
write_page "<tr><td>year, month, date</td><td>today (${TODAY})</td><td>same for both builds (currently, work in progress)</td></tr>"
write_page "<tr><td>year, month, date</td><td>today (${TODAY})</td><td>same for both builds (currently, work in progress)</td></tr>"
elif["$1"="Arch Linux"];then
elif["$1"="Arch Linux"];then
write_page "<tr><td>year, month, date</td><td>osuosl-build169-amd64: today (${TODAY}) or osuosl-build170-amd64: 398 days in the future ($FUTURE)</td><td>the other one</td></tr>"
write_page "<tr><td>year, month, date</td><td>osuosl169-amd64: today (${TODAY}) or osuosl170-amd64: 398 days in the future ($FUTURE)</td><td>the other one</td></tr>"
else
else
write_page "<tr><td>year, month, date</td><td>osuosl-build171-amd64: today (${TODAY}) or osuosl-build172-amd64: 398 days in the future ($FUTURE)</td><td>the other one</td></tr>"
write_page "<tr><td>year, month, date</td><td>osuosl171-amd64: today (${TODAY}) or osuosl172-amd64: 398 days in the future ($FUTURE)</td><td>the other one</td></tr>"