[
https://issues.apache.org/jira/browse/AURORA-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15549776#comment-15549776
]
Zameer Manji commented on AURORA-1712:
--------------------------------------
{noformat}
commit 640f07babdf6307a6371f04b777209a1c9eca5ce
Author: Renan DelValle <[email protected]>
Date: Wed Oct 5 12:56:44 2016 -0700
Build Debian Jessie and Ubuntu Xenial specific mesos eggs
Support for making mesos native python eggs for Debian Jessie and Ubuntu
Xenial.
Testing Done:
./make-mesos-native-egg jessie64 1.0.0 $(pwd)/test
./make-mesos-native-egg xenial64 1.0.0 $(pwd)/test
*NOTE: Have not tried installing the python eggs generated.
Bugs closed: AURORA-1712
Reviewed at https://reviews.apache.org/r/52531/
build-support/python/make-mesos-native-egg | 71 +++++++++++++++++++++++++++++-
1 file changed, 69 insertions(+), 2 deletions(-)
{noformat}
Thank you [~rdelvalle] for fixing this. This could have caused a nasty issue if
there was ABI divergence.
> Debian Jessie packagaes are embedding the mesos egg build for Ubuntu trusty
> ---------------------------------------------------------------------------
>
> Key: AURORA-1712
> URL: https://issues.apache.org/jira/browse/AURORA-1712
> Project: Aurora
> Issue Type: Bug
> Reporter: Stephan Erb
> Assignee: Renan DelValle
>
> The Debian packaging scripts for Trusty and Jessie are sharing the same
> override mechanism for the pants third_party repository. We therefore end up
> using egg-files build for Ubuntu also on Debian
> (https://github.com/apache/aurora-packaging/blob/master/specs/debian/aurora-pants.ini)
> It seems like this is kind of working, but is clearly not optimal.
> We should extend
> https://github.com/apache/aurora/blob/master/build-support/python/make-mesos-native-egg
> to support Debian and then make use of it in our packaging infrastructure
> https://github.com/apache/aurora-packaging.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)