mesosphere / chronos-pkg

Apache License 2.0
5 stars 16 forks source link

add distro version to package names #5

Closed lloesche closed 9 years ago

lloesche commented 9 years ago

This PR makes all package versions compatible to the way we name Mesos and Marathon packages. Requirement for automatic package uploads Teamcity -> packageworks. It also renames the rpms from e.g. centos7 to el7, since these packages can be installed on RedHat Enterprise Linux as well as Enterprise Linux derivates such as, CentOS, Scientific Linux and Oracle Linux.

Changes:

add distro version to all deb packages (e.g. debian75, ubuntu1404, etc.) add targets for all versions of Ubuntu and Debian that we currently build for rename rpm -> el6 rename centos7 -> el7 rename fedora -> fedora20 & fedora21 This PR will not break the way we process .deb and .rpm packages in TeamCity but might break it for someone with a more strict naming detection.

lingmann commented 9 years ago

Looks good, thanks!