Commit 8251f3dd authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Update slapos.core version

parent f979c949
......@@ -135,7 +135,7 @@ pytz = 2016.10
requests = 2.13.0
six = 1.11.0
slapos.cookbook = 1.0.92
slapos.core = 1.4.22
slapos.core = 1.4.23
slapos.extension.strip = 0.4
slapos.extension.shared = 1.0
slapos.libnetworkcache = 0.16
......@@ -150,7 +150,7 @@ xml-marshaller = 0.9.7
paramiko = 2.1.3
# Required by:
# slapos.core==1.4.22
# slapos.core==1.4.23
Flask = 0.12
# Required by:
......@@ -222,7 +222,7 @@ jsonschema = 3.0.0a3
lockfile = 0.12.2
# Required by:
# slapos.core==1.4.22
# slapos.core==1.4.23
# XXX 'slapos node format' raises an exception with netifaces 0.10.5.
netifaces = 0.10.4
......@@ -255,7 +255,7 @@ python-dateutil = 2.7.3
rpdb = 0.1.5
# Required by:
# slapos.core==1.4.22
# slapos.core==1.4.23
supervisor = 3.3.3
# Required by:
......@@ -263,11 +263,11 @@ supervisor = 3.3.3
tzlocal = 1.5.1
# Required by:
# slapos.core==1.4.22
# slapos.core==1.4.23
uritemplate = 3.0.0
# Required by:
# slapos.core==1.4.22
# slapos.core==1.4.23
zope.interface = 4.3.3
[networkcache]
......
  • mentioned in commit 83e9bd45

    Toggle commit list
  • @tomo when 1.4.23 is available on pypi? for now, all test suite(ERP5-TestRunner1,ERP5-TestRunner2......)using branch 1.0 failed to instantiate.

  • Hi @tomo, I have a test suite using branch 1.0 and it started to fail after this commit (I see 0 test results so it seems it failed to instantiate). Should I update something in my forked erp5 repo?

  • Hello, version 1.4.23 is in pypi : https://pypi.org/project/slapos.core/

    It's true that I forgot to push to pypi before the commit and I pushed several hours after this commit but it's on pypi since yesterday morning.

  • oh, yes, it's already on pypi,

    it's strange that log show:

    2019-06-07 13:24:53,403 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO Installing slapos-deps-eggs.
    2019-06-07 13:24:53,403 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO networkcache: Downloading pypi-index-96af89cdde216340df5aec1e9a1392e0-slapos.core==1.4.23...
    2019-06-07 13:24:53,403 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO Downloaded http://www.nexedi.org/static/packages/source/ from network cache.
    2019-06-07 13:24:53,403 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO networkcache: Downloading pypi-index-99e2b3234a294248d07c2bb8e6698302-slapos.core==1.4.23...
    2019-06-07 13:24:53,403 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO Downloaded http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/ from network cache.
    2019-06-07 13:24:53,404 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO networkcache: Downloading pypi-index-a46be9bd3756ada5c303353adbb6407f-slapos.core==1.4.23...
    2019-06-07 13:24:53,404 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO Downloaded http://www.nexedi.org/static/packages/source/slapos.buildout/ from network cache.
    2019-06-07 13:24:53,404 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO networkcache: Downloading pypi-index-149fc4405b559e7cb22aaa7454a28858-slapos.core==1.4.23...
    2019-06-07 13:24:53,404 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO Downloaded https://pypi.org/simple/slapos.core/ from network cache.
    2019-06-07 13:24:53,404 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO While:
    2019-06-07 13:24:53,404 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO   Installing slapos-deps-eggs.
    2019-06-07 13:24:53,405 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO Error: Couldn't find a source distribution for 'slapos.core==1.4.23'.
    2019-06-07 13:24:53,405 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] ERROR Failed to run buildout profile in directory '/srv/slapgrid/slappart18/srv/testnode/ajv/soft/8b25982616c6e1e5f33565a8ad4e7c2d'
    2019-06-07 13:24:53,407 INFO     slapgrid_sr: 2019-06-07 13:24:53 slapos[6007] INFO Finished software releases.
  • mentioned in merge request slapos.buildout!19 (closed)

    Toggle commit list
  • @yusei is fixing shacache. I'm sorry for the inconvenience.

  • Fixed. This is an annoying bug. slapos.buildout!19 (closed)

  • mentioned in commit 580ab2dd

    Toggle commit list
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