Project

General

Profile

Actions

action #113938

closed

copy sources of previous release

Added by lkocman over 1 year ago. Updated 11 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Start date:
2022-07-19
Due date:
% Done:

0%

Estimated time:

Description

First, ask an obs admin to prepare the "partitioning" setup of OBS for the new release. That makes sure rings and stagings end up on the correct backend.

Also ask for dispatchprios to be adjusted.

When done copy old project to new one with full history:

$ osc api /source/openSUSE:Leap:15.5?cmd=copy\&oproject=openSUSE:Leap:15.4\&withhistory=1\&comment=branch+from+15.4 -X POST

Adjust prj meta, add reviews etc (check previous release)

    $ osc meta prj -e openSUSE:Leap:15.5

Then copy the rest:

$ for i in \

    NonFree \

    echo $i; \

    osc api /source/openSUSE:Leap:15.5:$i?cmd=copy\&oproject=openSUSE:Leap:15.4:$i\&withhistory=1\&comment=branch+from+15.4 -X POST; \

    done

Ask an obs admin to copy the signkey for the staging projects from the previous release

To adjust link files osc co -u the project, then

sed -i -e 's/openSUSE:Leap:15.4/openSUSE:Leap:15.5/' */_link

Fix non oss release file:

    osc api /source/openSUSE:Leap:15.5:NonFree/000release-packages/_aggregate -e
  • make sure prjconf contains _with_betatest macros

  • don't forget _service in _project

Actions #1

Updated by lkocman 11 months ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF