[Reproducible-commits] [notes] 01/02: explain current multi project notes.git syntax idea.

Holger Levsen holger at layer-acht.org
Tue Jun 14 22:49:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch h01ger/multi-project
in repository notes.

commit fc86500bdb605cab3baf71be3f906fa5dcba1202
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jun 15 00:42:03 2016 +0200

    explain current multi project notes.git syntax idea.
---
 README | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)

diff --git a/README b/README
index 3bbd9ce..86f9664 100644
--- a/README
+++ b/README
@@ -15,14 +15,22 @@ packages.yml
 A full entry looks like the following:
 
     socat:
-      version: 1.7.2.4-1
-      comments: |
-        Patch submitted.
-      issues:
-        - timestamps_from_cpp_macros
-      bugs:
+     Debian:
+       version: 1.7.2.4-1
+       comments: |
+         Patch submitted.
+       bugs:
         - 764251
-
+       issues:
+         - blacklisted_on_armhf
+     ArchLinux:
+       version: 1.7.3.2
+     FreeBSD:
+       name: gnu-socat
+       version: 1.4
+     issues:
+       - timestamps_from_cpp_macros
+   
 Every field is optional, although a version number would be useful to do
 cleanups.
 
@@ -49,6 +57,9 @@ A full entry looks like the following:
         capture the current time, and thus will obviously make a build
         unreproducible.
       url: https://wiki.debian.org/ReproducibleBuilds/TimestampFromCPPMacros
+      Debian:
+        bug: 123456
+        url: https://example.com
 
 The name of the issue should contain underscores instead of hyphens as
 text editor autocompletion works better with the former.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list