From 0d206eae74111c92c9f54735c1b32874827a5b71 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Fri, 8 Nov 2019 14:35:39 -0800 Subject: [PATCH] Issue #265: fix README for when to add alt_bin to path ... remove the symbolic links for scripts as they don't work correctly AFAICT --- alt_bin/.gitignore | 1 + alt_bin/copyScriptClasses.st | 1 - alt_bin/examples/.gitignore | 1 + alt_bin/examples/error.st | 1 - alt_bin/examples/hello.st | 1 - alt_bin/install_launcher.st | 1 - shared/repos/GsDevKit_launcher/README.md | 6 +++--- 7 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 alt_bin/.gitignore delete mode 120000 alt_bin/copyScriptClasses.st create mode 100644 alt_bin/examples/.gitignore delete mode 120000 alt_bin/examples/error.st delete mode 120000 alt_bin/examples/hello.st delete mode 120000 alt_bin/install_launcher.st diff --git a/alt_bin/.gitignore b/alt_bin/.gitignore new file mode 100644 index 00000000..3aa723d2 --- /dev/null +++ b/alt_bin/.gitignore @@ -0,0 +1 @@ +*.st diff --git a/alt_bin/copyScriptClasses.st b/alt_bin/copyScriptClasses.st deleted file mode 120000 index ff8d321c..00000000 --- a/alt_bin/copyScriptClasses.st +++ /dev/null @@ -1 +0,0 @@ -../shared/repos/GsDevKit_launcher/rowan/tonel/gsdevkit_launcher-Scripts/GdkL_CopyScriptClasses.class.st \ No newline at end of file diff --git a/alt_bin/examples/.gitignore b/alt_bin/examples/.gitignore new file mode 100644 index 00000000..3aa723d2 --- /dev/null +++ b/alt_bin/examples/.gitignore @@ -0,0 +1 @@ +*.st diff --git a/alt_bin/examples/error.st b/alt_bin/examples/error.st deleted file mode 120000 index da6d9e99..00000000 --- a/alt_bin/examples/error.st +++ /dev/null @@ -1 +0,0 @@ -../../shared/repos/GsDevKit_launcher/rowan/tonel/gsdevkit_launcher-Scripts/GdkL_Error.class.st \ No newline at end of file diff --git a/alt_bin/examples/hello.st b/alt_bin/examples/hello.st deleted file mode 120000 index 91d11c44..00000000 --- a/alt_bin/examples/hello.st +++ /dev/null @@ -1 +0,0 @@ -../../shared/repos/GsDevKit_launcher/rowan/tonel/gsdevkit_launcher-Scripts/GdkL_Hello.class.st \ No newline at end of file diff --git a/alt_bin/install_launcher.st b/alt_bin/install_launcher.st deleted file mode 120000 index 59687b9f..00000000 --- a/alt_bin/install_launcher.st +++ /dev/null @@ -1 +0,0 @@ -../shared/repos/GsDevKit_launcher/rowan/tonel/gsdevkit_launcher-Scripts/GdkL_Install_Launcher.class.st \ No newline at end of file diff --git a/shared/repos/GsDevKit_launcher/README.md b/shared/repos/GsDevKit_launcher/README.md index 26e0a4bc..219fed94 100644 --- a/shared/repos/GsDevKit_launcher/README.md +++ b/shared/repos/GsDevKit_launcher/README.md @@ -45,12 +45,12 @@ updateGsDevKit -gdtcs # SKIP this if you have a fresh GsDevKit_home instal git checkout issue_260 git pull origin issue_260 # make sure you have latest commit in your checkout -# bootstrap gsdevkit_launcher script support -$GS_HOME/alt_bin/bootstrap_launcher - # add alt_bin and alt_bin/examples to your path . alt_bin/defHOME_PATH.env +# bootstrap gsdevkit_launcher script support +$GS_HOME/alt_bin/bootstrap_launcher + # test out the example scripts hello.st error.st