Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-05-01 10:40:09 +00:00

View File

@@ -1,5 +1,3 @@
**This document is a draft, which is why it is in this fork for now**
<p align="center">
<img src="guru.svg" alt="logo">
</p>
@@ -90,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