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:
authornachoparker <nacho@ownyourbits.com>2018-06-20 17:58:01 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-20 17:58:01 +0300
commitd82a635eb16c0be7c02dec84f5cea4309209b627 (patch)
tree6317bf5a0d6473294366ba4ed7fcad4be94d1769 /build-SD-armbian.sh
parentf3274e7784d715241c1f426381846c5600cf6893 (diff)
armbian: fix disabling SSH and clean before builds
Diffstat (limited to 'build-SD-armbian.sh')
-rwxr-xr-xbuild-SD-armbian.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-SD-armbian.sh b/build-SD-armbian.sh
index e331f7f9..967a7aa6 100755
--- a/build-SD-armbian.sh
+++ b/build-SD-armbian.sh
@@ -38,8 +38,10 @@ RELEASE=stretch
KERNEL_ONLY=no
KERNEL_CONFIGURE=no
BUILD_DESKTOP=no
-CLEAN_LEVEL=""
USE_CCACHE=yes
+CLEAN_LEVEL="cache debs"
+# CLEAN_LEVEL="" # study this: it is much faster, but generated images might be broken (#548)
+# NO_APT_CACHER=no # this will also improve build times, but doesn't seem very reliable
EOF
# board specific parameters