Skip to content

Conversation

@OlegGirko
Copy link

Several changes to fix creating packages.

  • Fix URLs in rpm spec file and deb control file.
  • Fix requires to be more portable between distros.
  • Fix supervisor log directory premissions.
  • Fix data files install dir.

See individual commits for more details.

The disttibute python module has been merged into setuptools
long ago, at version 0.7.

Also, distribute is not used in code here, just setuptools.

Signed-off-by: Oleg Girko <[email protected]>
After pathnames in setup.py file were changed to relative ones,
files listed as data_files are installed inside prefix,
causing wrong filenames.

Allowing to specify where to install data_files helps to solve this problem.

Signed-off-by: Oleg Girko <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant