Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Improved installer #370

Merged
merged 44 commits into from
Mar 16, 2015
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
cbd533c
separate valiation and setup steps from install process
mpapis Dec 12, 2012
3aa475c
proof of concept: allow configuring destination and used paths, clean…
mpapis Dec 12, 2012
2979c68
remove root check from setup.sh, it's allowed this time
mpapis Dec 13, 2012
8effb8f
forward install.sh parameters to update.sh
mpapis Dec 13, 2012
86c98b8
formating + improve the platform check
mpapis Dec 13, 2012
b2a8e4b
allow running stwrappers, restore rake, move copy to the optimal loca…
mpapis Dec 13, 2012
c926531
cleaning and formating setup.sh
mpapis Dec 13, 2012
53d92c6
translate rake tasks to shell
mpapis Dec 14, 2012
64eb87e
make sure important steps are executed, fail otherwise
mpapis Jan 11, 2013
d96c560
fix Gemstone VM name for download
mpapis Jan 11, 2013
90f68bb
fix Gemstone VM name for download
mpapis Jan 11, 2013
4a3283f
make sure all helpers are loaded
mpapis Jan 11, 2013
d2d6292
changes from @timfel
mpapis Jan 13, 2013
6b0461b
improve error reporting for build_maglev
mpapis Jan 13, 2013
8225d05
allow specifying stonename and make sure it persist for update
mpapis Jan 13, 2013
2c2f820
improved error reporting for command run in stone
mpapis Jan 13, 2013
2332b7e
just reordering functions
mpapis Jan 13, 2013
c00b17c
improve the process, add --help
mpapis Jan 13, 2013
f097685
show last 10 lines of the log on error
mpapis Jan 13, 2013
d96f208
fix build_maglev_in_stone finalizing and return status
mpapis Jan 14, 2013
871150f
increase log output to 50 lines in case of errors
mpapis Jan 16, 2013
374509b
improve logging and outputs for build_maglev_in_stone
mpapis Jan 16, 2013
1cb63e8
Fix merge conflicts in update.sh
johnnyt Dec 7, 2014
f977d7c
Uses gemtalksystems.com for GSS download
johnnyt Dec 7, 2014
7f813d0
Fixes merge conflicts
johnnyt Jan 16, 2015
cefdc42
Changes GemStone versions directory
johnnyt Jan 17, 2015
8331152
Changes gss_file to filename only; cd into versions directory before …
johnnyt Jan 17, 2015
c816bc7
:no_entry_sign: Ignores versions directory
johnnyt Jan 17, 2015
c8ca1ca
:no_entry_sign: Ignores RubyGems directory
johnnyt Jan 17, 2015
4c8235b
Runs topaz as a linked session
johnnyt Jan 17, 2015
43adcc7
Changes mkdir_p to mkdir -p
johnnyt Jan 17, 2015
27c21ca
Removes config file args - they are set as ENV vars
johnnyt Jan 17, 2015
4d03378
Changes STONE_NAME to STONENAME
johnnyt Jan 17, 2015
b222de9
Fixes outfile assignment
johnnyt Jan 17, 2015
259ab93
:no_entry_sign: Ignores .stonename
johnnyt Jan 17, 2015
db5f43f
Fixes MAGLEV_HOME var in loadfiletree.gs
johnnyt Jan 18, 2015
a4f43d4
Uses loadfiletree.gs instead of inlining
johnnyt Jan 18, 2015
66df8d5
Updates missing rake warning message
johnnyt Feb 17, 2015
8fda9da
Changes INFO to Info
johnnyt Feb 17, 2015
20c4fd2
Fixes merge conflicts
johnnyt Feb 17, 2015
bb64665
Fixes indentation in TravisCI config
johnnyt Feb 17, 2015
7b98855
Quotes gss_file
johnnyt Feb 20, 2015
1ff4375
Adds space for redirection
johnnyt Feb 20, 2015
a305067
Errors and exits if unable to build new ruby extent
johnnyt Feb 20, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changes STONE_NAME to STONENAME
johnnyt committed Jan 17, 2015
commit 4d03378b9d0fabf9ae1cb94da54996dcc4ef72a7
4 changes: 2 additions & 2 deletions build_functions.sh
Original file line number Diff line number Diff line change
@@ -142,7 +142,7 @@ function build_maglev_fileinruby()
outfile="${FILEIN_DIR}/fileinruby.out"
_commands=(
"output push ${outfile} only"
"set gemstone ${STONE_NAME}"
"set gemstone ${STONENAME}"
"input $imageDir/fileinruby.topaz"
"output pop"
"exit"
@@ -165,7 +165,7 @@ function build_maglev_load_file_tree_dir()
_commands=(
"output push ${outfile} only"
"iferr 1 exit 3"
"set gemstone ${STONE_NAME} user DataCurator pass swordfish"
"set gemstone ${STONENAME} user DataCurator pass swordfish"
"login"
"run"
"|repos|"