GemTalk / Rowan

a new project/package manager for Smalltalk that supports FileTree and Tonel repositories, and is independent of Monticello and Metacello
MIT License
14 stars 7 forks source link

in 3.7.0 the path to the superDoit project embedded in productTree was changed ... the productTree scripts need to reflect this change #918

Closed dalehenrich closed 7 months ago

dalehenrich commented 7 months ago

This is the code that needs to be added:

if [[ "$SUPERDOIT_GEMSTONE_VERSION" == "3.6."* ]] ; then
    export SUPERDOIT_DIR="$GEMSTONE/upgrade/projects/superDoit"
else
    # 3.7.x and later
    export SUPERDOIT_DIR="$GEMSTONE/projects/superDoit"
fi
export gemstoneDir="$SUPERDOIT_DIR/gemstone"
dalehenrich commented 7 months ago

woops wrong project