From 97af7a53f72b61a18f29a6772fafbc724ce182e9 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 1 May 2020 12:01:49 +0200 Subject: [PATCH 1/2] README: remove draft notice Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 144ba44b55..d0dc07d971 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -**This document is a draft, which is why it is in this fork for now** -

logo

From 1c36380288da8e0348d27bd27728b5232b93257d Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 1 May 2020 12:07:16 +0200 Subject: [PATCH 2/2] README: replace $A with $P A is a bad example as it should not be quoted Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0dc07d971..64b922cf3b 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ In GURU we use ['thin manifests'](https://wiki.gentoo.org/wiki/Repository_format - #### Quote your variables -String variables should be quoted (e.g. not `$A` or `${A}` but `"${A}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about. +String variables should be quoted (e.g. not `$P` or `${P}` but `"${P}"`). `repoman -dx full` will warn you about any unquoted variables you might have forgotten about. - #### Undesirable/Deprecated dependencies