laminar-config/jobs/update-mirrors.run

6 lines
212 B
Text
Raw Normal View History

2024-12-15 09:15:52 +01:00
#!/bin/bash -ex
git clone --depth 1 https://code.ryuslash.org/ryuslash/update-mirrors.git .
makepkg --clean
mv update-mirrors-*-any.pkg.tar.zst "${ARCHIVE}/"
laminarc queue update-mirrors-deploy BUILD="$ARCHIVE"