Apply to open source programs.
This commit is contained in:
8
Makefile
8
Makefile
@@ -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
|
||||
Reference in New Issue
Block a user