HowTo for doing things around the Fedora infrastructure
access_rabbitmq_ui.md | ||
activate_a_spamcheck_account.md | ||
add_a_package_to_infra_tag.md | ||
build_against_infra_tags.md | ||
check_robosignatory_production_logs.md | ||
clean_2f_tokens.md | ||
create_new_mailing_list.md | ||
delete_mailman_thread.md | ||
destroy_a_virt_instance.md | ||
fedora_messaging_certificates.md | ||
fix_robosignatory.md | ||
free_space_in_openshift.md | ||
groups_in_fedora.md | ||
make_mailman_user_admin.md | ||
README.md | ||
rebuild_osbs_buildroot.md | ||
remove_user_from_watchlist_pagure.md | ||
restart_sigul_bridge.md | ||
scale_up_or_down_deployment.md | ||
share_tmux_session.md |
How to do things around the infrastructure.
This repo contains the steps on How to do a tasks in the infrastructure. It is meant to be a knowledge database that can be quickly accessed and updated.
Adding a new document.
Create a new markdown document with the name of the task as a title. For example How to create a fas group should be create_a_fas_group.md
Searching for a document.
It is recommended to clone the repository and use the git grep
command to look for keywords.
$ git clone ssh://git@pagure.io/Fedora-Infra/howtos.git
$ cd howtos
$ git grep akeyword