You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: release_tools/README.adoc
+6-7
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ NOTE: As of July-20th 2019, it takes about 44 minutes for all the builds finish.
83
83
84
84
While Jenkins performs the builds you can generate and review the release notes:
85
85
86
-
* Run `python3 release_content.py release-notes`
86
+
* Run `python3 release_content.py release_notes`
87
87
88
88
Format of the release notes are as follows: +
89
89
At the top Highlighted PRs will be listed, followed by list of product's profiles that changed since last release. +
@@ -127,12 +127,11 @@ It will also create a `bump_version_{version}` branch and a "Bump version" commi
127
127
128
128
=== Copr builds ===
129
129
* Move to the directory where you did the latest Fedora build.
130
-
* Create a srpm with `fedpkg srpm`. This srpm will be used for epel-8 builds, rename it appropriately.
131
-
* Copy the `copr_packages.patch` from the directory where this readme is placed into the directory where the spec file is.
132
-
* Apply the patch with `patch -p1 < copr_packages.patch`
133
-
* Create another srpm with `fedpkg srpm` and name it appropriately. This srpm will be used for epel-6 and epel-7 builds.
134
-
* Upload both SRPMs into publicly visible folder in your `fedorapeople.org` space.
130
+
* Copy `copr_epel8.patch`, `copr_epel7.patch` and `copr_epel6.patch` from the directory where this readme is placed into the directory where the spec file is.
131
+
* For epel8, apply the patch with `patch -p1 < copr_epel8.patch` and rename the patched file appropriately.
132
+
* Upload the new spec file into publicly visible folder in your `fedorapeople.org` space.
133
+
* Patch and upload spec files for epel7 and epel6 in similar way as shown above.
135
134
* Use your Fedora account and login into link:https://copr.fedorainfracloud.org/coprs/openscapmaint/openscap-latest/[COPR repo].
136
135
* Verify that you have build permissions through settings -> permissions.
137
136
* If you don't have build permissions, you can ask for them directly from the interface. Wait for one of administrators to confirm.
138
-
* Make new builds. One for epel-6 and epel-7, one for epel-8 only. Use URLs pointing to SRPMs which you have just uploaded.
137
+
* Make new builds. Use URLs to spec files which you previously uploaded to your folder at fedorapeople.org. Use respective spec files for respective epels.
0 commit comments