Roundup Tracker - Issues

Message1562

Author alain_tesio
Recipients
Date 2004-12-12.22:02:06
Message-id
In-reply-to
Logged In: YES 
user_id=13893

This command rebuilds the file MANIFEST:

python setup.py sdist --manifest-only

But then build complains about missing files:

python setup.py build
running build

*** SOURCE ERROR: There are files missing (245/250 found)!
Missing: roundup-admin
Missing: roundup-demo
Missing: roundup-gettext
Missing: roundup-mailgw
Missing: roundup-server

I don't know why sdist put these lines, remove the 5 lines
starting with roundup- in the file MANIFEST and build works
History
Date User Action Args
2009-02-03 14:21:03adminlinkissue1082801 messages
2009-02-03 14:21:03admincreate