Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornacho <nacho@ownyourbits.com>2018-09-21 09:15:50 +0300
committernacho <nacho@ownyourbits.com>2018-09-22 08:48:00 +0300
commitdabc17fb0736d2d0e01828f68dc6dec822d523d7 (patch)
treebadbe15113f6d2961027196bb07df2fc9d596287 /batch.sh
parent7a8c0e40f51295fc3ce3b65d3a256e7e77e38c4a (diff)
build: fully local builds
Diffstat (limited to 'batch.sh')
-rwxr-xr-xbatch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/batch.sh b/batch.sh
index 028f0a9e..42e2929b 100755
--- a/batch.sh
+++ b/batch.sh
@@ -39,14 +39,14 @@ make nextcloudpi-x86 && {
}
# Docker armhf
-cp /usr/bin/qemu-arm-static docker-armhf
+cp -n /usr/bin/qemu-arm-static docker-armhf && \
make nextcloudpi-armhf && {
docker push ownyourbits/nextcloudpi-armhf
docker push ownyourbits/nextcloud-armhf
docker push ownyourbits/lamp-armhf
docker push ownyourbits/debian-ncp-armhf
}
-rm docker-armhf/qemu-arm-static
+rm -f docker-armhf/qemu-arm-static
# License
#