From c27c053482718ecc4881c8e8af91e6bda5a3fa9c Mon Sep 17 00:00:00 2001
From: Kevin Kofler <kevin.kofler@chello.at>
Date: Sun, 16 Nov 2014 15:02:32 +0100
Subject: [PATCH] hacking/GlobalStorage.md: Document the "branding" dictionary.

---
 hacking/GlobalStorage.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/hacking/GlobalStorage.md b/hacking/GlobalStorage.md
index 0e024b16c9..0002826625 100644
--- a/hacking/GlobalStorage.md
+++ b/hacking/GlobalStorage.md
@@ -10,6 +10,17 @@ A dictionary with the following keys:
 
 - `installPath`: device where the boot loader should be installed ("/dev/sda", "/dev/sdb1"...)
 
+## branding
+
+A dictionary with the following keys (loaded from branding.desc):
+
+- `productName`: distribution unversioned product name (long version)
+- `shortProductName`: distribution unversioned product name (short version)
+- `version`: distribution version number (long version)
+- `shortVersion`: distribution version number (short version)
+- `versionedName`: distribution product name and version (long version)
+- `shortVersionedName`: distribution product name and version (short version)
+
 ## partitions
 
 A list of dictionaries, one per partition. The dictionary contains the following keys:
-- 
GitLab