From 628df90d3217d2f4ce0274c3e7a844c608bed66c Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Thu, 9 Mar 2023 10:53:00 -0500 Subject: [PATCH] Update projects git ref and other monor updates. --- defaults.sh | 2 +- deployment/project | 2 +- install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/defaults.sh b/defaults.sh index 0b7e587..2bf094e 100755 --- a/defaults.sh +++ b/defaults.sh @@ -100,4 +100,4 @@ export ROOT_DISK_SIZE_GB=20 export REGISTRY_URL="https://index.docker.io/v1/" export PRIMARY_DOMAIN= -export TARGET_PROJECT_GIT_COMMIT=fbc6e2b6e50fa2f1a6cbc75d44f1a1e92917a792 +export TARGET_PROJECT_GIT_COMMIT=df205cfabf3f2bee31561af1c8b6e036280829e6 diff --git a/deployment/project b/deployment/project index fbc6e2b..df205cf 160000 --- a/deployment/project +++ b/deployment/project @@ -1 +1 @@ -Subproject commit fbc6e2b6e50fa2f1a6cbc75d44f1a1e92917a792 +Subproject commit df205cfabf3f2bee31561af1c8b6e036280829e6 diff --git a/install.sh b/install.sh index 6edd694..3ac23c7 100755 --- a/install.sh +++ b/install.sh @@ -138,7 +138,7 @@ if [ "$ADDED_COMMAND" = true ]; then fi -# deploy clams wallet. +# As part of the install script, we pull down any other sovereign-stack git repos PROJECTS_SCRIPTS_REPO_URL="https://git.sovereign-stack.org/ss/project" PROJECTS_SCRIPTS_PATH="$(pwd)/deployment/project" if [ ! -d "$PROJECTS_SCRIPTS_PATH" ]; then