Remove section about Packit from RELEASE.md
We don't use Packit any more, so just remove it from the RELEASE document. If we ever want to reintroduce it, feel free to simply revert this commit.
This commit is contained in:
parent
ccf050f6a7
commit
0f1a70cda0
1 changed files with 2 additions and 29 deletions
31
RELEASE.md
31
RELEASE.md
|
|
@ -17,33 +17,6 @@ Create new release on Github containing the number of this release as a
|
|||
name, the same number as a tag, and description copied from the previous
|
||||
one.
|
||||
|
||||
```
|
||||
$ packit status
|
||||
```
|
||||
This should show a new release available in upstream
|
||||
In order to execute this you will need a ~/.config/packit.yaml containing
|
||||
your FAS account, Pagure token, Github token, and valid Kerberos TGT for
|
||||
FEDORAPROJECT.ORG realm
|
||||
```
|
||||
$ packit propose-update
|
||||
```
|
||||
It will create a PR on src.fedoraproject.org.
|
||||
If everything looks fine, you can merge it.
|
||||
```
|
||||
$ packit build
|
||||
```
|
||||
Create new koji build
|
||||
```
|
||||
$ packit create-update
|
||||
```
|
||||
Create Bodhi update
|
||||
|
||||
|
||||
You can also repeat the procedure from 'propose-update' to the end with
|
||||
different branched of Fedora. You need to do it if you want to get new
|
||||
version into stable releases.
|
||||
```
|
||||
$ packit propose-update --dist-git-branch f31
|
||||
$ # other commands take the same switch
|
||||
```
|
||||
|
||||
Once the Github release is available, follow the standard procedure for
|
||||
creating a Fedora update.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue