Hello all,

2.6.0 is released.

I was not able to push from my devpi index though. I got:

devpi --debug push tox==2.6.0 pypi:pypi
using pypirc /home/oliver/.pypirc
PUSH https://devpi.net/obestwalter/dev
502 Bad Gateway: {
  "type": "actionlog",
  "result": [
    [
      500,
      "register",
      "tox",
      "2.6.0"
    ]
  ]
}

Which does  not tell me what's wrong (the register in the result surprises me though). Does anyone know what could be the problem or how I can get better debug info? I guess it's something obvious because my experience with devpi is still very limited.

I did not want to delay the release any further though, so I did the old

python setup.py sdist bdist_wheel upload -r pypi

with the packages I had pushed to my index.

If you encounter any problems let me know.

Cheers
Oliver

On Thu, 2 Feb 2017 at 14:30 Oliver Bestwalter <oliver@bestwalter.de> wrote:
On Thu, 2 Feb 2017 at 14:20 holger krekel <holger@merlinux.eu> wrote:

i am fine with automating releases.  Just wasn't convinced yet that
a setting a VCS tag should trigger a release.  I am fine if you want to
try it out with this or maybe better later releases.


I'll release 2.6.0 old skool tomorrow (this time for real!) and will phase these things in over time to make my own work more pleasant and to make myself superfluous in the long run :) - I don't believe in automatic releases either, but I like one-click releases.

@all Thanks for all the help and input, very appreciated!

Cheers
Oliver