[Reproducible-commits] [source-date-epoch-spec] 01/01: Initial commit.

Chris Lamb lamby at moszumanska.debian.org
Sat Aug 22 12:07:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository source-date-epoch-spec.

commit 7397e29e6404e205c16d75ff05ff440867dcae4f
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Aug 22 13:43:48 2015 +0200

    Initial commit.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 .gitignore                 |  1 +
 Makefile                   |  7 +++++++
 README                     | 17 +++++++++++++++++
 source-date-epoch-spec.xml | 29 +++++++++++++++++++++++++++++
 4 files changed, 54 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2d19fc7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.html
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..73da7e1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all: source-date-epoch-spec.html
+
+%.html: %.xml
+	xmlto html-nochunks $<
+
+clean:
+	rm -f source-date-epoch-spec.html
diff --git a/README b/README
new file mode 100644
index 0000000..65a27f6
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+source-date-epoch-spec
+======================
+
+This repository contains the SOURCE_DATE_EPOCH specification.
+
+To discuss the specifications, you may use the reproducible-builds mailing
+list:
+
+  https://lists.alioth.debian.org/mailman/listinfo/reproducible-builds
+
+
+How to report issues
+====================
+
+Issues should be reported to the reproducible-builds mailing list:
+
+   https://lists.alioth.debian.org/mailman/listinfo/reproducible-builds
diff --git a/source-date-epoch-spec.xml b/source-date-epoch-spec.xml
new file mode 100644
index 0000000..7d5551f
--- /dev/null
+++ b/source-date-epoch-spec.xml
@@ -0,0 +1,29 @@
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+]>
+<article id="index">
+<articleinfo>
+	<authorgroup>
+		<author>
+			<firstname>Chris</firstname>
+			<surname>Lamb</surname>
+			<affiliation>
+				<address>
+					<email>lamby at debian.org</email>
+				</address>
+			</affiliation>
+		</author>
+	</authorgroup>
+
+	<title>The SOURCE_DATE_EPOCH environment variable</title>
+	<pubdate>22 August 2015</pubdate>
+</articleinfo>
+
+<sect1>
+	<title>Reproducible builds</title>
+	<para>
+		..
+	</para>
+</sect1>
+
+</article>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/source-date-epoch-spec.git



More information about the Reproducible-commits mailing list