Issue178

Title (setup) allow sdist to be called from a packaged version
Priority bug Status testing
Superseder Nosy List reinhard
Assigned To Topics gnue-common

Created on 2007-07-13.09:33:13 by reinhard, last changed 2007-12-07.13:21:25 by johannesV.

Messages
msg438 (view) Author: johannesV Date: 2007-12-07.13:21:24
ChangeLog and .gmo is built by the release script now, so running a bdist_rpm
from a tar.gz could work now

Revision 9841
msg417 (view) Author: reinhard Date: 2007-07-13.09:33:12
bdist_rpm calls sdist, so calling bdist_rpm from a unpacked .tar.gz file fails
because the ChangeLog can't be built.

Solution: create ChangeLog only when no PKG-INFO file is there, or move
ChangeLog creation (and possibly .pot recreation and maybe some other things) to
the release script.
History
Date User Action Args
2007-12-07 13:21:26johannesVsetstatus: unread -> testing
messages: + msg438
2007-07-13 09:33:13reinhardcreate