Update koji docs
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
22 23 1) Get the new Koji upstream version 24 1.1) go to https://koji.fedoraproject.org/koji/packageinfo?packageID=1181 *OR* https://pagure.io/koji/releases get the last release; 25 1.2) in aiadm download the src.rpm `wget https://kojipkgs.fedoraproject.org//packages/koji/1.33.0/1.el8/src/koji-1.33.0-1.el8.src.rpm` *OR* `https://pagure.io/koji/archive/koji-1.33.1/koji-koji-1.33.1.tar.gz` 26 1.3) install the src.rpm `rpm -ivh koji-1.33.0-1.el8.src.rpm` *OR* 27 ``` 28 gunzip koji-koji-1.33.1.tar.gz 29 tar -xf koji-koji-1.33.1.tar 30 mv koji-koji-1.33.1 koji-1.33.1 31 ``` 32 1.4) go to `cd ~/rpmbuild/SOURCES` *OR* create the `tar -cvjSf koji-1.33.1.tar.bz2 koji-1.33.1` 33 1.5) copy the ` koji-<>.tar.bz2` to `/koji/src` of [https://gitlab.cern.ch/linuxsupport/rpms/koji](https://gitlab.cern.ch/linuxsupport/rpms/koji) and change the spec file. 34 35 2) Create a MR and check if the pipeline run without errors. 36 3) If there is a error on the pipeline related with the `prometheus-metrics-index.patch`, it means that it needs to be recreated. 37 3.1) Download the last release of koji from https://pagure.io/koji/releases changed this line in version 3 of the diff
- Resolved by Marta Vila Fernandes
- Resolved by Alex Iribarren
mentioned in commit 4768b513
Please register or sign in to reply