[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: website: posts: Add missing tags and harmonize.
From: |
Ludovic Courtès |
Subject: |
03/12: website: posts: Add missing tags and harmonize. |
Date: |
Sun, 30 Jul 2017 16:23:16 -0400 (EDT) |
civodul pushed a commit to branch wip-website-update
in repository guix-artwork.
commit e557e48021b58ca966a079d9ef1d26c6e7ee9cb9
Author: Ludovic Courtès <address@hidden>
Date: Sat Jul 29 16:55:17 2017 +0200
website: posts: Add missing tags and harmonize.
* website/posts/gnu-guix-talk-in-rennes-france-november-9th.sxml,
website/posts/growing-our-build-farm.html,
website/posts/guix-at-openbio-codefest-2014.sxml,
website/posts/meet-guix-at-fosdem-2017.html,
website/posts/meet-guix-at-fosdem.sxml,
website/posts/reproducible-build-summit.html,
website/posts/reproducible-builds-a-means-to-an-end.sxml: Add missing
tags. Use "Reproducible builds" instead of "Software reproducibility".
---
website/posts/gnu-guix-talk-in-rennes-france-november-9th.sxml | 2 +-
website/posts/growing-our-build-farm.html | 1 +
website/posts/guix-at-openbio-codefest-2014.sxml | 2 +-
website/posts/meet-guix-at-fosdem-2017.html | 1 +
website/posts/meet-guix-at-fosdem.sxml | 2 +-
website/posts/reproducible-build-summit.html | 1 +
website/posts/reproducible-builds-a-means-to-an-end.sxml | 2 +-
7 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/website/posts/gnu-guix-talk-in-rennes-france-november-9th.sxml
b/website/posts/gnu-guix-talk-in-rennes-france-november-9th.sxml
index 84dc307..f4d3466 100644
--- a/website/posts/gnu-guix-talk-in-rennes-france-november-9th.sxml
+++ b/website/posts/gnu-guix-talk-in-rennes-france-november-9th.sxml
@@ -6,7 +6,7 @@
(author . "Ludovic Courtès")
(date unquote (make-date 0 0 0 0 2 11 2015 3600))
(tags unquote (list "Functional package management"
- "Software reproducibility"
+ "Reproducible builds"
"Software deployment"
"Talks"
"Transactional upgrades"))
diff --git a/website/posts/growing-our-build-farm.html
b/website/posts/growing-our-build-farm.html
index 7472a96..2034d6c 100644
--- a/website/posts/growing-our-build-farm.html
+++ b/website/posts/growing-our-build-farm.html
@@ -1,6 +1,7 @@
title: Growing Our Build Farm
date: 2016-11-10 11:30
author: Andreas Enge
+tags: Build farm, LibreBoot
---
<div> <!-- needed to placate Haunt's 'html-reader' -->
<p>
diff --git a/website/posts/guix-at-openbio-codefest-2014.sxml
b/website/posts/guix-at-openbio-codefest-2014.sxml
index 44c7c7c..dcc0ea1 100644
--- a/website/posts/guix-at-openbio-codefest-2014.sxml
+++ b/website/posts/guix-at-openbio-codefest-2014.sxml
@@ -4,7 +4,7 @@
(author . "David Thompson")
(date unquote (make-date 0 0 0 0 13 7 2014 7200))
(tags unquote (list "Bioinformatics"
- "Software reproducibility"
+ "Reproducible builds"
"Talks"))
(content
div
diff --git a/website/posts/meet-guix-at-fosdem-2017.html
b/website/posts/meet-guix-at-fosdem-2017.html
index c775582..607a185 100644
--- a/website/posts/meet-guix-at-fosdem-2017.html
+++ b/website/posts/meet-guix-at-fosdem-2017.html
@@ -2,6 +2,7 @@ title: Meet Guix at FOSDEM
slug: meet-guix-at-fosdem-2017
date: 2017-01-17 14:30:00
author: Ludovic Courtès
+tags: FOSDEM
---
<div> <!-- needed to placate Haunt's 'html-reader' -->
<p>
diff --git a/website/posts/meet-guix-at-fosdem.sxml
b/website/posts/meet-guix-at-fosdem.sxml
index b7a8cba..2383537 100644
--- a/website/posts/meet-guix-at-fosdem.sxml
+++ b/website/posts/meet-guix-at-fosdem.sxml
@@ -6,7 +6,7 @@
(tags unquote (list "FOSDEM"
"GNU/Hurd"
"High-performance computing"
- "Software reproducibility"
+ "Reproducible builds"
"Talks"))
(content
div
diff --git a/website/posts/reproducible-build-summit.html
b/website/posts/reproducible-build-summit.html
index f2506b8..c1e906c 100644
--- a/website/posts/reproducible-build-summit.html
+++ b/website/posts/reproducible-build-summit.html
@@ -1,6 +1,7 @@
title: Reproducible Build Summit, 2nd Edition
date: 2016-12-16 18:00
author: Ludovic Courtès, John Darrington, Ricardo Wurmus
+tags: Reproducible builds
---
<div> <!-- needed to placate Haunt's 'html-reader' -->
<p>
diff --git a/website/posts/reproducible-builds-a-means-to-an-end.sxml
b/website/posts/reproducible-builds-a-means-to-an-end.sxml
index b2da577..9ad938b 100644
--- a/website/posts/reproducible-builds-a-means-to-an-end.sxml
+++ b/website/posts/reproducible-builds-a-means-to-an-end.sxml
@@ -5,7 +5,7 @@
(author . "Ludovic Courtès")
(date unquote
(make-date 0 0 0 0 11 11 2015 3600))
- (tags unquote (list "Software reproducibility"))
+ (tags unquote (list "Reproducible builds"))
(content
div
(h4 "What we stand for")
- branch wip-website-update created (now 967e275), Ludovic Courtès, 2017/07/30
- 05/12: website: utils: 'paginate' correctly handles the case with zero items., Ludovic Courtès, 2017/07/30
- 04/12: website: Rename 'guix.scm' to 'build.scm'., Ludovic Courtès, 2017/07/30
- 03/12: website: posts: Add missing tags and harmonize.,
Ludovic Courtès <=
- 02/12: website: packages: Ignore third-party packages., Ludovic Courtès, 2017/07/30
- 08/12: website: packages: Add the commit in package source URLs., Ludovic Courtès, 2017/07/30
- 07/12: website: packages: Interpret synopsis/description Texinfo., Ludovic Courtès, 2017/07/30
- 11/12: website: Use actual GuixSD screenshots., Ludovic Courtès, 2017/07/30
- 09/12: website: packages: Fix typo., Ludovic Courtès, 2017/07/30
- 10/12: website: packages: Implement patch links., Ludovic Courtès, 2017/07/30
- 06/12: website: packages: Implement grouping by letter., Ludovic Courtès, 2017/07/30
- 12/12: website: "download", not "test"., Ludovic Courtès, 2017/07/30