summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2017-10-10 15:25:56 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2017-10-12 11:59:59 +0000
commitad2cb933d8de26237124843a6f1b7fcd594a3938 (patch)
tree4dbe820e05545eb724a8ac441e3cd486bbe5f4e5
parentb4d23b245fb63dda142119870a044ae066c01db7 (diff)
downloadneptune-ui-ad2cb933d8de26237124843a6f1b7fcd594a3938.tar.gz
Use a more descriptive name for storing the appman data in /tmp
Use /tmp/neptune-ui to let the user know where the data comes from and also don't clash with other appman instances storing their data here Change-Id: If50d2f59d0cb4005041c4cecdb97156783474779 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
-rw-r--r--am-config.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/am-config.yaml b/am-config.yaml
index c3e36f0..59f6939 100644
--- a/am-config.yaml
+++ b/am-config.yaml
@@ -6,9 +6,9 @@ formatType: am-configuration
applications:
builtinAppsManifestDir: "${CONFIG_PWD}/apps"
- installedAppsManifestDir: "/tmp/am/manifests"
- appImageMountDir: "/tmp/am/image-mounts"
- database: "/tmp/am/apps.db"
+ installedAppsManifestDir: "/tmp/neptune-ui/manifests"
+ appImageMountDir: "/tmp/neptune-ui/image-mounts"
+ database: "/tmp/neptune-ui/apps.db"
# QML apps will be able to import from modules...
@@ -41,7 +41,7 @@ flags:
installationLocations:
- id: "internal-0"
- installationPath: "/tmp/am/apps"
- documentPath: "/tmp/am/docs"
+ installationPath: "/tmp/neptune-ui/apps"
+ documentPath: "/tmp/neptune-ui/docs"
mountPoint: "/tmp"
isDefault: true