[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2352-gac1d311

Simo Sorce idra at samba.org
Wed Jun 17 18:16:37 GMT 2009


The branch, master has been updated
       via  ac1d311e9cc47a45d55b781f5dd2cea8ee8936b3 (commit)
      from  86450bd59caf5ff08edf7fed3af0622e559569f5 (commit)

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


- Log -----------------------------------------------------------------
commit ac1d311e9cc47a45d55b781f5dd2cea8ee8936b3
Author: Simo Sorce <idra at samba.org>
Date:   Wed Jun 17 14:14:31 2009 -0400

    fix release scripts to always git clean
    
    This makes sure we do not include foreign object files or other
    build byproducts by mistake.

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

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


Changeset truncated at 500 lines:

diff --git a/lib/talloc/release-script.sh b/lib/talloc/release-script.sh
index 7ec47b7..6b6c0e7 100755
--- a/lib/talloc/release-script.sh
+++ b/lib/talloc/release-script.sh
@@ -10,6 +10,9 @@ if [ ! -d "lib/talloc" ]; then
     exit 1
 fi
 
+git clean -f -x -d lib/talloc
+git clean -f -x -d lib/replace
+
 curbranch=`git-branch |grep "^*" | tr -d "* "`
 
 version=$1
diff --git a/lib/tdb/release-script.sh b/lib/tdb/release-script.sh
index 95d4238..ddeb753 100755
--- a/lib/tdb/release-script.sh
+++ b/lib/tdb/release-script.sh
@@ -10,6 +10,9 @@ if [ ! -d "lib/tdb" ]; then
     exit 1
 fi
 
+git clean -f -x -d lib/tdb
+git clean -f -x -d lib/replace
+
 curbranch=`git-branch |grep "^*" | tr -d "* "`
 
 version=$1


-- 
Samba Shared Repository


More information about the samba-cvs mailing list