From 2e7f4d5a8c8913a6569f0070950cf2c266a64bf4 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Fri, 20 Oct 2023 13:24:19 -0700 Subject: [PATCH 1/2] update README to clone v1.1.1 and update install script to use superDoit:v4.1 --- README.md | 2 +- bin/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16f4e491..401eca6e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Greatly simplified version of GsDevKit_home ## Installation ``` bash -git clone git@github.com:GsDevKit/GsDevKit_stones.git +git clone git@github.com:GsDevKit/GsDevKit_stones.git -b v1.1.1 GsDevKit_stones/bin/install.sh export PATH=`pwd`/superDoit/bin:`pwd`/GsDevKit_stones/bin:$PATH diff --git a/bin/install.sh b/bin/install.sh index 1c77bf6f..8a0742bb 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -1,5 +1,5 @@ #! /usr/bin/env bash -git clone git@github.com:dalehenrich/superDoit.git +git clone git@github.com:dalehenrich/superDoit.git -b v4.1 cd superDoit/bin ./install.sh From fb03aaac9c1427360cceaa927e77e6a99f743356 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Sun, 22 Oct 2023 11:58:48 -0700 Subject: [PATCH 2/2] update the project sets as noted by Johan ... RowanClientServices:ericV3.0_pharo needs to be installed in both Pharo and GemStone ... so this project set SHOULD be moved to common_projects ... --- projectSets/https/rowanV3_gs.ston | 2 +- projectSets/ssh/rowanV3_gs.ston | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projectSets/https/rowanV3_gs.ston b/projectSets/https/rowanV3_gs.ston index cd524e94..77347d51 100644 --- a/projectSets/https/rowanV3_gs.ston +++ b/projectSets/https/rowanV3_gs.ston @@ -40,7 +40,7 @@ GDKProjectSet { } }, 'RowanClientServices' : { - 'revision' : 'masterV3.0', + 'revision' : 'ericV3.0_pharo', 'gitUrls' : { 'origin' : 'https://github.com/GemTalk/RowanClientServices.git' } diff --git a/projectSets/ssh/rowanV3_gs.ston b/projectSets/ssh/rowanV3_gs.ston index aff6d6b6..47de0efe 100644 --- a/projectSets/ssh/rowanV3_gs.ston +++ b/projectSets/ssh/rowanV3_gs.ston @@ -40,7 +40,7 @@ GDKProjectSet { } }, 'RowanClientServices' : { - 'revision' : 'masterV3.0', + 'revision' : 'ericV3.0_pharo', 'gitUrls' : { 'origin' : 'git@github.com:GemTalk/RowanClientServices.git' }