diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-02 13:02:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-02 13:02:40 +0200 |
commit | 595ac0c255f140dfb20ef683e994554b93e263b1 (patch) | |
tree | 3803520e2da69d9009d8ece4e6c97ef20f17d655 /INSTALL | |
parent | 9faa08183ab85ccfbe76f3f6840a50ed7a85f016 (diff) | |
download | jenkins.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-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |