summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-10-02 09:00:59 +0200
committerAndreas Maunz <andreas@maunz.de>2012-10-02 09:00:59 +0200
commitf9e1b2fcefdf468383601041ac1021336beb567a (patch)
treeaf47fdd3f224ea651cfd75e997c2fcd58e232a03
parentdc8bb702ebd1e3b69808affca255fb7738a4842a (diff)
maturity level
-rwxr-xr-xconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index b8228c9..48f7b5c 100755
--- a/config.sh
+++ b/config.sh
@@ -7,7 +7,7 @@
# 1) Base setup
OT_DIST="debian" # Linux distribution (debian)
OT_INSTALL="local" # Type (gem, local, server)
-OT_BRANCH="development" # Maturity (development -you need SSH key at Github-, master)
+OT_BRANCH="oldarch" # Maturity (development -you need SSH key at Github-, master)
# 2) Where all binaries are installed.
OT_PREFIX="$HOME/opentox-ruby"