Skip to content
Snippets Groups Projects

Update koji docs

Merged Marta Vila Fernandes requested to merge upgrade into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • Alex Iribarren
  • added 1 commit

    Compare with previous version

  • Alex Iribarren mentioned in commit 4768b513

    mentioned in commit 4768b513

  • merged

  • Please register or sign in to reply
    Loading