datafinder-team team mailing list archive
-
datafinder-team team
-
Mailing list archive
-
Message #00013
[Bug 662617] Re: Clean up and simplfiy build process.
** Changed in: datafinder
Status: Fix Committed => Fix Released
--
Clean up and simplfiy build process.
https://bugs.launchpad.net/bugs/662617
You received this bug notification because you are a member of
DataFinderTeam, which is subscribed to DataFinder.
Status in DataFinder - flexible data management: Fix Released
Bug description:
The current build commands have to be cleaned up a little. E.g. more standardized build command names should be used.
In this context also the structure of the provided distributions should be improved, e.g. improve / add documentation.
The following public build commands should be at least available:
sdist -> Building the source distribution
bdist -> Building the binary distribution
test -> Running the unit tests
gen -> Generating all required code
doc -> Creating the epydoc documentation
audit -> Running pylint and creating coverage report
Clean up the environment variables. Are really all of them required?