Feature #5793
rake task to create versioned tarball or gem
Description
To support separating packaging back into foreman-packaging, we need a consistent way to generate sources from each project.
For Foreman core projects, this would be a command that produces a .tar.gz, while for gems would be a gem build from the gemspec. The current version number should be included, e.g. foreman-1.6.0.tar.bz2 from Foreman core develop.
Related issues
Associated revisions
refs #5793 - add pkg:generate_source task to generate gem
refs #5793 - distribute VERSION
refs #5793 - distribute VERSION
refs #5793 - add pkg:generate_source rake task to create tar.bz2
refs #5793 - add pkg:generate_source rake task to create tar.bz2
refs #5793 - add pkg:generate_source rake task to create tar.bz2
fixes #5793 - add pkg:generate_source rake task to create tar.bz2
History
#1
Updated by Dominic Cleal almost 9 years ago
- Related to Feature #4453: Update Foreman source packages for EL7 added
#2
Updated by Dominic Cleal almost 9 years ago
- https://github.com/theforeman/foreman/pull/1485/files
https://github.com/theforeman/smart-proxy/pull/159https://github.com/theforeman/foreman-installer/pull/118https://github.com/theforeman/foreman-selinux/pull/19https://github.com/theforeman/hammer-cli/pull/113https://github.com/theforeman/hammer-cli-foreman/pull/122
#3
Updated by Dominic Cleal almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Legacy Backlogs Release (now unused) set to 10
#4
Updated by Dominic Cleal almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d1dfed0c5f10ecc71480522634a4e5774adb11ba.
#5
Updated by Dominic Cleal almost 9 years ago
- Related to Refactor #5987: Remove in-repo RPM packaging constructs added
refs #5793 - add pkg:generate_source task to generate gem