danse-inelastic / packaging-use-docker

A packaging utility for DANSE INS packages. Use docker and cmake
0 stars 0 forks source link

allow building of rpms of CentOS #2

Open yxqd opened 8 years ago

yxqd commented 8 years ago

This requires making distribution type and version variables that can be set during make time. So we can say

$ make test-srpm DOCKER_PKGING_RPM_DIST_NAME=fedora DOCKER_PKGING_RPM_DIST_VERSION=21

Make sure that the variables are passed over to all the relevant docker images.

yxqd commented 8 years ago

This is working now. Need to update all packages using this.