[buildinfo.debian.net] 27/35: Describe what the site is better.
Chris Lamb
chris at chris-lamb.co.uk
Thu Nov 3 19:02:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository buildinfo.debian.net.
commit 86e32a93f9ac610e70be7cfe0b670e4e311efeec
Author: Chris Lamb <lamby at debian.org>
Date: Mon Oct 24 22:21:10 2016 +0100
Describe what the site is better.
Signed-off-by: Chris Lamb <lamby at debian.org>
---
templates/static/landing.html | 29 +++++++++++++++++++++++++++--
1 file changed, 27 insertions(+), 2 deletions(-)
diff --git a/templates/static/landing.html b/templates/static/landing.html
index ad55cd8..d65d3d2 100644
--- a/templates/static/landing.html
+++ b/templates/static/landing.html
@@ -8,7 +8,6 @@
<div class="container">
<br>
- <br>
<div class="jumbotron">
<h1>
@@ -16,10 +15,36 @@
</h1>
<h2>
- Proof of concept <code>.buildinfo</code> server
+ A proof-of-concept <code>.buildinfo</code> server
</h2>
</div>
+ <div class="well">
+ <h2>
+ What is this site?
+ </h2>
+
+ <p>
+ In order to build packages reproducibly, you not only need identical
+ sources but also some external definition of the environment used for a
+ particular build. This definition includes the inputs and the outputs
+ and—in the Debian case—are available in a
+ <code>$package_$architecture_$version.buildinfo</code> file.
+ </p>
+
+ <p>
+ It is not currently clear how these files could or should be handled in
+ practice, hence the creation of this server to investigate.
+ </p>
+ </div>
+
+ <div class="alert alert-warning">
+ <strong>WARNING:</strong>
+ The layout, data and schema of this site are highly unstable; please don't
+ rely on anything just yet.
+ </div>
+
+
<div class="row">
<div class="col-xs-12">
<h4>Latest submissions ({{ num_submissions|intcomma }} total):</h4>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git
More information about the Reproducible-commits
mailing list