From bb720be49022309b6c5233fed8e8f3fccb41fc29 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Tue, 17 Aug 2021 07:49:15 -0600 Subject: build: make sure we clean /.ncp-image in old builds Signed-off-by: nachoparker --- changelog.md | 6 ++++-- updates/1.39.0.sh | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index f7057dc9..3505c66f 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/updates/1.39.0.sh b/updates/1.39.0.sh index 1d7194e2..689a0d41 100644 --- a/updates/1.39.0.sh +++ b/updates/1.39.0.sh @@ -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 -- cgit v1.2.3