Issue155

Title (setup) --dry-run isn't dry enough
Priority bug Status testing
Superseder Nosy List reinhard
Assigned To reinhard Topics gnue-common

Created on 2007-03-15.15:43:31 by reinhard, last changed 2007-12-14.08:43:07 by johannesV.

Messages
msg439 (view) Author: johannesV Date: 2007-12-14.08:43:06
paths.py and gnue.pth are not created in a dry-run now.
Please note: to make a dry-run really dry call "python setup.py --dry-run
install", since distutils' global options must be defined before the command

Revision: 9845
msg333 (view) Author: reinhard Date: 2007-03-15.15:43:29
From the IRC log of 2007-03-14:
Action: ayers just checked out the trunk and ran ./setup.py install --dry-run ..
. but the run wasn't all that dry :-)
<ayers> (of gnue-common)
<ayers> find /usr/local/gnue/ |wc -l
<ayers> 556
History
Date User Action Args
2007-12-14 08:43:07johannesVsetstatus: unread -> testing
messages: + msg439
2007-03-15 15:43:31reinhardcreate