Skip to content
Commits on Source (11)
......@@ -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>
......
{% 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>
......@@ -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>
......@@ -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>
......@@ -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 }})
......
---
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!
......@@ -2,7 +2,7 @@
layout: default
title: Contribute
permalink: /contribute/
order: 6
order: 1
---
# Contribute
......
......@@ -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 %}
......
......@@ -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>
......
......@@ -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>
......
......@@ -2,7 +2,7 @@
layout: default
title: Talks
permalink: /resources/
order: 3
order: 7
---
# Talks & Resources
......
......@@ -2,7 +2,7 @@
layout: default
title: Tools
permalink: /tools/
order: 4
order: 3
---
# Tools
......
......@@ -2,7 +2,7 @@
layout: default
title: Who is involved?
permalink: /who/
order: 5
order: 4
---
# Who is involved?
......