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>2021-08-17 16:49:15 +0300
committernachoparker <nacho@ownyourbits.com>2021-08-17 16:49:19 +0300
commitbb720be49022309b6c5233fed8e8f3fccb41fc29 (patch)
treea9ffe478675182b868c6799dc76eb331acf61dd3
parent9642cf91d4c72274b0a4cfccdcce84ff1340b167 (diff)
build: make sure we clean /.ncp-image in old buildsv1.38.4
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--changelog.md6
-rw-r--r--updates/1.39.0.sh3
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