Commit dbc00eb1 authored by Julien Muchembled's avatar Julien Muchembled

New osc SR to build OBS packages

For the moment, it's only used for re6st-node.
parent 30ab77b9
--- osc-0.167.2/setup.py
+++ osc-0.167.2/setup.py
@@ -100,6 +100,7 @@
data_files = []
if sys.platform[:3] != 'win':
+ if 0:
data_files.append((os.path.join('share', 'man', 'man1'), ['osc.1.gz']))
with open("README") as fh:
[buildout]
extends =
../../stack/slapos.cfg
../../component/m2crypto/buildout.cfg
allow-picked-versions = true
parts = osc
[python]
part = python2.7
[osc]
recipe = zc.recipe.egg
eggs =
${M2Crypto:egg}
osc
docutils
python-debian
interpreter = py
patch-options = -p1
osc-patches = ${:_profile_base_location_}/osc.patch#5b7c45da72f0c39d255df42265f5f0c5
[versions]
python-debian = 0.1.39
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