From c60393339826780c6b053028427f84e96bb11259 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Wed, 5 May 2021 01:26:11 -0700 Subject: [PATCH] add readme --- README.md | 14 +++++++++++++- upcoming/README.md | 4 ++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 upcoming/README.md diff --git a/README.md b/README.md index a4e3f82..d414a5e 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -Pungi configurations. Always in flux. +pungi-rocky +=========== + +This repo contains various confs and XML data to necesitate the compose +process. For the most part, the configurations stay static. Extra repos +will receive their own confs that list their specific compose tag in +koji. + +The `upcoming` folder is for upcoming point releases, which are more +in flux than those in the root folder. When a point release drops, the +configs will then be brought down into the root folder to prepare for +updates and new composes. + diff --git a/upcoming/README.md b/upcoming/README.md new file mode 100644 index 0000000..ccaa415 --- /dev/null +++ b/upcoming/README.md @@ -0,0 +1,4 @@ +upcoming +======== + +Only for upcoming releases. Configurations will be moved to the root when ready.