Re: [openstack-dev] [neutron] clean up your git checkout!

2016-10-01 Thread Bhatia, Manjeet S
> -Original Message- > From: Ihar Hrachyshka [mailto:ihrac...@redhat.com] > Sent: Friday, September 30, 2016 7:03 AM > To: OpenStack Development Mailing List (not for usage questions) d...@lists.openstack.org> > Subject: [openstack-dev] [neutron] clean up your git checkout! > > Hi all,

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Amrith Kumar
g/#/c/121044/5/tox.ini > -Original Message- > From: John Villalovos [mailto:openstack@sodarock.com] > Sent: Friday, September 30, 2016 5:41 PM > To: OpenStack Development Mailing List (not for usage questions) > <openstack-dev@lists.openstack.org> > Subject: Re: [

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread John Villalovos
On Fri, Sep 30, 2016 at 12:12 PM, Amrith Kumar wrote: > :) > > Clark ... > > If I git clone a brand new repository and edit the tox.ini with the proposed > change: > >> > PYTHONDONTWRITEBYTECODE = 1 > > I had assumed that no .pyc's would get created. That is correct for

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Amrith Kumar
Message- > From: Clark Boylan [mailto:cboy...@sapwetik.org] > Sent: Friday, September 30, 2016 3:04 PM > To: openstack-dev@lists.openstack.org > Subject: Re: [openstack-dev] [neutron] clean up your git checkout! > > Sorry I crossed the streams but the advice is still good. You

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Clark Boylan
lean out the .tox directory. > > -amrith > > > -Original Message- > > From: Clark Boylan [mailto:cboy...@sapwetik.org] > > Sent: Friday, September 30, 2016 2:50 PM > > To: openstack-dev@lists.openstack.org > > Subject: Re: [openstack-dev] [neutron] clean up yo

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Amrith Kumar
. -amrith > -Original Message- > From: Clark Boylan [mailto:cboy...@sapwetik.org] > Sent: Friday, September 30, 2016 2:50 PM > To: openstack-dev@lists.openstack.org > Subject: Re: [openstack-dev] [neutron] clean up your git checkout! > > I want to say this happe

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Clark Boylan
tions) > > <openstack-dev@lists.openstack.org> > > Subject: Re: [openstack-dev] [neutron] clean up your git checkout! > > > > Projects may want to add to their tox.ini something like this: > > > > https://github.com/openstack/ironi

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Amrith Kumar
6 1:57 PM > To: OpenStack Development Mailing List (not for usage questions) > <openstack-dev@lists.openstack.org> > Subject: Re: [openstack-dev] [neutron] clean up your git checkout! > > Projects may want to add to their tox.ini something like this: > > http

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread John Villalovos
Projects may want to add to their tox.ini something like this: https://github.com/openstack/ironic/blob/c445c19285c2f3ee6a099f9f7473dd6fe087116b/tox.ini#L10 Basically add: PYTHONDONTWRITEBYTECODE = 1 On Fri, Sep 30, 2016 at 7:20 AM, Ihar Hrachyshka wrote: > Michał Dulko

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Ihar Hrachyshka
Michał Dulko wrote: On 09/30/2016 04:06 PM, Ihar Hrachyshka wrote: Ihar Hrachyshka wrote: Hi all, today we landed https://review.openstack.org/#/c/269658/ (huge!) that removed neutron/objects/network/ directory and replaced it with

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Michał Dulko
On 09/30/2016 04:06 PM, Ihar Hrachyshka wrote: > Ihar Hrachyshka wrote: > >> Hi all, >> >> today we landed https://review.openstack.org/#/c/269658/ (huge!) that >> removed neutron/objects/network/ directory and replaced it with >> neutron/objects/network.py file. Though it

Re: [openstack-dev] [neutron] clean up your git checkout!

2016-09-30 Thread Ihar Hrachyshka
Ihar Hrachyshka wrote: Hi all, today we landed https://review.openstack.org/#/c/269658/ (huge!) that removed neutron/objects/network/ directory and replaced it with neutron/objects/network.py file. Though it makes python that sees old .pyc files sad: Failed to