fedora-infra / howtos

Created 4 years ago
Maintained by pingou
HowTo for doing things around the Fedora infrastructure
Members 3
Michal Konecny committed 7 months ago

This repository is now moved to Fedora Infra documentation

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