Thank you for your answer.
That workflow seems a huge job for me.

I leave this patch up to you.


Idézem/Quoting Adam Lawson <alaw...@aqorn.com>:

Curious, did you follow the link and follow the Gerrit workflow? Seems your
rejection letter (unlike mine I received from my sweetheart in high school)
was due to process rather than merit. (
http://wiki.openstack.org/GerritWorkflow)


*Adam Lawson*
AQORN, Inc.
427 North Tatnall Street
Ste. 58461
Wilmington, Delaware 19801-2230
Toll-free: (844) 4-AQORN-NOW ext. 101
International: +1 302-387-4660
Direct: +1 916-246-2072



On Wed, Aug 20, 2014 at 11:15 AM, Szépe Viktor <vik...@szepe.net> wrote:

Is it the right list?

The PR was rejected: https://github.com/openstack/
python-swiftclient/pull/14



Idézem/Quoting Szépe Viktor <vik...@szepe.net>:

 Now bin\swift can only be started by python Scripts\swift
Windows does not support extensionless scripts.
Maybe I did it wrong, this is my first encounter with setuptools.


Please consider modifying setup.py

import setuptools

setuptools.setup(
    setup_requires=['pbr'],
    pbr=True,
    entry_points={
        "console_scripts": [
            "swift=swiftclient.shell:main"
        ]
    })

Thank you!


Szépe Viktor
--
+36-20-4242498  s...@szepe.net  skype: szepe.viktor
Budapest, XX. kerület





_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



Szépe Viktor
--
+36-20-4242498  s...@szepe.net  skype: szepe.viktor
Budapest, XX. kerület





_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to