Message417

Author reinhard
Recipients
Date 2007-07-13.09:33:12
Content
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-07-13 09:33:13reinhardlinkissue178 messages
2007-07-13 09:33:13reinhardcreate