Commit d7670c76 authored by Rafael Monnerat's avatar Rafael Monnerat

Update bootstrap file to use buildout2.

parent 0573118b
#!/bin/sh -e
# Edit for release
VERSION=1.3.10
VERSION=1.3.14
# Edit for release
RECIPE_VERSION=0.250.2
RECIPE_VERSION=1.0.16
# Edit for release
RELEASE=1
GITHASH=5f52d060953f2bff342dff8ae29cc44d98e918af
GITHASH=b32f30c36ed128304a818e465c26327ed84947c3
CURRENT_DIRECTORY="$(pwd)"
# Define URL to compile
......
......@@ -7,7 +7,7 @@ BUILDOUT_URL=%BUILDOUT_URL%
TARGET_DIRECTORY=/opt/slapos
BUILD_ROOT_DIRECTORY="$(pwd)/build"
BUILD_DIRECTORY=$BUILD_ROOT_DIRECTORY$TARGET_DIRECTORY
BOOTSTRAP_URL='https://raw.githubusercontent.com/buildout/buildout/1/bootstrap/bootstrap.py'
BOOTSTRAP_URL='https://bootstrap.pypa.io/bootstrap-buildout.py'
#./configure --prefix=/opt/slapos/parts/<NAME>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment