From 2695c8024220bcf355a5f85f162fd8e4156612af Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Tue, 6 Mar 2018 22:21:41 +0900 Subject: [PATCH] Adjust support status lists for master to be site-relative --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2355565..38869822 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ pages: - mv public/lists/sane-backends.html public/lists/sane-backends-cvs.html - mv public/lists/sane-mfgs.html public/lists/sane-mfgs-cvs.html - rm public/lists/sane-mfgs-external.html + - for f in public/lists/*.html; do sed -i 's|href="/contrib|href="../contrib|g; s|href="/unsupported|href="../unsupported|g' $f; done - wget --quiet -O frontends.zip $URL/frontends/-/jobs/artifacts/master/download?job=archive - unzip -oqd public/snapshots frontends.zip - ./public/snapshots/create-index.sh > public/snapshots/index.html