Skip to content

Commit

Permalink
armbian: fix disabling SSH and clean before builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Jun 20, 2018
1 parent f3274e7 commit d82a635
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion armbian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install
chage -d 0 root

# disable SSH by default, it can be enabled through ncp-web
systemctl disable sshd
systemctl disable ssh


# License
Expand Down
4 changes: 3 additions & 1 deletion build-SD-armbian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions docker-armhf/build-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ install()
docker push ownyourbits/nextcloud-armhf
docker push ownyourbits/lamp-armhf
docker push ownyourbits/debian-ncp-armhf

# keep old container updated, at least for a while
docker tag ownyourbits/nextcloudpi-armhf ownyourbits/nextcloudpi-armhf
docker push ownyourbits/nextcloudpi-armhf
}
}

Expand Down

0 comments on commit d82a635

Please sign in to comment.