[Reproducible-builds] [strip-nondeterminism] 02/06: Update README and TODO files

Andrew Ayer agwa at andrewayer.name
Sun Sep 14 05:14:42 UTC 2014


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

agwa-guest pushed a commit to branch master
in repository strip-nondeterminism.

commit 8457dd543e6ee91abb0400e970a262c07f2e5036
Author: Andrew Ayer <agwa at andrewayer.name>
Date:   Sat Sep 13 16:53:54 2014 -0700

    Update README and TODO files
---
 README | 14 ++++++++++----
 TODO   |  7 +++++--
 2 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 60525c3..f1ce8b4 100644
--- a/README
+++ b/README
@@ -1,4 +1,10 @@
-strip-nondeterminism is a tool to strip bits of non-deterministic
-information, such as timestamps, from files.  It can be used as
-a post-processing step to make a build reproducible, when the build
-process itself cannot be made deterministic.
+StripNondeterminism is a Perl module for stripping bits of
+non-deterministic information, such as timestamps and file system
+order, from files such as gzipped files, ZIP archives, and Jar files.
+It can be used as a post-processing step to make a build reproducible,
+when the build process itself cannot be made deterministic.  It is used
+as part of the Reproducible Builds project.
+
+strip-nondeterminism contains the StripNondeterminism Perl module, the
+strip-nondeterminism command line utility, and the dh_strip_nondeterminism
+Debhelper add-on.
diff --git a/TODO b/TODO
index 8020fc4..d0b21a1 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,13 @@
 Write handlers for:
 	[DONE] gzip
-	javadocs
+	[DONE] javadoc
 	[DONE] ar
+	[DONE] zip
+	[DONE] jar
+	javadoc embedded inside jar file
 	...
 
 [DONE] Write main strip-nondeterminism command
 	It would just parse command line arguments and then execute the correct handler
 
-Write dh_strip_nondeterminism
+[DONE] Write dh_strip_nondeterminism

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/strip-nondeterminism.git



More information about the Reproducible-builds mailing list