Move repository to Kanboard organization
This commit is contained in:
2
Makefile
2
Makefile
@@ -9,7 +9,7 @@ static:
|
||||
archive:
|
||||
@ echo "Build archive: version=${version}, destination=${dst}"
|
||||
@ rm -rf ${BUILD_DIR}/kanboard ${BUILD_DIR}/kanboard-*.zip
|
||||
@ cd ${BUILD_DIR} && git clone --depth 1 -q https://github.com/fguillot/kanboard.git
|
||||
@ cd ${BUILD_DIR} && git clone --depth 1 -q https://github.com/kanboard/kanboard.git
|
||||
@ cd ${BUILD_DIR}/kanboard && composer --prefer-dist --no-dev --optimize-autoloader --quiet install
|
||||
@ rm -rf ${BUILD_DIR}/kanboard/data/*.sqlite
|
||||
@ rm -rf ${BUILD_DIR}/kanboard/data/*.log
|
||||
|
||||
Reference in New Issue
Block a user