Hi,
I created a new tag v2.0.0 for ovirt_provision_plugin [1]
I would like to ask for an assistance with releasing a new version of it.
[1] https://github.com/theforeman/ovirt_provision_plugin/releases/tag/v2.0.0
Thanks,
Moti
Hi,
I created a new tag v2.0.0 for ovirt_provision_plugin [1]
I would like to ask for an assistance with releasing a new version of it.
[1] https://github.com/theforeman/ovirt_provision_plugin/releases/tag/v2.0.0
Thanks,
Moti
Hi,
First, you will need to ask the current gem owner to push the gem to rubygems (https://rubygems.org/gems/ovirt_provision_plugin/), or adding you as co-owner so that you can push it on your own.
After that, you will need to create a pull-request against rpm/develop
branch, with updated version of the gem: the simplest way is using bump_rpm.sh script:
./bump_rpm.sh packages/plugins/rubygem-ovirt_provision_plugin
If everything goes fine, this should set everything so that you can send a PR with the new version against nightlies.
Thanks for instructions.
I pushed https://github.com/theforeman/foreman-packaging/pull/3268 and got failures here:
stdout: |-
Watching tasks (this may be safely interrupted)...
157161 build (foreman-plugins-nightly-rhel7, tfm-rubygem-ovirt_provision_plugin-2.0.0-1.fm1_21.el7.src.rpm): free
157161 build (foreman-plugins-nightly-rhel7, tfm-rubygem-ovirt_provision_plugin-2.0.0-1.fm1_21.el7.src.rpm): free -> open (kojibuilder1)
157162 buildArch (tfm-rubygem-ovirt_provision_plugin-2.0.0-1.fm1_21.el7.src.rpm, noarch): open (kojibuilder1)
157162 buildArch (tfm-rubygem-ovirt_provision_plugin-2.0.0-1.fm1_21.el7.src.rpm, noarch): open (kojibuilder1) -> FAILED: BuildError: error building package (arch noarch), mock exited with status 1; see build.log for more information
0 free 1 open 0 done 1 failed
157161 build (foreman-plugins-nightly-rhel7, tfm-rubygem-ovirt_provision_plugin-2.0.0-1.fm1_21.el7.src.rpm): open (kojibuilder1) -> FAILED: BuildError: error building package (arch noarch), mock exited with status 1; see build.log for more information
0 free 0 open 0 done 2 failed
Where can I see the reason for the failure (where is the build.log file?) ?
Thanks,
Moti