[Reproducible-commits] [notes] 01/01: add a file with the notes from the "shared notes session" from the Athens summit

Mattia Rizzolo mattia at mapreri.org
Fri Dec 11 09:31:45 UTC 2015


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

mattia pushed a commit to branch master
in repository notes.

commit aca9aa3a48e672ad455ef497a5ce1d6e0e087e4f
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Dec 11 09:31:33 2015 +0000

    add a file with the notes from the "shared notes session" from the Athens summit
---
 ideas_on_sharing_notes_between_distros | 58 ++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/ideas_on_sharing_notes_between_distros b/ideas_on_sharing_notes_between_distros
new file mode 100644
index 0000000..178097a
--- /dev/null
+++ b/ideas_on_sharing_notes_between_distros
@@ -0,0 +1,58 @@
+This is from the Reproducible Summit in Athens.
+
+
+* use cases for sharing notes
+  + for upstream toolchain developers: what am i breaking
+  + non toolchain upstream about what's wrong with their package
+  + distro people wanting to check out the status and *history* on other distros and comparing
+
+* we should keep it streamlined, like continue keep it in git.
+* yaml seems to be cool for everybody
+
+
+* issues
+  + they can be fixed in different ways
+  + they can be distro-specific
+  + they can be implementation-specific
+  + ........
+* would be handy to have meta-issues
+
+* history:
+  + link to example patches and keep old issues
+
+* linking packages between distros:
+  + CPE (from CVE stuff)
+
+* maintaining the notes:
+  + we need a format where we can separate "upstream" issues, distro-specific issues, distro-specific versions, etc
+  + different distros might have different way to fix issues
+
+* moving stuff from wiki.debian.org/ReproducibleBuilds/ to the notes (→ lamby)
+
+* format:
+
+issue:
+  url:
+  description:
+  distro:
+    debian:
+      state: fixed
+      comment:
+
+package:
+  distros:
+    debian:
+      issues:
+        - issue1
+        - issue2 / free text            #   ← fixed issue
+      comments:
+      bugs: []
+      version:
+    freebsd:
+      version:
+      bugs: []
+  comments:
+  bugs: []
+  issues: []
+
+

-- 
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