Skip to content

Commit

Permalink
build: small tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: nachoparker <nacho@ownyourbits.com>
  • Loading branch information
nachoparker committed Apr 6, 2020
1 parent ae6c88f commit ff565d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function build_arch()
[[ "$@" =~ "armhf" ]] && build_arch "${release}" arm32v7 arm armhf
[[ "$@" =~ "arm64" ]] && build_arch "${release}" arm64v8 aarch64 arm64

exit 0

# License
#
Expand Down
2 changes: 2 additions & 0 deletions buildlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,9 @@ rm md5sum
put md5sum
bye
EOF
ret=$?
cd -
return $ret
}

upload_all()
Expand Down
8 changes: 6 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@

[v1.24.0](https://github.com/nextcloud/nextcloudpi/commit/b7afa52) (2020-03-24) upgrade to NC18.0.3
[v1.24.2](https://github.com/nextcloud/nextcloudpi/commit/1b9de02) (2020-04-06) build: small tweaks

[v1.23.2](https://github.com/nextcloud/nextcloudpi/commit/0a97f77) (2020-03-22) lamp: disable old TLS versions
[v1.24.1 ](https://github.com/nextcloud/nextcloudpi/commit/ae6c88f) (2020-04-06) nc-backup-auto: fix notify_admin

[v1.24.0 ](https://github.com/nextcloud/nextcloudpi/commit/a3dbec1) (2020-03-24) upgrade to NC18.0.3

[v1.23.2 ](https://github.com/nextcloud/nextcloudpi/commit/0a97f77) (2020-03-22) lamp: disable old TLS versions

[v1.23.1 ](https://github.com/nextcloud/nextcloudpi/commit/84e6b4e) (2020-03-15) ncp-web: check for possibly missing index

Expand Down

0 comments on commit ff565d6

Please sign in to comment.