Remove infra tag related howtos in favor of SOP

The howtos were confusing and the Infrastructure repo SOP has more comprehensive informations.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-06-20 10:21:27 +02:00 committed by zlopez
parent d9ddcc9440
commit e95876ffbc
4 changed files with 4 additions and 30 deletions

View file

@ -121,7 +121,7 @@ xref:developer_guide:sops.adoc[Developing Standard Operating Procedures].
* xref:infra-hostrename.adoc[Infrastructure Host Rename]
* xref:infra_handover.adoc[Initiative Handover]
* xref:infra-raidmismatch.adoc[Infrastructure Raid Mismatch Count]
* xref:infra-repo.adoc[Infrastructure Yum Repo]
* xref:infra-repo.adoc[Infrastructure DNF Repo]
* xref:infra-retiremachine.adoc[Infrastructure retire machine]
* xref:ipa.adoc[IPA infrastructure]
* xref:ipsilon.adoc[Ipsilon Infrastructure]
@ -192,9 +192,7 @@ In this section is list of guides for common tasks that are done in Fedora Infra
* xref:howtos:access_rabbitmq_ui.adoc[How to access the rabbitmq administrative UI]
* xref:howtos:archive_list.adoc[How to Archive mailing list]
* xref:howtos:archive-old-fedora.adoc[How to Archive Old Fedora Releases]
* xref:howtos:add_a_package_to_infra_tag.adoc[How to add a package to an infra tag]
* xref:howtos:add_external_hardware_to_vpn.adoc[Add external servers to vpn]
* xref:howtos:build_against_infra_tags.adoc[How to build against an infra tag in koji]
* xref:howtos:check_robosignatory_production_logs.adoc[How to check robosignatory productions logs]
* xref:howtos:clean_2f_tokens.adoc[How to remove 2 factor authentication tokens in IPA]
* xref:howtos:clean_monitoring_sidetags.adoc[How to clean up the side-tags created by the monitor-gating project]

View file

@ -1,4 +1,4 @@
= Infrastructure Yum Repo SOP
= Infrastructure DNF Repo SOP
In some cases RPM's in Fedora need to be rebuilt for the Infrastructure
team to suit our needs. This repo is provided to the public (except for
@ -43,6 +43,7 @@ Example:
....
rpmbuild --define "dist .el7.infra" -bs test.spec
# Alternatively you can run fedpkg --release epel9 --define "dist .el7.infra"
koji build epel7-infra test-1.0-1.el7.infra.src.rpm
....
@ -114,4 +115,4 @@ koji add-pkg $tag $package --owner=$user
for example:
....
koji add-pkg f40-infra mediawiki-theme-fedora --owner=ryanlerch
....
....