Apply to open source programs.

This commit is contained in:
Florian Anceau
2024-05-26 21:44:25 +00:00
parent 3cf6b608b2
commit 20e321d930
12 changed files with 251 additions and 53 deletions

View File

@@ -46,4 +46,10 @@ save:
docker save --output tarballs/${TARGET}.tar seafile-client:${TARGET}
load:
docker load --input tarballs/${TARGET}.tar
docker load --input tarballs/${TARGET}.tar
schedule-weekly-build:
python scripts/schedule-build.py
unschedule-weekly-build:
python scripts/schedule-build.py --disable