Commit d9d45633 authored by Rafael Monnerat's avatar Rafael Monnerat

Release new slapos

parent 6d31b779
#!/bin/sh -e
# Edit for release
VERSION=1.3.9
VERSION=1.3.10
# Edit for release
RECIPE_VERSION=0.250.1
RECIPE_VERSION=0.250.2
# Edit for release
RELEASE=1
GITHASH=5f52d060953f2bff342dff8ae29cc44d98e918af
......
......@@ -26,7 +26,7 @@ environment +=
# Add gettext library path to RPATH as its binaries are used to build
# glib for example
environment =
PATH=${perl:location}/bin:${lunzip:location}/bin:%(PATH)s
PATH=${perl:location}/bin:${xz-utils:location}/bin:%(PATH)s
CPPFLAGS=-I${libxml2:location}/include -I${zlib:location}/include -I${ncurses:location}/include
LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib -Wl,-rpath=%BUILD_DIRECTORY%/parts/${:_buildout_section_name_}/lib
......@@ -38,4 +38,4 @@ make-options +=
[versions]
cliff = 1.4.5
slapos.core = 1.3.9
slapos.core = 1.3.10
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