summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-02 13:02:40 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-02 13:02:40 +0200
commit595ac0c255f140dfb20ef683e994554b93e263b1 (patch)
tree3803520e2da69d9009d8ece4e6c97ef20f17d655 /INSTALL
parent9faa08183ab85ccfbe76f3f6840a50ed7a85f016 (diff)
downloadjenkins.debian.net-595ac0c255f140dfb20ef683e994554b93e263b1.tar.xz
reproducible Debian: we're testing arm64 since a while too
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index bbd08845..e94c2f6f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -166,7 +166,7 @@ All webpages will be served out of /var/lib/jenkins/userContent/reproducible and
Before running, create the following directories and files:
----
sudo mkdir /srv/reproducible-results/node-information/
-for i in i386 amd64 armhf ; do touch /srv/reproducible-results/node-information/dummy_$i ; done
+for i in i386 amd64 arm64 armhf ; do touch /srv/reproducible-results/node-information/dummy_$i ; done
----
And run the following script as user jenkins: