[SCM] Samba Shared Repository - branch master updated

Simo Sorce idra at samba.org
Mon Dec 7 07:26:02 MST 2009


The branch, master has been updated
       via  4334092... Fix release script with newer versins of git
      from  8de6f71... s4-smbtorture: disable some spoolss printerdata tests which s3 does not pass at the moment.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 4334092cbae28181ba0d1cf2ac026961f2192972
Author: Simo Sorce <idra at samba.org>
Date:   Mon Dec 7 09:25:03 2009 -0500

    Fix release script with newer versins of git

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

Summary of changes:
 lib/tdb/release-script.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tdb/release-script.sh b/lib/tdb/release-script.sh
index ddeb753..273ca30 100755
--- a/lib/tdb/release-script.sh
+++ b/lib/tdb/release-script.sh
@@ -13,7 +13,7 @@ fi
 git clean -f -x -d lib/tdb
 git clean -f -x -d lib/replace
 
-curbranch=`git-branch |grep "^*" | tr -d "* "`
+curbranch=`git branch |grep "^*" | tr -d "* "`
 
 version=$1
 strver=`echo ${version} | tr "." "-"`


-- 
Samba Shared Repository


More information about the samba-cvs mailing list