Dale Henrichs

Results 230 issues of Dale Henrichs

[@jbrichau describes the secret to eliminating the need to periodically change the chrome-driver version for travis](https://github.com/GsDevKit/GsDevKit_home/issues/299#issuecomment-739328121). Since I won't be able to use that for internal builds the `CHROME_DRIVER_VERSION` env...

``` createStone -G aaa_351 3.5.1 bootstrapGLASS aaa_351 todeLoad aaa_351 ``` with the error: ``` ---Step 1 of tODE bootstrap process: execute upgradeGlass.ws -----Install GsUpgrader-Core package from GsUpgrader cache ($GS_SYS_DEFAULT/gsUpgrader/repository) ========>Server...

bug

This script is the custom class creation script: ``` #!/bin/bash # # script based on sample from Marten Feldtmann (GESS Software) # usage() { cat time 01/13/2020 13:33:46.341 PST topaz...

When I run `products.st` and `products` with the same $GS_HOME, I get slightly different output: ``` rogue:gsdevkit_launcher_350>products.st Installed Products: 2.4.8 3.0.1 3.1.0.6 3.2.0 3.2.11 3.2.15 3.2.17 3.2.8.1 3.3.0 3.3.1 3.3.3...

Issue_260

- [x] create basic script class - [x] translate pharo help text (use `devKitCommandLine --help` to see help text) into gsdevkit_launcher format - [x] add symbolic link from `alt_bin` to...

Issue_260

Part of #260. Need an issue with a todo list for each Pharo 3.0 command that will be replaced by a gsdevkit_launcher script with the following todo template: ``` -...

Issue_260

Defer this issue until GemStone 3.5.1 is available for use as solo extent, since 3.5.1 has an option to the gslist command (used to produce running stones list) to produce...

Issue_260

Part of Issue #260. - [x] create an issue_260 branch for GsDevKit_home - [ ] add Rowan, st_launcher, and stash to the list of standard projects to be cloned. These...

Issue_260

Part of Issue #260. - [ ] [GsDevKit-SmalltalkCI-CommandLine](https://github.com/GsDevKit/GsDevKit_home/tree/master/shared/repos/todeClient/GsDevKit-SmalltalkCI-CommandLine.package)

Issue_260

Part of Issue #260. The [GsDevKit-Structure package](https://github.com/GsDevKit/GsDevKit_home/tree/master/shared/repos/todeClient/GsDevKit-Structure.package) provides support for navigating the GsDevKit_home directory structure. The functionality in the [GsDevKit-CommandLine package](https://github.com/GsDevKit/GsDevKit_home/tree/master/shared/repos/todeClient/GsDevKit-CommandLine.package) depends upon the `GsDevKit-Structure package`. - [ ] get...

Issue_260