Menu

#145 Bunch of files remaining in the build tree after clean

Jul15
resolved
None
bug
2015-07-06
2015-02-07
No

Hello,

this is not very important, but here is the list of the files which stayes in the
source tree after cleaning the build. This is the accumulation of these files fromthe begining of taurus pacakging so I can not garanties that all these files are still there.

python setup.py clean

rm -f lib/taurus/qt/qtgui/resource/.rcc
rm -f lib/taurus/qt/qtgui/resource/
.qrc
rm -rf doc/source/devel/api
rm -f doc/source/devel/catalog.html
rm -f lib/taurus/qt/qtgui/resource/catalog.html
rm -f lib/taurus/qt/qtgui/graphic/jdraw/jdraw_lextab.py
rm -f lib/taurus/qt/qtgui/graphic/jdraw/jdraw_yacctab.py

Discussion

  • Carlos Pascual

    Carlos Pascual - 2015-02-09

    It is indeed a good remark, because we have often inadvertently included some of those files in the distributed packages... I'll try to customize the clean command to take care of them.

     
  • Carlos Pascual

    Carlos Pascual - 2015-02-09
    • assigned_to: Carlos Pascual
    • Milestone: unassigned --> Jul15
     
  • Carlos Pascual

    Carlos Pascual - 2015-02-09

    I sent a patch to the devel list which should take care of cleaning those files.

    Note that this is actually just a workaround. IMHO those files should not be created outside the build dir in the first place... but changing that requires a lot more work, and will be affected affected by work on [#5]

     
  • Tiago Coutinho

    Tiago Coutinho - 2015-03-30

    Ticket moved from /p/sardana/tickets/324/

    Can't be converted:

    • _category: taurus
     
  • Zbigniew Reszela

    • status: waiting --> resolved
     
  • Zbigniew Reszela

    Patch sent by CarlosP was applied to the develop branch.