[Avocado-devel] aexpect 1.3.0 uploaded to pypi and builds on COPR out

2017-01-12 Thread Lucas Meneghel Rodrigues
I've uploaded aexpect 1.3.0 to pypi and built packages on COPR.

https://pypi.python.org/pypi/aexpect/1.3.0

https://copr.fedorainfracloud.org/coprs/lmr/Autotest/build/499015/

Let me know if you have any doubts,

Lucas


Re: [Avocado-devel] Docs also available now on pythonhosted.org/avocado-framework

2017-01-12 Thread Cleber Rosa
On 01/12/2017 12:28 PM, Lucas Meneghel Rodrigues wrote:
> That's a great idea. Is the upload of the docs made through ssh?
> 

I've done the first upload through the main project a web page[1].

There may be other ways to do the push.  Ideally, it'd all flow through
the usual setuptools commands (python setup.py register/upload/etc), but
I'm not sure that's possible with our slightly tweaked "PKG-INFO" file.

[1] https://pypi.python.org/pypi?%3Aaction=pkg_edit=avocado-framework

- Cleber.

> On Thu, Jan 12, 2017 at 3:26 PM, Cleber Rosa  wrote:
>> Hi folks,
>>
>> While working on "Check/Work around PIP upload failures"[1], I noticed
>> that the "http://pythonhosted.org/avocado-framework; URL is ours, and
>> PyPI let us host documentation there.
>>
>> Instead of a 404, let's also upload the latest released docs[2] together
>> with the released (code) tarball to PyPI.
>>
>> Thoughts?
>>
>> [1] -
>> https://trello.com/c/w6dk6RDE/888-check-work-around-pip-upload-failures
>> [2] -
>> https://trello.com/c/hdh4w8WJ/890-upload-docs-to-pypi-keep-http-pythonhosted-org-avocado-framework-with-content
>>
>> --
>> Cleber Rosa
>> [ Sr Software Engineer - Virtualization Team - Red Hat ]
>> [ Avocado Test Framework - avocado-framework.github.io ]
>>
> 
> 
> 

-- 
Cleber Rosa
[ Sr Software Engineer - Virtualization Team - Red Hat ]
[ Avocado Test Framework - avocado-framework.github.io ]



signature.asc
Description: OpenPGP digital signature


Re: [Avocado-devel] Docs also available now on pythonhosted.org/avocado-framework

2017-01-12 Thread Lucas Meneghel Rodrigues
That's a great idea. Is the upload of the docs made through ssh?

On Thu, Jan 12, 2017 at 3:26 PM, Cleber Rosa  wrote:
> Hi folks,
>
> While working on "Check/Work around PIP upload failures"[1], I noticed
> that the "http://pythonhosted.org/avocado-framework; URL is ours, and
> PyPI let us host documentation there.
>
> Instead of a 404, let's also upload the latest released docs[2] together
> with the released (code) tarball to PyPI.
>
> Thoughts?
>
> [1] -
> https://trello.com/c/w6dk6RDE/888-check-work-around-pip-upload-failures
> [2] -
> https://trello.com/c/hdh4w8WJ/890-upload-docs-to-pypi-keep-http-pythonhosted-org-avocado-framework-with-content
>
> --
> Cleber Rosa
> [ Sr Software Engineer - Virtualization Team - Red Hat ]
> [ Avocado Test Framework - avocado-framework.github.io ]
>



-- 
Lucas



[Avocado-devel] Docs also available now on pythonhosted.org/avocado-framework

2017-01-12 Thread Cleber Rosa
Hi folks,

While working on "Check/Work around PIP upload failures"[1], I noticed
that the "http://pythonhosted.org/avocado-framework; URL is ours, and
PyPI let us host documentation there.

Instead of a 404, let's also upload the latest released docs[2] together
with the released (code) tarball to PyPI.

Thoughts?

[1] -
https://trello.com/c/w6dk6RDE/888-check-work-around-pip-upload-failures
[2] -
https://trello.com/c/hdh4w8WJ/890-upload-docs-to-pypi-keep-http-pythonhosted-org-avocado-framework-with-content

-- 
Cleber Rosa
[ Sr Software Engineer - Virtualization Team - Red Hat ]
[ Avocado Test Framework - avocado-framework.github.io ]



signature.asc
Description: OpenPGP digital signature


[Avocado-devel] heads-up: 'Signed-off-by' is now required in Merge commits

2017-01-12 Thread Amador Pahim
Dear maintainers,

After 3897ce39a00b1144d155e9651b58431675909506,
travis will fail in the post merge check if you don't include the
'Signed-off-by' in the Merge commit message. Please include it in your
merge script or add a `-s` in your merge command.

Thank you,
--
apahim