-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #13: preparing to fix this issue for 3.5.1
- Loading branch information
1 parent
7c3cb4d
commit 3e8ce07
Showing
2 changed files
with
52 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
#!/usr/bin/gemstone/topaz | ||
# | ||
# If you are using GsDevKit_home[1] and have stash[2] installed, this topaz | ||
# script can be directly executed: | ||
# | ||
# $ROWAN_PROJECTS_HOME/GsDevKit_upgrade/scripts/install.tpz <gsdevkit-stone-name> -lq | ||
# | ||
# If you are not using GsDevKit_home, you can directly run this script as long as | ||
# 1. $GEMSTONE is defined | ||
# 2. $GEMSTONE/bin is you path | ||
# then execute using the following invocation | ||
# | ||
# $ROWAN_PROJECTS_HOME/GsDevKit_upgrade/scripts/install.tpz -lq | ||
# | ||
# [1] https://github.com/GsDevKit/GsDevKit_home | ||
# [2] https://github.com/dalehenrich/stash | ||
# | ||
omit pushonly | ||
iferr 1 stk | ||
iferr 2 stack | ||
|
||
set u SystemUser p swordfish | ||
login | ||
|
||
|
||
run | ||
"install GsDevKit_upgrade project" | ||
| url projectSetDefinition | | ||
url := 'file:$ROWAN_PROJECTS_HOME/GsDevKit_upgrade/rowan/specs/GsDevKit_upgrade_v2.0.ston'. | ||
(RwComponentProjectDefinition newForUrl: url) | ||
load. | ||
true | ||
% | ||
commit | ||
|
||
logout | ||
|
||
errorCount | ||
|
||
|