diff options
author | Jamie McClelland <jm@mayfirst.org> | 2008-09-16 10:01:58 -0400 |
---|---|---|
committer | Jamie McClelland <jm@mayfirst.org> | 2008-09-16 10:01:58 -0400 |
commit | 52301633710bda1bd36fe405dedee386554894b2 (patch) | |
tree | 1cf478b7faeace8968527ba87a365d78edf29445 /website/bugs/make-tarball-is-not-idempotent.mdwn | |
parent | 5ae4c1f6706c0de758b2e77e34bab1c2b2162c7d (diff) | |
parent | 86d072e02c75f1c0e84d4f5c51c2e034fa84de21 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'website/bugs/make-tarball-is-not-idempotent.mdwn')
-rw-r--r-- | website/bugs/make-tarball-is-not-idempotent.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/website/bugs/make-tarball-is-not-idempotent.mdwn b/website/bugs/make-tarball-is-not-idempotent.mdwn new file mode 100644 index 0000000..03779c5 --- /dev/null +++ b/website/bugs/make-tarball-is-not-idempotent.mdwn @@ -0,0 +1,12 @@ +[[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 |