Changes between Version 1 and Version 2 of Ticket #2807, comment 25


Ignore:
Timestamp:
05/17/2016 11:41:27 PM (10 years ago)
Author:
Doadin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2807, comment 25

    v1 v2  
    2020
    2121edited to remove the other 7 "errors".
     22
     23Commands run:
     24
     25{{{
     26cd "C:\Python27\Lib\site-packages"
     27for /f "tokens=*" %%f in ('dir .\deluge* /ad/b') do rd "%%f" /s/q
     28cd C:\Python27\Scripts
     29del deluge*
     30cd C:\Jenkins\jobs\Deluge - Develop - local Test\workspace\
     31python setup.py clean -a
     32python minify_web_js.py
     33python setup.py build
     34python setup.py install
     35}}}