From bddd6ca341ef2dc5c8f0df1fe7e913d2a9f206cd Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Feb 13 2017 11:56:56 +0000 Subject: Remove the old README Signed-off-by: Jeremy Cline --- diff --git a/README b/README deleted file mode 100644 index c9ae9a2..0000000 --- a/README +++ /dev/null @@ -1,49 +0,0 @@ -infrastructure documents - -This repository is for the infrastructure documentation and SOPs(Standard -Operating Procedures). These explain what we do, when we do it and, often, -why we do it. - -== Cloning this repo == - - If you plan to push changes (write) to this repo: - - login to batcave01.phx2.fedoraproject.org - - git clone /git/infra-docs/ - - If you simply want to read or don't have access to push: - - git clone https://infrastructure.fedoraproject.org/infra/infra-docs.git/ - -git grep is your friend in this dir. -Files should be in text. -they will be outputted to: - -https://infrastructure.fedoraproject.org/infra/docs/ - -Information to include: - -.. title: -.. slug: <the filename> -.. date: <Date created in YYYY-MM-DD> -.. lastupdate: <Date last updated in YYYY-MM-DD> -.. taxonomy: <Who is this doc for?> - -Migration from the Wiki: -============== - -For each SOP: - -1. Copy the content out of the wiki version into a text file. - a good way to do this is to run: - - links -dump $url > filename.txt - -2. Update or clean up any wording that should be cleaned up or changed. - -3. Commit to new repo and push. - -4. Change the wiki page to note that the SOP has been converted and redirect -to a wiki page that explains about the git repo and how to access it and/or a -link to that particular sop.