Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop duplicate section
· c49d39f6
Chris Lamb
authored
May 20, 2018
c49d39f6
Misc tidying
· e650750c
Chris Lamb
authored
May 20, 2018
e650750c
Hide whitespace changes
Inline
Side-by-side
2018-05-20-MiniDebConf-Hamburg/index.html
View file @
e650750c
...
...
@@ -177,17 +177,19 @@ It’s only Free Software if it’s reproducible!</p>
<!-- review blog posts from past ~30 weeks -->
<section
class=
"title"
data-background=
"images/minidebconf-front1.svg.png"
data-background-size=
"15%"
data-background-position=
"90% 10%"
>
<h3>
New since DebConf17 Montreal
</h3>
<h2>
New since DebConf17 Montreal
</h2>
</section>
<section
class=
"title"
data-background=
"images/minidebconf-front1.svg.png"
data-background-size=
"15%"
data-background-position=
"90% 10%"
>
<p
class=
"fragment"
>
Migration to salsa.d.o
</p>
<p
class=
"fragment"
>
3rd Reproducible Builds Summit
,
in Berlin
</p>
<p
class=
"fragment"
>
3rd Reproducible Builds Summit in Berlin
</p>
<p
class=
"fragment"
>
Logo discussion
&
voting
</p>
<img
class=
"fragment"
src=
"images/logo.jpg"
width=
"584"
height=
"154"
>
<p
class=
"fragment"
>
T
his is the final logo, but
<b>
not
</b>
the final
font and font color...!)
<p
class=
"fragment"
>
<small>
T(
his is the final logo, but
not
the final
typeface/colour
…
)
</small></p>
</section>
<section
class=
"title"
data-background=
"images/minidebconf-front1.svg.png"
data-background-size=
"15%"
data-background-position=
"90% 10%"
>
<h3>
New since DebConf17 Montreal
</h3>
<p>
GCC -fmacro-prefix-map
</p>
<p>
GCC
<code>
-fmacro-prefix-map
</code></p>
<pre
class=
"fragment"
>
#include
<
stdio.h
>
int main() {
fprintf(stderr, "error at %s line %l", __FILE__, __LINE__); return 1;
...
...
@@ -205,26 +207,6 @@ int main() {
</section>
<section
class=
"title"
data-background=
"images/minidebconf-front1.svg.png"
data-background-size=
"15%"
data-background-position=
"90% 10%"
>
<h3>
New since DebConf17 Montreal
</h3>
<p>
GCC -fmacro-prefix-map
</p>
<pre>
#include
<
stdio.h
>
int main() {
fprintf(stderr, "error at %s line %l", __FILE__, __LINE__); return 1;
}
</pre>
<div
class=
"fragment"
/>
<hr
/>
<pre>
$ /usr/lib/gcc-snapshot/bin/gcc -o main
<strong>
-fmacro-prefix-map=/home/user=/build
</strong>
/home/user/main.c
</pre></div>
<div
class=
"fragment"
/>
<pre>
$ strings main | grep ^/
/lib64/ld-linux-x86-64.so.2
<strong>
/build
</strong>
/main.c
</pre></div>
</section>
<section
class=
"title"
data-background=
"images/minidebconf-front1.svg.png"
data-background-size=
"15%"
data-background-position=
"90% 10%"
>
<h3>
New since DebConf17 Montreal
</h3>
<p>
#890195: Testing for unnecessary Build-Depends
</p>
</section>
...
...