Update some steps of the process
Signed-off-by: Diego Herrera <dherrera@redhat.com>
This commit is contained in:
parent
e5c887ed11
commit
301b26c509
1 changed files with 4 additions and 9 deletions
|
@ -171,18 +171,15 @@ from https://pagure.io/releng[pagure releng] repo. This should be run on
|
|||
$ sudo -u ftpsync sh scripts/branching-epel/create_empty_repos.sh 10.1
|
||||
----
|
||||
|
||||
WARNING: TODO: Check if these notes apply for EPEL10
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Update the link in /mnt/koji/repos/rawhide/latest as per https://pagure.io/releng/issue/12255.
|
||||
Update the link in /mnt/koji/repos/epel10/latest use https://pagure.io/releng/issue/12255 as reference.
|
||||
====
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Please verify the repo permissions that are created under
|
||||
/pub/fedora/linux/development/<fedora_release_number> and
|
||||
/pub/fedora-secondary/development/<fedora_release_number>. They should
|
||||
/pub/epel/<fedora_release_number>. They should
|
||||
be owned by _ftpsync:ftpsync_
|
||||
Check directory permissions (should be "0755") to ensure new composes synchronize correctly.
|
||||
====
|
||||
|
@ -233,13 +230,11 @@ target as often as epel10.xx-build (new epel10 buildroot).
|
|||
|
||||
Run the following commands from any of the compose boxes:
|
||||
|
||||
WARNING: TODO: Check if any of this applies for EPEL10
|
||||
|
||||
[source,bash,subs="attributes"]
|
||||
----
|
||||
$ cd /mnt/koji/repos/rawhide
|
||||
$ cd /mnt/koji/repos/epel10
|
||||
$ rm -f latest
|
||||
$ ln -s ../f{rawhide}-build/latest ./latest
|
||||
$ ln -s ../epel10.1-build/latest ./latest
|
||||
----
|
||||
|
||||
=== Update block_retired.py script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue