-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow building of rpms of CentOS #2
Comments
yxqd
added a commit
that referenced
this issue
Jan 21, 2016
… remains: does package cloud allow rpms with same filename with different distro and versions?
yxqd
added a commit
that referenced
this issue
Jan 21, 2016
yxqd
added a commit
that referenced
this issue
Jan 21, 2016
yxqd
added a commit
that referenced
this issue
Jan 21, 2016
This is working now. Need to update all packages using this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: