Changes between Version 1 and Version 2 of Ticket #2807, comment 25
- Timestamp:
- 05/17/2016 11:41:27 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2807, comment 25
v1 v2 20 20 21 21 edited to remove the other 7 "errors". 22 23 Commands run: 24 25 {{{ 26 cd "C:\Python27\Lib\site-packages" 27 for /f "tokens=*" %%f in ('dir .\deluge* /ad/b') do rd "%%f" /s/q 28 cd C:\Python27\Scripts 29 del deluge* 30 cd C:\Jenkins\jobs\Deluge - Develop - local Test\workspace\ 31 python setup.py clean -a 32 python minify_web_js.py 33 python setup.py build 34 python setup.py install 35 }}}


