Skip to content

Commit

Permalink
update README and ci.yml to use the new projectSet directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Sep 29, 2023
1 parent 9e789de commit b34891c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
echo "createRegistry.solo"
createRegistry.solo _stones
echo "createProjectSet.solo"
createProjectSet.solo --registry=_stones --projectSet=_stones --from=$GSDEVKIT_STONES_ROOT/projectSets/_stones.ston
createProjectSet.solo --registry=_stones --projectSet=_stones --from=$GSDEVKIT_STONES_ROOT/projectSets/https/_stones.ston
echo "cloneProjectsFromProjectSet.solo"
cloneProjectsFromProjectSet.solo --registry=_stones --projectSet=_stones --projectDirectory=$STONES_git --remote=https --update
cloneProjectsFromProjectSet.solo --registry=_stones --projectSet=_stones --projectDirectory=$STONES_git --update
gslist.solo -l
Expand Down
8 changes: 4 additions & 4 deletions projectSets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ createRegistry.solo _stones

# create project set using existing template: _stones
createProjectSet.solo --registry=_stones --projectSet=_stones \
--from=$STONES_HOME/git/GsDevKit_stones/projectSets/_stones.ston
--from=$STONES_HOME/git/GsDevKit_stones/projectSets/ssh/_stones.ston

# use cloneProjectsFromProjectSet.solo to update the projects to match the specification in _stones.ston
cloneProjectsFromProjectSet.solo --registry=_stones --projectSet=_stones --projectDirectory=$STONES_HOME/git --update
Expand Down Expand Up @@ -86,11 +86,11 @@ mkdir $STONES_HOME/rowanV3

# create project sets using existing templates: rowanV3_common, rowanV3_gs, and rowanV3_pharo
createProjectSet.solo --registry=rowanV3 --projectSet=rowanV3_common \
--from=$STONES_HOME/git/GsDevKit_stones/projectSets/rowanV3_common.ston
--from=$STONES_HOME/git/GsDevKit_stones/projectSets/ssh/rowanV3_common.ston
createProjectSet.solo --registry=rowanV3 --projectSet=rowanV3_gs \
--from=$STONES_HOME/git/GsDevKit_stones/projectSets/rowanV3_gs.ston
--from=$STONES_HOME/git/GsDevKit_stones/projectSets/ssh/rowanV3_gs.ston
createProjectSet.solo --registry=rowanV3 --projectSet=rowanV3_pharo \
--from=$STONES_HOME/git/GsDevKit_stones/projectSets/rowanV3_pharo.ston
--from=$STONES_HOME/git/GsDevKit_stones/projectSets/ssh/rowanV3_pharo.ston

# There are three project sets involved, because different versions of the same projects may
# be required by GemStone and Pharo:
Expand Down

0 comments on commit b34891c

Please sign in to comment.