Commit d61fd69a authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Use newest version of buildout supporting PEP625 to bootstrap

parent ab2c4580
Pipeline #39012 failed with stage
in 0 seconds
...@@ -83,5 +83,5 @@ environment += ...@@ -83,5 +83,5 @@ environment +=
CFLAGS=-std=c99 -g -O2 CFLAGS=-std=c99 -g -O2
[versions] [versions]
zc.buildout = 3.0.1+slapos008 zc.buildout = 3.0.1+slapos009
re6stnet = %(RE6STNET_VERSION)s:whl re6stnet = %(RE6STNET_VERSION)s:whl
...@@ -48,7 +48,7 @@ from make import * ...@@ -48,7 +48,7 @@ from make import *
from debian.changelog import Changelog from debian.changelog import Changelog
from debian.deb822 import Deb822 from debian.deb822 import Deb822
BOOTSTRAP = "http://www.nexedi.org/static/packages/source/slapos.buildout/zc.buildout-3.0.1%2Bslapos005.tar.gz" BOOTSTRAP = "http://www.nexedi.org/static/packages/source/slapos.buildout/zc.buildout-3.0.1%2Bslapos009.tar.gz"
PACKAGE = "re6st-node" PACKAGE = "re6st-node"
BIN = "re6st-conf re6st-registry re6stnet".split() BIN = "re6st-conf re6st-registry re6stnet".split()
......
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