Custom setup.py commands use os.system

Bug #1246084 reported by dobey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Tarmac
Fix Released
Medium
dobey

Bug Description

    def run(self):
        os.system('rm -rf build dist')

    def run(self):
        if not os.path.exists('build/docs'):
            os.makedirs('build/docs')
        os.system(
            'rst2html docs/introduction.txt build/docs/introduction.html')
        os.system(
            'rst2html docs/writingplugins.txt build/docs/writingplugins.html')

    def run(self):
        os.system('python setup.py sdist')
        os.system(
            'gpg --armor --sign --detach-sig `find dist -name "tarmac-*"`')

Related branches

dobey (dobey)
Changed in tarmac:
status: Triaged → In Progress
dobey (dobey)
Changed in tarmac:
status: In Progress → Fix Committed
dobey (dobey)
Changed in tarmac:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.