summaryrefslogtreecommitdiffstats
path: root/stacksmith/user-scripts
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-01-01 14:10:10 +0200
committerLauri Ojansivu <x@xet7.org>2019-01-01 14:10:10 +0200
commit98917523fced8136dcc803f77800fa038c8294d0 (patch)
treeb96cf66ffa0c0940525df384f92f6c3964e42e59 /stacksmith/user-scripts
parente9a3601d2ed3c86d0d15790cc95c00d8a8cc3a23 (diff)
parent1683bcb3e5980d3af4a07c4bb22e534b98eff862 (diff)
downloadwekan-98917523fced8136dcc803f77800fa038c8294d0.tar.gz
wekan-98917523fced8136dcc803f77800fa038c8294d0.tar.bz2
wekan-98917523fced8136dcc803f77800fa038c8294d0.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'stacksmith/user-scripts')
-rwxr-xr-xstacksmith/user-scripts/build.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/stacksmith/user-scripts/build.sh b/stacksmith/user-scripts/build.sh
index c3b80eac..10823ab1 100755
--- a/stacksmith/user-scripts/build.sh
+++ b/stacksmith/user-scripts/build.sh
@@ -19,11 +19,11 @@ sudo useradd --user-group --system --home-dir /home/wekan wekan
sudo mkdir -p /home/wekan
sudo chown wekan:wekan /home/wekan/
-# CURRENTLY BROKEN: meteor-1.8 branch that has newer Meteor that is compatible with MongoDB 4.x
-# sudo -u wekan git clone -b meteor-1.8 https://github.com/wekan/wekan.git /home/wekan/app
+# meteor-1.8 branch that has newer Meteor that is compatible with MongoDB 4.x
+sudo -u wekan git clone -b meteor-1.8 https://github.com/wekan/wekan.git /home/wekan/app
-# Using Meteor 1.6.x version of Wekan
-sudo -u wekan git clone https://github.com/wekan/wekan.git /home/wekan/app
+# OLD: Using Meteor 1.6.x version of Wekan
+#sudo -u wekan git clone https://github.com/wekan/wekan.git /home/wekan/app
sudo yum install -y ${BUILD_DEPS}