<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+2008-03-12  Dustin J. Mitchell &lt;dustin@zmanda.com&gt;
+	* gnulib/regenerate/regenerate gnulib/Makefile.am DEVELOPING: update
+	  documentation to reflect use of gnulib's git repository
+
 2008-03-12  Jean-Louis Martineau &lt;martineau@zmanda.com&gt;
 	* installcheck/Makefile.am: Remove CONFIG_CLOBBER_MY_CONFIG,
 				    it is done automaticaly.</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -18,15 +18,25 @@ This should probably be done after most releases, so that we have
 adequate time to uncover any bugs or problems in the new gnulib before
 we make another release.
 
-To update the gnulib files included with Amanda, you'll first need a
-CVS checkout of gnulib; let's call it $GNULIB_CO.  Then, in the root
-of the Amanda source, run
+To update the gnulib files included with Amanda, you'll first need a git
+working copy of gnulib; let's call it $GNULIB_BR:
 
-  GNULIB_TOOL=$GNULIB_CO/gnulib-tool ./gnulib/regenerate/regenerate
+  cd /tmp
+  git clone git://git.savannah.gnu.org/gnulib.git
+  GNULIB_BR=/tmp/gnulib
+
+See http://www.gnu.org/software/gnulib/ for more information.  Then, in the
+root of the Amanda source, run
+
+  GNULIB_TOOL=$GNULIB_BR/gnulib-tool ./gnulib/regenerate/regenerate
 
 Use 'svn status' to figure out what changed, and 'svn add' / 'svn rm'
 to inform Subversion.  Then re-run autogen, configure, make, and test
-the result.  If all is well, commit.
+the result.
+
+Get the object ID of the latest commit, using 'git show', and replace the
+previous object ID in Amanda's gnulib/regenerate/regenerate, so that other
+developers can access the same &quot;release&quot; of gnulib as you did.
 
 Updating Libtool
 ----------------</diff>
      <filename>DEVELOPING</filename>
    </modified>
    <modified>
      <diff>@@ -707,4 +707,4 @@ mostlyclean-local: mostlyclean-generic
 	:
 
 # Make sure regenerate/* are in the distribution tarball
-EXTRA_DIST += regenerate/no-error.patch regenerate/regenerate regenerate/getaddrinfo-cygwin.patch
+EXTRA_DIST += regenerate/getaddrinfo-cygwin.patch regenerate/no-error.patch regenerate/regenerate</diff>
      <filename>gnulib/Makefile.am</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,10 @@
 #! /bin/bash
 
-# Gnulib files in zmanda repo are from gnulib CVS updated with:
-#   cvs update -D '2007-10-25 17:00:00 -0600'
+# Gnulib files in zmanda repo are from gnulib GIT.  To check out the
+# same version as was used to generate the source in the repository,
+# run the following in your git repository:
+#
+#   git checkout 03400ebfaa064922caf3767d6641d7e1cdc8cd1b
 
 # get to the project root
 cd `dirname $0`/../..
@@ -68,7 +71,7 @@ patch -p0 &lt; &quot;${PATCH_DIR}/getaddrinfo-cygwin.patch&quot; || exit 1
 # the distribution tarball
 (   echo &quot;&quot;
     echo &quot;# Make sure regenerate/* are in the distribution tarball&quot;
-    echo &quot;EXTRA_DIST += &quot;`cd gnulib; find regenerate -name .svn -prune -o -type f -print `
+    echo &quot;EXTRA_DIST += &quot;`cd gnulib; find regenerate -name .svn -prune -o -type f -print | sort`
 ) &gt;&gt; gnulib/Makefile.am
 
 ######################################################################</diff>
      <filename>gnulib/regenerate/regenerate</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3bcf1a6a54fc2d3c04eea8a61e07b6ef8ada50f0</id>
    </parent>
  </parents>
  <author>
    <name>Dustin J. Mitchell</name>
    <email>djmitche@users.sourceforge.net</email>
  </author>
  <url>http://github.com/nikolasco/amanda/commit/ccd6f279cf678f45022c18525080b80489d505be</url>
  <id>ccd6f279cf678f45022c18525080b80489d505be</id>
  <committed-date>2008-03-12T11:06:26-07:00</committed-date>
  <authored-date>2008-03-12T11:06:26-07:00</authored-date>
  <message>* gnulib/regenerate/regenerate gnulib/Makefile.am DEVELOPING: update
  documentation to reflect use of gnulib's git repository


git-svn-id: https://amanda.svn.sourceforge.net/svnroot/amanda/amanda/trunk@885 a8d146d6-cc15-0410-8900-af154a0219e0</message>
  <tree>77616c2a65b46b4bcd88dad76218acb4724a9388</tree>
  <committer>
    <name>Dustin J. Mitchell</name>
    <email>djmitche@users.sourceforge.net</email>
  </committer>
</commit>
