mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
Merge updates from master
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user