Commit feeaf906 authored by Joanne Hugé's avatar Joanne Hugé

obs/re6st: add version in babeld

parent 352b66db
......@@ -46,7 +46,14 @@ environment +=
[openssl]
shared = false
prefix = %(TARGET)s/parts/${:_buildout_section_name_}
make-install-extra = DESTDIR=%(ROOT)s
make-options +=
INSTALL_PREFIX=%(ROOT)s
DESTDIR=%(ROOT)s
[curl]
environment =
PATH=${perl:location}/bin:${xz-utils:location}/bin:%%(PATH)s
LDFLAGS=-Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${:OPENSSL}/lib -Wl,-rpath=${nghttp2:location}/lib -Wl,-rpath=${zstd:location}/lib ${:LDFLAGS}
[file]
# For old GCC like 4.8.5 on SLE 12 SP5.
......
......@@ -186,10 +186,8 @@ def tarball(task):
t.add("re6stnet/daemon")
for x in upstream.outputs:
t.add(x)
def tar_filter(info):
return None if info.name.endswith('/.git') else info
for x in BUILD_KEEP:
t.add(BUILD + "/" + x, filter=tar_filter)
t.add(BUILD + "/" + x)
@task(sdist, "debian/changelog")
def dch(task):
......
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