[Reproducible-commits] [reference-card] 01/01: very first version of a reproducible builds reference card… please help :)
Holger Levsen
holger at layer-acht.org
Mon May 23 08:57:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository reference-card.
commit 4bbc32f809fdaeaa342b6fe30fcd023ab56080e7
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 23 10:56:30 2016 +0200
very first version of a reproducible builds reference card… please help :)
---
Makefile | 15 ++++++++++++++
README | 5 +++++
reference-card.txt | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 81 insertions(+)
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..37d0f92
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,15 @@
+DOCS_GENERATED = reference-card.html
+
+all: build
+
+build: build-stamp
+
+build-stamp: $(DOCS_GENERATED) Makefile
+ touch $@
+
+reference-card.html: reference-card.txt
+ a2x --copy -f xhtml -r /etc/asciidoc/ reference-card.txt
+
+clean:
+ rm -f build-stamp docbook-xsl.css
+ rm -f $(DOCS_GENERATED)
diff --git a/README b/README
new file mode 100644
index 0000000..43b4d3f
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
+this is work in progress
+this work has just begun
+this repo might be renamed in future…
+
+
diff --git a/reference-card.txt b/reference-card.txt
new file mode 100644
index 0000000..c743cca
--- /dev/null
+++ b/reference-card.txt
@@ -0,0 +1,61 @@
+reproducible builds reference card
+==================================
+:Author: Holger Levsen
+:Authorinitials: holger
+:EMail: holger at layer-acht.org
+:Status: working, in progress
+:lang: en
+:Doctype: article
+:License: WTFPL
+
+
+== Git repos
+
+=== Tools
+
+alioth project
+git
+ /srv/git.debian.org/git/reproducible/
+ ./setup-repository reference-card
+ list+describe repos…
+ - done at https://anonscm.debian.org/git/reproducible/
+
+=== Weekly reports
+
+misc.git
+ tools for notes
+ tooles to write blog
+blog.git
+
+=== For testing reproducibility issues
+
+rebuilder.sh
+remote_scheduler
+ artefacts are ke
+
+== IRC
+
+=== Channels
+
+some on irc.oftc.net
+
+
+=== Bot notifications
+
+pt 4h
+package notifications
+json
+
+== Generic documentation
+
+S_D_E spec
+r-b.o/docs
+wiki-pages…
+
+== Communication
+
+lists
+irc channel
+ twitter bot
+ kgb
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reference-card.git
More information about the Reproducible-commits
mailing list