[Git][reproducible-builds/reproducible-website][master] 4 commits: Drop fullstop.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Tue Jun 29 10:44:07 UTC 2021



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
60347ac8 by Chris Lamb at 2021-06-29T11:36:05+01:00
Drop fullstop.

- - - - -
e9f44eae by Chris Lamb at 2021-06-29T11:37:30+01:00
Reduce the amount of bolded text.

- - - - -
326bacd5 by Chris Lamb at 2021-06-29T11:38:05+01:00
Use ellipsis.

- - - - -
a1b9aeda by Chris Lamb at 2021-06-29T11:43:47+01:00
Update link and logo to Google Open Source Security Team.

- - - - -


3 changed files:

- _data/sponsors.yml
- assets/images/sponsors/google-open-source.png
- index.md


Changes:

=====================================
_data/sponsors.yml
=====================================
@@ -1,6 +1,6 @@
 platinum:
-  - name: Google Open Source Office
-    url: https://opensource.google.com/
+  - name: Google Open Source Security Team
+    url: https://security.googleblog.com/
     logo: google-open-source.png
 gold: []
 silver:


=====================================
assets/images/sponsors/google-open-source.png
=====================================
Binary files a/assets/images/sponsors/google-open-source.png and b/assets/images/sponsors/google-open-source.png differ


=====================================
index.md
=====================================
@@ -48,8 +48,8 @@ are essentially invisible to its original authors and users alike.
 
 The motivation behind the **Reproducible Builds** project is therefore to allow
 verification that no vulnerabilities or backdoors have been introduced during
-this compilation process. By promising **identical results** are always
-generated from a given source, this allows **multiple third parties** to come
+this compilation process. By promising identical results are always
+generated from a given source, this allows multiple third parties to come
 to a consensus on a "correct" result, highlighting any deviations as suspect
 and worthy of scrutiny.
 
@@ -63,17 +63,17 @@ already, or will soon, provide reproducible builds.
 
 ## How?
 
-First, the **build system needs to be made entirely deterministic**:
+First, the **build system** needs to be made entirely deterministic:
 transforming a given source must always create the same result. For example,
 the current date and time must not be recorded and output always has to be
 written in the same order.
 
 Second, the set of tools used to perform the build and more generally the
-**build environment** should either be **recorded or pre-defined**.
+**build environment** should either be recorded or pre-defined.
 
 Third, users should be given a way to recreate a close enough build
-environment, perform the build process, and **validate that the output matches
-the original build**.
+environment, perform the build process, and **validate** that the output matches
+the original build.
 
 Learn more about [how to make your software build reproducibly…]({{ "/docs" | relative_url }})
 
@@ -89,7 +89,7 @@ Learn more about [how to make your software build reproducibly…]({{ "/docs" |
     {% endfor %}
 </ul>
 
-([See all reports]({{ "/news/" | relative_url }}))
+([See all reports…]({{ "/news/" | relative_url }}))
 
 ## Recent news
 
@@ -102,7 +102,7 @@ Learn more about [how to make your software build reproducibly…]({{ "/docs" |
     {% endfor %}
 </ul>
 
-([See all]({{ "/news/" | relative_url }}).)
+([See all…]({{ "/news/" | relative_url }}))
 
 
 {% assign sponsors = site.data.sponsors.platinum | sort: 'name' %}



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/b4d2fee23c688210404c73e9d431f91f578e269c...a1b9aedacd5679d38c76d30c82093cb27cb7f4fd

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/compare/b4d2fee23c688210404c73e9d431f91f578e269c...a1b9aedacd5679d38c76d30c82093cb27cb7f4fd
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20210629/e7ce209f/attachment.htm>


More information about the rb-commits mailing list