c38b24eb7c
After the automated creation of the c8s branch, not all files tracked previously in dist-git were added to the repository. This commit adds all required files and also makes necessary changes. Related: rhbz#2093355
27 lines
726 B
Plaintext
27 lines
726 B
Plaintext
|
|
## Build process
|
|
|
|
1. clone [SELinux/selinux-policy](https://gitlab.cee.redhat.com/SELinux/selinux-policy) repository
|
|
|
|
$ cd ~/devel/github
|
|
$ git clone git@gitlab.cee.redhat.com:SELinux/selinux-policy.git
|
|
$ cd selinux-policy
|
|
|
|
2. create, backport, cherry-pick needed changes to a particular branch and push them
|
|
|
|
3. clone **selinux-policy** dist-git repository
|
|
|
|
$ cd ~/devel/dist-git
|
|
$ rhpkg clone selinux-policy
|
|
$ cd selinux-policy
|
|
|
|
4. Download the latest snaphots from selinux-policy and selinux-policy-contrib github repositories
|
|
|
|
$ ./make-rhat-patches.sh
|
|
|
|
5. add changes to the dist-git repository, bump release, create a changelog entry, commit and push
|
|
6. build the package
|
|
|
|
$ rhpkg build
|
|
|