← Back to team overview

datafinder-team team mailing list archive

[Bug 662617] Re: Clean up and simplfiy build process.

 

** Changed in: datafinder
       Status: In Progress => Fix Committed

-- 
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 Committed

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?