summaryrefslogtreecommitdiff
path: root/website/bugs/make-tarball-is-not-idempotent.mdwn
diff options
context:
space:
mode:
authorJameson Rollins <jrollins@finestructure.net>2010-03-23 02:12:33 -0400
committerJameson Rollins <jrollins@finestructure.net>2010-03-23 02:12:33 -0400
commitdbeab30f940705e3813746ccf7480619d8261d37 (patch)
tree099a0b3224b666bfc1289462f1a6d01a24763102 /website/bugs/make-tarball-is-not-idempotent.mdwn
parent0f6ef9923f4d70e2a79edd898f6ac46b617480c9 (diff)
parent2f9fe93b98ed32b662212899db6ba2174c1138d3 (diff)
Merge remote branch 'mjgoins/master'
Conflicts: doc/george/changelog
Diffstat (limited to 'website/bugs/make-tarball-is-not-idempotent.mdwn')
-rw-r--r--website/bugs/make-tarball-is-not-idempotent.mdwn12
1 files changed, 0 insertions, 12 deletions
diff --git a/website/bugs/make-tarball-is-not-idempotent.mdwn b/website/bugs/make-tarball-is-not-idempotent.mdwn
deleted file mode 100644
index 8e207e4..0000000
--- a/website/bugs/make-tarball-is-not-idempotent.mdwn
+++ /dev/null
@@ -1,12 +0,0 @@
-[[!meta title="make tarball is not idempotent" ]]
-
-The current monkeysphere Makefile has a "tarball" target, which
-produces the "upstream tarball". Unfortunately, it is not idempotent.
-That is, if you run it twice in a row (without changing any other
-source), the second .orig.tar.gz file is bytewise different from the
-first.
-
-We should fix this so that the tarball generated is the same at least
-as long as no local file has been touched.
-
---dkg