monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: 1cf0ca


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.source-tree-cleanup: 1cf0cabca9d15a740b30f46d68069a8377aea974
Date: Mon, 24 Jan 2011 14:29:16 GMT

revision:            1cf0cabca9d15a740b30f46d68069a8377aea974
date:                2011-01-24T01:12:43
author:              address@hidden
branch:              net.venge.monotone.source-tree-cleanup
changelog:
Use bzip2 compression instead of gzip for our tarball. This shaves
off roughly 25% of the resulting file size and makes lifes for
packagers on some distros easier which require bzip2 or better
compression for their cached tarballs.

manifest:
format_version "1"

new_manifest [e32a80593184fc2d1a2a002cbd94909d6cad4fc5]

old_revision [80e2ae7c591336ae927ea6bcfd7fabf2e6336179]

patch "configure.ac"
 from [0fcb431941c3d15b999ee541dbb2fa9635e94499]
   to [3d8987d41ef4e7a33e5a3adfeaca9d7a007b51bc]

patch "notes/release-checklist.txt"
 from [3bc16e6e5500f52fb91e2e5b38dfba553eca9c84]
   to [35f3d24d6b4d0c1fe4d933764e4196135edf6925]
============================================================
--- configure.ac	0fcb431941c3d15b999ee541dbb2fa9635e94499
+++ configure.ac	3d8987d41ef4e7a33e5a3adfeaca9d7a007b51bc
@@ -11,7 +11,7 @@ AC_INIT([monotone], [1.0dev], [monotone-
 
 AC_PREREQ(2.58)
 AC_INIT([monotone], [1.0dev], address@hidden)
-AM_INIT_AUTOMAKE([1.9 tar-ustar std-options])
+AM_INIT_AUTOMAKE([1.9 tar-ustar dist-bzip2 no-dist-gzip std-options])
 AC_CONFIG_SRCDIR([src/app_state.cc])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile])
============================================================
--- notes/release-checklist.txt	3bc16e6e5500f52fb91e2e5b38dfba553eca9c84
+++ notes/release-checklist.txt	35f3d24d6b4d0c1fe4d933764e4196135edf6925
@@ -78,13 +78,13 @@
    $ autoreconf -i && ./configure && make distcheck
 
    Wait a long time, eventually it will either bomb out, or say
-   "monotone-0.<whatever>.tar.gz is ready for distribution".  If it
-   bombs out, fix it, otherwise, SOMEDIR/monotone-<NEW VERSION>.tar.gz
+   "monotone-<whatever>.tar.bz2 is ready for distribution".  If it
+   bombs out, fix it, otherwise, SOMEDIR/monotone-<NEW VERSION>.tar.bz2
    is the source package.
 
 10) Build docs for the website:
 
-    $ tar xvzf SOMEDIR/monotone-<NEW VERSION>.tar.gz
+    $ tar xvzf SOMEDIR/monotone-<NEW VERSION>.tar.bz2
     $ cd monotone-<NEW VERSION>
     $ ./configure
     $ LANG=C make monotone.pdf html
@@ -95,7 +95,7 @@
     # with the administrators of monotone.ca, currently address@hidden
     #
     $ mkdir <NEW VERSION>
-    $ mv SOMEDIR/monotone-<NEW VERSION>.tar.gz <NEW VERSION>/
+    $ mv SOMEDIR/monotone-<NEW VERSION>.tar.bz2 <NEW VERSION>/
     $ scp -r <NEW VERSION> address@hidden:~/
 
     # The rest is done via monotone.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]