Adjust support status lists for master to be site-relative

merge-requests/1/head
Olaf Meeuwissen 2018-03-06 22:21:41 +09:00
rodzic 02240289e2
commit 2695c80242
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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