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-229


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-229-g17673a3
Date: Tue, 11 May 2010 12:23:14 +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  17673a34336b925fa10a30f98331d60efe2891b2 (commit)
      from  aaa3953a513a54cf43d28e4ec8b718703c868570 (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 17673a34336b925fa10a30f98331d60efe2891b2
Author: Giuseppe Scrivano <address@hidden>
Date:   Tue May 11 12:52:56 2010 +0200

    Rewrite the workaround to be usable in a distribution tarball.

diff --git a/myserver/bootstrap.conf b/myserver/bootstrap.conf
index 3cf34ee..357d393 100644
--- a/myserver/bootstrap.conf
+++ b/myserver/bootstrap.conf
@@ -86,5 +86,8 @@ gnulib_extra_files="
 # as the bug is fixed.
 bootstrap_epilogue()
 {
-        sed -i -e"s|test -d .git|true|" build-aux/git-version-gen
+        sed -i \
+        -e'address@hidden -d .git@(test -n "$(git log -z -n1 .)") > /dev/null 
2>\&1@' \
+                  build-aux/git-version-gen
+        autoreconf -f
 }

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

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


hooks/post-receive
-- 
GNU MyServer



reply via email to

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