Skip to content

Commit

Permalink
Issue #4: checkpoint ...
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed May 30, 2023
1 parent 85d5bd2 commit 88b067d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@ After running install add superDoit/bin and GsDevKit_stones/bin to $PATH

## Setting up the registry structure
```bash
registryName="_home"
registryName="issue_4"
projectSetName="gsdevkit"
gemstoneProductsDirectory=""
projectsDirectory="/bosch1/users/dhenrich/_git/"

createRegistry.solo $registryName
createProjectSet.solo --registry=$registryName projectSet=$projectSetName --ssh
createProjectSet.solo --registry=$registryName --projectSet=$projectSetName --ssh
cloneProjectsFromProjectSet.solo --registry=$registryName --projectSet=$projectSetName \
--projectDirectory=$GS_HOME/shared/repos
registerProductDirectory.solo --registry=$registryName --productDirectory=$GS_HOME/shared/repos
--projectDirectory=$projectsDirectory
registerProductDirectory.solo --registry=$registryName --productDirectory=$projectsDirectory

# GemStone version not previously downloaded
downloadGemStone.solo --directory=$gemstoneProductsDirectory --registry=$registryName 3.6.6
# GemStone version previously downloaded
registerProduct.solo --registry=$registryName --fromDirectory=$GS_HOME/shared/downloads/products 3.6.6
# internal development
registerProduct.solo --registry=$registryName --fromDirectory=/bosch1/users/dhenrich/_work/d_37x/noop50/gs/product 3.7.0

registryReport.solo
```
Expand Down
3 changes: 2 additions & 1 deletion templates/default.ston
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GDKstonesStoneDirectorySpec {
GDKhomeStoneDirectorySpec{
#name : 'default',
#backups : 'backups',
#bin : 'bin',
Expand All @@ -8,4 +8,5 @@ GDKstonesStoneDirectorySpec {
#tranlogs : 'tranlogs',
#snapshots : 'snapshots',
#product : 'product'
#tode : 'tode'
}

0 comments on commit 88b067d

Please sign in to comment.