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. v0.9.2-236


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-236-g18bd00e
Date: Fri, 14 May 2010 09:44:28 +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  18bd00e098058f1b357fe1119dfca1ffc1a4744b (commit)
       via  00ad7d08569912e564e557fbab291fd2d1ed5ec8 (commit)
      from  591368cdf5330118e50132449cc92dcbf87b846c (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 18bd00e098058f1b357fe1119dfca1ffc1a4744b
Author: Giuseppe Scrivano <address@hidden>
Date:   Fri May 14 11:45:11 2010 +0200

    bootstrap: ensure gnulib_path is not empty.

diff --git a/myserver/bootstrap b/myserver/bootstrap
index 688c74d..b74bc0b 100755
--- a/myserver/bootstrap
+++ b/myserver/bootstrap
@@ -425,7 +425,7 @@ case ${GNULIB_SRCDIR--} in
 
     trap cleanup_gnulib 1 2 13 15
 
-    git clone -h|grep -- --depth 2>&1 > /dev/null \
+    git clone 2>&1 -h|grep -- --depth > /dev/null \
         && shallow='--depth 2'|| shallow=
     git clone $shallow git://git.sv.gnu.org/gnulib "$gnulib_path" ||
       cleanup_gnulib



commit 00ad7d08569912e564e557fbab291fd2d1ed5ec8
Author: Giuseppe Scrivano <address@hidden>
Date:   Fri May 14 11:44:07 2010 +0200

    bootstrap: ensure gnulib_path is not empty.

diff --git a/myserver/bootstrap b/myserver/bootstrap
index a9a778a..688c74d 100755
--- a/myserver/bootstrap
+++ b/myserver/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2010-04-30.16; # UTC
+scriptversion=2010-05-14.09; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -409,6 +409,7 @@ git_modules_config () {
 }
 
 gnulib_path=`git_modules_config submodule.gnulib.path`
+test -n "$gnulib_path" || gnulib_path="gnulib"
 
 # Get gnulib files.
 
@@ -424,7 +425,8 @@ case ${GNULIB_SRCDIR--} in
 
     trap cleanup_gnulib 1 2 13 15
 
-    git clone -h|grep -- --depth > /dev/null && shallow='--depth 2' || shallow=
+    git clone -h|grep -- --depth 2>&1 > /dev/null \
+        && shallow='--depth 2'|| shallow=
     git clone $shallow git://git.sv.gnu.org/gnulib "$gnulib_path" ||
       cleanup_gnulib
 

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

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


hooks/post-receive
-- 
GNU MyServer



reply via email to

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