[buildinfo.debian.net] 05/05: Drop deprecated node documentation.
Chris Lamb
chris at chris-lamb.co.uk
Fri Nov 4 12:27:25 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 4cd9a5a96f217311e73addff6ce6d7c605d0ad8d
Author: Chris Lamb <lamby at debian.org>
Date: Fri Nov 4 12:27:07 2016 +0000
Drop deprecated node documentation.
---
templates/static/landing.html | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/templates/static/landing.html b/templates/static/landing.html
index e2291b9..aca8c14 100644
--- a/templates/static/landing.html
+++ b/templates/static/landing.html
@@ -69,27 +69,11 @@
<div class="col-xs-12">
<h3>Quick-start</h3>
- <br>
-
- <h4>
- Submit a <code>.buildinfo</code>:
- </h4>
<p>
<code>
$ gpg --output=- --clearsign <em>my.buildinfo</em> | curl -X PUT --max-time 30 --data-binary @- {{ settings.SITE_URL }}{% url "api:submit" %}
</code>
</p>
-
- <br>
-
- <h4>
- Submit a <code>.buildinfo</code> with optional <code>?node=X</code> metadata:
- </h4>
- <p>
- <code>
- $ gpg --output=- --clearsign <em>my.buildinfo</em> | curl -X PUT --max-time 30 --data-binary @- {{ settings.SITE_URL }}{% url "api:submit" %}?node=$(hostname -a)
- </code>
- </p>
</div>
</div>
</div>
--
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