Skip to content

Commit

Permalink
master Locked down the mono version to be run
Browse files Browse the repository at this point in the history
  • Loading branch information
msmith-techempower committed Feb 27, 2014
1 parent 7153209 commit a9989fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolset/setup/linux/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def __install_server_software(self):
# Mono
#
self.__run_command("git clone git://github.com/mono/mono", retry=True)
#self.__run_command("git checkout mono-3.2.3", cwd="mono")
self.__run_command("git checkout mono-3.2.8-branch", cwd="mono")
self.__run_command("./autogen.sh --prefix=/usr/local", cwd="mono")
self.__run_command("make get-monolite-latest", cwd="mono")
self.__run_command("make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/basic.exe", cwd="mono")
Expand Down

0 comments on commit a9989fd

Please sign in to comment.