-
Notifications
You must be signed in to change notification settings - Fork 41
Conversation
…tion, do not use rake for start
Double oops. Drat! I was not looking at the branch johnnyt/improved_installer. Still need to check whether tar xfz works on all platforms. — Monty
|
@Monty @AllenOtis - I couldn't see any builds for Solaris at http://seaside.gemtalksystems.com/maglev/ |
No. Only Mac & Linux. I was thinking of the install script for GemStone/S which also needs Solaris & AIX. MagLev scripts don't actually need to run on those platforms. I was confused because some of the shell scripts used to be shared. — Monty Sent from Mailbox for iPad On Mon, Jan 19, 2015 at 6:43 AM, JohnnyT [email protected] wrote:
|
I'd like to get this merged in if we can - @mpapis - what do you think? Have you had any time to try it out / look it over? |
no I did not had time to look into it, will try to find time for review but it might get merged sooner - then I will work on integrating the new installer into RVM and review during it |
I'm sorry but I probably wont have time to review - please don't wait for me |
@jc00ke - This is finally ready to merge |
I'll take a look now, and if nothing jumps out I'll merge. |
$cmd http://seaside.gemtalksystems.com/maglev/$gss_file | ||
builtin cd "${GEMSTONES_HOME}" | ||
if | ||
[[ -e $gss_file ]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should quote $gss_file
here like on line 183.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in 7b98855
Thoughts on |
Cool, let's get to that parser! |
@mpapis @Monty @timfel - this is finally working.
What do you guys think?
This closes #195