|
17 | 17 | 4. Create a new release in github form the new tag: |
18 | 18 | https://github.com/oVirt/ovirt-imageio/releases |
19 | 19 |
|
20 | | -5. Download the rpms built by github, and upload them to the new |
21 | | - release: |
22 | | - https://github.com/oVirt/ovirt-imageio/releases/tag/vX.Y.Z |
23 | | - |
24 | | -6. Publish the release. |
| 20 | +5. Publish the release. |
25 | 21 |
|
26 | | -7. Send a patch to releng-tools project, adding the new version: |
| 22 | +6. Send a patch to releng-tools project, adding the new version: |
27 | 23 | https://github.com/oVirt/releng-tools/commit/97b353b1107ba4bd06776ed4c2e31b309909a357 |
28 | 24 |
|
29 | 25 | ### Where to get the packages |
@@ -72,7 +68,13 @@ https://pypi.org/project/ovirt-imageio/ |
72 | 68 |
|
73 | 69 | ## RHEL |
74 | 70 |
|
75 | | -This parts works only inside the Red Hat network. |
| 71 | +This part works only inside the Red Hat network. |
| 72 | + |
| 73 | +This part also requires having rhpkg installed. To do so, make sure you have |
| 74 | +installed the Fedora `.repo` file: |
| 75 | +https://docs.engineering.redhat.com/display/RCMDOC/RCM+Tools+Release+Guide |
| 76 | + |
| 77 | + $ sudo dnf install rhpkg |
76 | 78 |
|
77 | 79 | 1. Create source rpm form the release tag |
78 | 80 |
|
@@ -117,6 +119,10 @@ This parts works only inside the Red Hat network. |
117 | 119 | $ rhpkg push |
118 | 120 | $ rhpkg build |
119 | 121 |
|
| 122 | + If the push command fails due to the host key type, enable insecure |
| 123 | + algorithms used by the old server. See `~/.ssh/config` in: |
| 124 | + https://docs.engineering.redhat.com/display/exdinframa/Installing+dependencies |
| 125 | + |
120 | 126 | Brew will send you an official build repository that can be used for |
121 | 127 | testing by other developers or testers. Consider telling people about |
122 | 128 | it in rhev-devel mailing list. |
|
0 commit comments