[reproducible-website] 01/01: berlin2016: SOURCE_PREFIX_MAP formatting

Holger Levsen holger at layer-acht.org
Fri Mar 17 16:54:24 UTC 2017


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

holger pushed a commit to branch master
in repository reproducible-website.

commit f7265ee0c281b3ea44986c8985620e295a2c692d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Mar 17 17:54:15 2017 +0100

    berlin2016: SOURCE_PREFIX_MAP formatting
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 _events/berlin2016/SOURCE_PREFIX_MAP.md | 23 +++++++++++------------
 _events/berlin2016/agenda.md            |  2 +-
 2 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/_events/berlin2016/SOURCE_PREFIX_MAP.md b/_events/berlin2016/SOURCE_PREFIX_MAP.md
index 7640de0..07714f8 100644
--- a/_events/berlin2016/SOURCE_PREFIX_MAP.md
+++ b/_events/berlin2016/SOURCE_PREFIX_MAP.md
@@ -6,29 +6,28 @@ order: 180
 permalink: /events/berlin2016/SOURCE_PREFIX_MAP/
 ---
 
-SOURCE_PREFIX_MAP
-- set by a build-tool
-- for mapping build paths
-- honoured by GCC and every build tool that generates build-paths
-- how to support multiple mappings
+ * set by a build-tool
+ * for mapping build paths
+ * honoured by GCC and every build tool that generates build-paths
+ * how to support multiple mappings
 
 one or multiple mappings?
-- multiple is better, allows for more intuitive overrides by child processes
+ * multiple is better, allows for more intuitive overrides by child processes
 
 env variable preferred over cli
 
 separator character, space or newline?
 
 how to apply the mappings when eventually set?
-- multiple ordered mappings, child build processes append to this map (to the end)
-- child build tools apply the mapping last to first
+ * multiple ordered mappings, child build processes append to this map (to the end)
+ * child build tools apply the mapping last to first
 
 the exact format of the envvar
-- expressings multiple paths into a single string is hard
-- "common things easy, uncommon things possible"
+ * expressings multiple paths into a single string is hard
+ * "common things easy, uncommon things possible"
 
 TODO:
-- (infinity0, doko) research passing newlines through shell, m4, autoconf
-- look how gdb parse and loads symbol paths to source code paths
+ * (infinity0, doko) research passing newlines through shell, m4, autoconf
+ * look how gdb parse and loads symbol paths to source code paths
 
 <img style="margin-top: 10px; vertical-align: top;" src="{{ "/images/berlin2016/SOURCE_PREFIX_MAP_01.jpg" | prepend: site.baseurl }}" alt="SOURCE_PREFIX_MAP Post-It notes" />
diff --git a/_events/berlin2016/agenda.md b/_events/berlin2016/agenda.md
index a844837..86e5f8b 100644
--- a/_events/berlin2016/agenda.md
+++ b/_events/berlin2016/agenda.md
@@ -92,7 +92,7 @@ Day 2
 
      -   **[What else for the Auditable Ecosystem?]({{ "/events/berlin2016/whatelse/" | prepend: site.baseurl }})**
      -   **[What else]({{ "/events/berlin2016/whatelse/" | prepend: site.baseurl }})** instead of **[Binary Transparency]({{ "/events/berlin2016/binarytransparency/" | prepend: site.baseurl }})**
-     -   **SOURCE_PREFIX_MAP https://pad.riseup.net/p/reproduciblebuildsII-SOURCE_PREFIX_MAP**
+     -   **[SOURCE_PREFIX_MAP]({{ "/events/berlin2016/SOURCE_PREFIX_MAP/" | prepend: site.baseurl }})**
      -   **Documentation II https://pad.riseup.net/p/reproduciblebuildsII-documentationII**
      -   **[Defining Reproducible Builds definition II]({{ "/events/berlin2016/reproduciblebuildsdefinitionII/" | prepend: site.baseurl }})**
      -   **Bootstrapping https://pad.riseup.net/p/reproduciblebuildsII-bootstrapping**

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



More information about the Reproducible-commits mailing list