myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-74-g


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-74-g26baf69
Date: Mon, 22 Mar 2010 21:14:03 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  26baf6943d2357a10702b1603083fa17e5c94c96 (commit)
      from  db29a2c07c3144cc89007546c7f558905fc88d4c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit 26baf6943d2357a10702b1603083fa17e5c94c96
Author: Giuseppe Scrivano <address@hidden>
Date:   Mon Mar 22 21:36:39 2010 +0100

    Fix ./bootstrap

diff --git a/myserver/bootstrap b/myserver/bootstrap
index 8b26de3..b52bb00 100755
--- a/myserver/bootstrap
+++ b/myserver/bootstrap
@@ -404,6 +404,9 @@ git_modules_config () {
 }
 
 gnulib_path=`git_modules_config submodule.gnulib.path`
+if test -z $gnulib_path ; then
+    gnulib_path="gnulib"
+fi
 
 # Get gnulib files.
 
@@ -425,6 +428,7 @@ case ${GNULIB_SRCDIR--} in
 
     trap - 1 2 13 15
   fi
+
   GNULIB_SRCDIR=$gnulib_path
   ;;
 *)

-----------------------------------------------------------------------

Summary of changes:
 myserver/bootstrap |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

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