[Git][reproducible-builds/reproducible-website][master] 11 commits: Marrakesh 2019: unhide the event page
Holger Levsen
gitlab at salsa.debian.org
Sun Sep 22 16:14:56 UTC 2019
Holger Levsen pushed to branch master at Reproducible Builds / reproducible-website
Commits:
98960c40 by Holger Levsen at 2019-09-22T11:43:44Z
Marrakesh 2019: unhide the event page
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
4ce116e0 by Holger Levsen at 2019-09-22T11:47:00Z
stop mentioning IRC meetings as we stopped having them
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
7b6d0330 by Holger Levsen at 2019-09-22T11:47:50Z
Marrakesh 2019: trivial language improvement
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
692cd67e by Holger Levsen at 2019-09-22T12:07:51Z
include link to Testing Framework in all navigation elements and make it look like the other links
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
68c626cd by Holger Levsen at 2019-09-22T13:06:09Z
fix typo
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3ae59dfb by Holger Levsen at 2019-09-22T13:25:09Z
add news entry about the Marrakesh summit
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2e1d6ba1 by Holger Levsen at 2019-09-22T13:25:30Z
show last 5 news entries
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
81acdf97 by Holger Levsen at 2019-09-22T13:29:38Z
add events back to navigation bars
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
e1b1cf5d by Holger Levsen at 2019-09-22T13:33:56Z
restructure order of entries in navigation bars
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
40a6371d by Holger Levsen at 2019-09-22T13:40:15Z
differentiate between news and reports on frontpage
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
5fb572a5 by Holger Levsen at 2019-09-22T13:46:54Z
Marrakesh 2019: use pic from actual venue and rename filename to match publication date
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
13 changed files:
- _events/marrakesh2019/index.html
- _includes/nav_buttons.html
- _includes/navbar.html
- _includes/navbar_side.html
- _posts/2018-09-13-reproducible-builds-paris-meeting.markdown
- + _posts/2019-09-15-reproducible-builds-marrakesh-meeting.md
- contribute/index.md
- _events/index.md → events.md
- index.md
- news.md
- resources.md
- tools.md
- who.md
Changes:
=====================================
_events/marrakesh2019/index.html
=====================================
@@ -2,7 +2,7 @@
layout: default
title: Marrakesh 2019
permalink: /events/Marrakesh2019/
-event_hide: true
+event_hide: false
event_date: 2019-12-01
event_date_string: December 1st-8th 2019 with December 3rd-5th as 'core days'
event_location: Marrakesh, Morocco
@@ -16,7 +16,7 @@ event_summary: Seven days of hacking including a three-day workshop to continue
<p>As a follow up to the four previous reproducible builds workshops in
<a href="{{ "/events/athens2015/" | prepend: site.baseurl }}">Athens 2015</a>,
<a href="{{ "/events/berlin2016/" | prepend: site.baseurl }}">Berlin 2016</a>,
- <a href="{{ "/events/berlin2017/" | prepend: site.baseurl }}">Berlin 2017</a>,
+ <a href="{{ "/events/berlin2017/" | prepend: site.baseurl }}">Berlin 2017</a> and
<a href="{{ "/events/paris2018/" | prepend: site.baseurl }}">Paris 2018</a>,
the reproducible builds folks will meet again in Marrakesh.
</p>
=====================================
_includes/nav_buttons.html
=====================================
@@ -1,4 +1,5 @@
{% assign sorted_pages = site.pages | sort:"order" %}
<p class="text-center">
{% for page in sorted_pages %}{% if page.title and page.order > 0 %}<a class="btn btn-outline-primary m-2" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>{% endif %}{% endfor %}
+<a class="btn btn-outline-primary m-2" href="https://tests.reproducible-builds.org/" target="_new">Testing framework</a>
</p>
=====================================
_includes/navbar.html
=====================================
@@ -16,6 +16,9 @@
</li>
{% endif %}
{% endfor %}
+ <li class="nav-item">
+ <a class="nav-link" href="https://tests.reproducible-builds.org/" target="_new">Testing framework</a>
+ </li>
</ul>
</div>
</nav>
=====================================
_includes/navbar_side.html
=====================================
@@ -9,8 +9,8 @@
{% endif %}
{% endfor %}
- <li class="list-group-item rb-main-sidebar mt-3">
- <a href="https://tests.reproducible-builds.org/" target="_new" class="btn btn-sm btn-outline-primary">Testing framework</a>
+ <li class="list-group-item rb-main-sidebar">
+ <a href="https://tests.reproducible-builds.org/" target="_new" class="sidebar__link__darkGray">Testing framework</a>
</li>
</ul>
</div>
=====================================
_posts/2018-09-13-reproducible-builds-paris-meeting.markdown
=====================================
@@ -7,7 +7,7 @@ categories: org
People interested in reproducible builds will meet again! This will be the fourth summit following our [November 2017 summit in Berlin]({{ "/events/berlin2017/" | prepend: site.baseurl }}), the [December 2016 summit in Berlin]({{ "/events/berlin2016/" | prepend: site.baseurl }}) and our [December 2015 summit in Athens]({{ "/events/athens2015/" | prepend: site.baseurl }}).
-As this [three-day event in Paris]({{ "/events/paris2018/" | prepend: site.baseurl }}) we will welcome both previous attendees and new projects alike. The participants will discuss, connect and exchange ideas in order to grow the reproducible builds effort. We will bring this space into life:
+At this [three-day event in Paris]({{ "/events/paris2018/" | prepend: site.baseurl }}) we will welcome both previous attendees and new projects alike. The participants will discuss, connect and exchange ideas in order to grow the reproducible builds effort. We will bring this space into life:
![]({{ "/images/paris2018/salle-des-fetes.jpg" | prepend: site.baseurl }})
=====================================
_posts/2019-09-15-reproducible-builds-marrakesh-meeting.md
=====================================
@@ -0,0 +1,29 @@
+---
+layout: post
+title: "Reproducible Builds Marrakesh meeting"
+date: 2019-09-15 13:37:42
+categories: org
+---
+
+People interested in reproducible builds will meet again! This will be the fifth summit following our [December 2018 summit in Paris]({{ "/events/paris2018/" | prepend: site.baseurl }}), the [November 2017 summit in Berlin]({{ "/events/berlin2017/" | prepend: site.baseurl }}), the [December 2016 summit in Berlin]({{ "/events/berlin2016/" | prepend: site.baseurl }}) and our [December 2015 summit in Athens]({{ "/events/athens2015/" | prepend: site.baseurl }}).
+
+Compared to previous summits the format will slightly change: this time, the three core days will be surrounded by up to five days for hacking and further collaboration.
+
+Like last years at this now (up to) [eight-day event in Marakesh]({{ "/events/marakesh2019/" | prepend: site.baseurl }}) we will welcome both previous attendees and new projects alike. The participants will discuss, connect and exchange ideas in order to grow the reproducible builds effort. We will bring this space into life:
+
+ <img src="/images/marrakesh2019/IMG_20190311_090022.jpg" width="640px" />
+
+Whilst the exact content of the meeting will be shaped by the participants, the main goals will include:
+
+ * Update & exchange about the status of reproducible builds in various projects.
+ * Improve collaboration both between and inside projects.
+ * Expand the scope and reach of reproducible builds to more projects.
+ * Work together and hack on solutions.
+ * Establish space for more strategic and long-term thinking than is possible in virtual channels.
+ * Brainstorm designs on tools enabling users to get the most benefits from reproducible builds.
+ * Discuss how reproducible builds will be usable and meaningful to users and developers alike.
+
+Logs and minutes will be published after the meeting.
+
+Please [reach out]({{ "/events/marakesh2019" | prepend: site.baseurl }}) if you'd like to participate in hopefully interesting, inspiring and intense technical sessions about reproducible builds and beyond!
+
=====================================
contribute/index.md
=====================================
@@ -2,7 +2,7 @@
layout: default
title: Contribute
permalink: /contribute/
-order: 6
+order: 1
---
# Contribute
=====================================
_events/index.md → events.md
=====================================
@@ -2,16 +2,14 @@
layout: default
title: Events
permalink: /events/
-order: 4
+order: 6
---
# Events
-Irregular events are organized to exchange ideas about reproducible builds, get
+Events are organized to exchange ideas about reproducible builds, get
a better understanding or cooperate on improving code or specifications.
-We meet on IRC twice a month; see the [mailing list](/resources/) for the next
-meeting's date and agenda. [Summaries and full text archives](http://meetbot.debian.net/reproducible-builds/) of previous meetings are automatically published.
{% assign sorted_events = site.events | sort: 'event_date' | reverse %}
{% for page in sorted_events %}
=====================================
index.md
=====================================
@@ -77,7 +77,7 @@ the original build**.
Learn more about [how to make your software build reproducibly…]({{ "/docs" | prepend: site.baseurl }})
-## News
+## Recent monthly reports
<ul class="list-unstyled">
{% assign reports = site.reports | sort: 'year, month' | where: 'draft', 'false' | reverse %}
@@ -87,7 +87,12 @@ Learn more about [how to make your software build reproducibly…]({{ "/docs" |
<a href="{{ x.url | prepend: site.baseurl }}">{{ x.title }}</a>
</li>
{% endfor %}
+</ul>
+Explore older [reports]({{ "/reports" | prepend: site.baseurl }}).
+
+## Recent news
+<ul class="list-unstyled">
{% for post in site.posts limit: 3 %}
<li>
<span class="text-muted">{{ post.date | date: "%b %-d, %Y" }}</span>:
@@ -95,6 +100,7 @@ Learn more about [how to make your software build reproducibly…]({{ "/docs" |
</li>
{% endfor %}
</ul>
+Explore older [news]({{ "/news" | prepend: site.baseurl }}).
<br>
=====================================
news.md
=====================================
@@ -2,13 +2,13 @@
layout: default
title: News
permalink: /news/
-order: 1
+order: 5
---
# News
<ul class="list-unstyled">
- {% for post in site.posts limit: 3 %}
+ {% for post in site.posts limit: 5 %}
<li>
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
<small class="text-muted">{{ post.date | date: "%b %-d, %Y" }}</small>
=====================================
resources.md
=====================================
@@ -2,7 +2,7 @@
layout: default
title: Talks
permalink: /resources/
-order: 3
+order: 7
---
# Talks & Resources
=====================================
tools.md
=====================================
@@ -2,7 +2,7 @@
layout: default
title: Tools
permalink: /tools/
-order: 4
+order: 3
---
# Tools
=====================================
who.md
=====================================
@@ -2,7 +2,7 @@
layout: default
title: Who is involved?
permalink: /who/
-order: 5
+order: 4
---
# Who is involved?
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/d97c87fc24b868c036e016003cc670d1dc2881a4...5fb572a59e5cadb28ce9dd4d0eae08a2cc8e536b
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/d97c87fc24b868c036e016003cc670d1dc2881a4...5fb572a59e5cadb28ce9dd4d0eae08a2cc8e536b
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/20190922/96bc5e64/attachment.html>
More information about the rb-commits
mailing list