[Reproducible-commits] [reproducible-website] 28/55: s#Coreboot#coreboot#g as this is the (correct spelling of the) project name

Chris Lamb chris at chris-lamb.co.uk
Tue Aug 23 13:39:52 UTC 2016


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

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

commit 88c9a30532e4bd2b1a8b24f0f4a3f94a9881b5b2
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Nov 6 14:17:09 2015 +0000

    s#Coreboot#coreboot#g as this is the (correct spelling of the) project name
---
 _data/projects.yml                   | 2 +-
 _docs/build_toolchain_from_source.md | 4 ++--
 _docs/value_initialization.md        | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/_data/projects.yml b/_data/projects.yml
index da6af13..6831c42 100644
--- a/_data/projects.yml
+++ b/_data/projects.yml
@@ -34,7 +34,7 @@
   resources:
   - name: "PR#2281: deterministic build"
     url: https://github.com/NixOS/nixpkgs/pull/2281
-- name: Coreboot
+- name: coreboot
   url: http:///www.coreboot.org/
   logo: coreboot.png
   resources:
diff --git a/_docs/build_toolchain_from_source.md b/_docs/build_toolchain_from_source.md
index 1a9384f..b35e892 100644
--- a/_docs/build_toolchain_from_source.md
+++ b/_docs/build_toolchain_from_source.md
@@ -27,8 +27,8 @@ using a tag with a verified signature or a commit hash will work best.
 The compilation itself can be driven by shell scripts or an extra target
 in the project `Makefile`.
 
-Coreboot is a good example. The build documentation mandates to first run
-`make crossgcc` before building Coreboot itself.
+coreboot is a good example. The build documentation mandates to first run
+`make crossgcc` before building coreboot itself.
 
 Check-in everything
 -------------------
diff --git a/_docs/value_initialization.md b/_docs/value_initialization.md
index 73d7a75..a963bac 100644
--- a/_docs/value_initialization.md
+++ b/_docs/value_initialization.md
@@ -10,9 +10,9 @@ run.
 
 An
 [example](http://review.coreboot.org/gitweb?p=coreboot.git;a=commitdiff;h=2d119a3f01eee6c4e86248b17b4c9ce14ab77836)
-taken from Coreboot:
+taken from coreboot:
 
-![diffoscope output of the two different builds of the same Coreboot image]({{ "/images/docs/uninitialized_memory.png" | prepend: site.basurl }})
+![diffoscope output of the two different builds of the same coreboot image]({{ "/images/docs/uninitialized_memory.png" | prepend: site.basurl }})
 
 The code used to write a data structure directly without initializing
 all its fields. The fix was pretty simple once identified:

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