Skip to content

Commit

Permalink
build: make sure we clean /.ncp-image in old builds
Browse files Browse the repository at this point in the history
Signed-off-by: nachoparker <nacho@ownyourbits.com>
  • Loading branch information
nachoparker committed Aug 17, 2021
1 parent 9642cf9 commit bb720be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

[v1.38.3](https://github.com/nextcloud/nextcloudpi/commit/1a2304a) (2021-08-17) unattended-upgrades: update raspbian origins
[v1.38.4](https://github.com/nextcloud/nextcloudpi/commit/42b6038) (2021-08-17) build: make sure we clean /.ncp-image in old builds

[v1.38.2](https://github.com/nextcloud/nextcloudpi/commit/956eea4) (2021-08-16) nc-restore: try to detect old datadir in dataless restoration
[v1.38.3](https://github.com/nextcloud/nextcloudpi/commit/9642cf9) (2021-08-17) unattended-upgrades: update raspbian origins

[v1.38.2 ](https://github.com/nextcloud/nextcloudpi/commit/956eea4) (2021-08-16) nc-restore: try to detect old datadir in dataless restoration

[v1.38.1 ](https://github.com/nextcloud/nextcloudpi/commit/4f29d94) (2021-08-16) nextcloud.conf.sh: Prevent apache config test output to end up in generated template

Expand Down
3 changes: 3 additions & 0 deletions updates/1.39.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ rm "${crontab_tmp}"
## update nc-restore
install_app nc-restore

## make sure old images clear the ncp-image flag
rm -f /.ncp-image

# docker images only
[[ -f /.docker-image ]] && {
# fix build bug on v1.32.0
Expand Down

0 comments on commit bb720be

Please sign in to comment.