Skip to content

Commit

Permalink
Issue #32: add back the devkit.ston project sets
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Jan 28, 2025
1 parent 33026c2 commit 53e0b57
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 0 deletions.
80 changes: 80 additions & 0 deletions projectSets/https/devkit.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
GDKProjectSet {
#name : 'devkit',
#parentRegistryName : 'rogue',
#parentRegistryPath : '$STONES_DATA_HOME/gsdevkit_stones/registry.ston',
#loadSpecs : {
'PharoCompatibility' : {
'revision' : 'master',
'gitUrls' : {
'origin' : 'https://github.com/GsDevKit/PharoCompatibility.git'
}
},
'filetree' : {
'revision' : 'gemstone2.4',
'gitUrls' : {
'origin' : 'https://github.com/dalehenrich/filetree.git'
}
},
'gsApplicationTools' : {
'revision' : 'master',
'gitUrls' : {
'origin' : 'https://github.com/GsDevKit/gsApplicationTools.git'
}
},
'ston' : {
'revision' : 'gemstone',
'gitUrls' : {
'origin' : 'https://github.com/GsDevKit/ston.git'
}
},
'Grease' : {
'revision' : 'master',
'gitUrls' : {
'origin' : 'https://github.com/GsDevKit/Grease.git'
}
},
'metacello-work' : {
'revision' : 'master',
'gitUrls' : {
'origin' : 'https://github.com/dalehenrich/metacello-work.git'
}
},
'tode' : {
'revision' : 'master',
'gitUrls' : {
'origin' : 'https://github.com/dalehenrich/tode.git'
}
},
'glass' : {
'revision' : 'master',
'gitUrls' : {
'origin' : 'https://github.com/glassdb/glass.git'
}
},
'rb' : {
'revision' : 'dev',
'gitUrls' : {
'origin' : 'https://github.com/dalehenrich/rb.git'
}
},
'Seaside' : {
'revision' : 'master',
'gitUrls' : {
'origin' : 'https://github.com/SeasideSt/Seaside.git'
}
},
'zinc' : {
'revision' : 'gs_master',
'gitUrls' : {
'origin' : 'https://github.com/GsDevKit/zinc.git'
}
},
'zodiac' : {
'revision' : 'gs_master',
'gitUrls' : {
'origin' : 'https://github.com/GsDevKit/zodiac.git'
}
}
},
#comment : 'The standard set of repositories needed for GLASS'
}
80 changes: 80 additions & 0 deletions projectSets/ssh/devkit.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
GDKProjectSet {
#name : 'devkit',
#parentRegistryName : 'rogue',
#parentRegistryPath : '$STONES_DATA_HOME/gsdevkit_stones/registry.ston',
#loadSpecs : {
'PharoCompatibility' : {
'revision' : 'master',
'gitUrls' : {
'origin' : '[email protected]:glassdb/PharoCompatibility.git'
}
},
'filetree' : {
'revision' : 'gemstone2.4',
'gitUrls' : {
'origin' : '[email protected]:dalehenrich/filetree.git'
}
},
'gsApplicationTools' : {
'revision' : 'master',
'gitUrls' : {
'origin' : '[email protected]:GsDevKit/gsApplicationTools.git'
}
},
'ston' : {
'revision' : 'gemstone',
'gitUrls' : {
'origin' : '[email protected]:GsDevKit/ston.git'
}
},
'Grease' : {
'revision' : 'master',
'gitUrls' : {
'origin' : '[email protected]:GsDevKit/Grease.git'
}
},
'metacello-work' : {
'revision' : 'master',
'gitUrls' : {
'origin' : '[email protected]:dalehenrich/metacello-work.git'
}
},
'tode' : {
'revision' : 'master',
'gitUrls' : {
'origin' : '[email protected]:dalehenrich/tode.git'
}
},
'glass' : {
'revision' : 'master',
'gitUrls' : {
'origin' : '[email protected]:glassdb/glass.git'
}
},
'rb' : {
'revision' : 'dev',
'gitUrls' : {
'origin' : '[email protected]:dalehenrich/rb.git'
}
},
'Seaside' : {
'revision' : 'master',
'gitUrls' : {
'origin' : '[email protected]:SeasideSt/Seaside.git'
}
},
'zinc' : {
'revision' : 'gs_master',
'gitUrls' : {
'origin' : '[email protected]:GsDevKit/zinc.git'
}
},
'zodiac' : {
'revision' : 'gs_master',
'gitUrls' : {
'origin' : '[email protected]:GsDevKit/zodiac.git'
}
}
},
#comment : 'The standard set of repositories needed for GLASS'
}

0 comments on commit 53e0b57

Please sign in to comment.