[SM-Commit] GIT changes to test-1.13 sorcery by Andrew Stitt

Andrew Stitt scm at mail.sourcemage.org
Thu May 25 00:22:58 EDT 2006


GIT changes to test-1.13 sorcery by Andrew Stitt <astitt at sourcemage.org>:

 ChangeLog |    9 ++++++---
 build     |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 499ba4fc6ca42d5adef25aec55301d5b3f17eea7
Author: Andrew Stitt <astitt at sourcemage.org>
Commit: Andrew Stitt <astitt at sourcemage.org>

    update build to work with git (first real git based commit)
    (cherry picked from dd55abb091f02a130784f20528daec1150f7f65b commit)

diff --git a/ChangeLog b/ChangeLog
index 5781aea..782bb45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,14 @@
+2006-05-23 Andrew Stitt <astitt at sourcemage.org>
+	* build: update to work with git
+
 2006-03-26 Andrew Stitt <astitt at sourcemage.org>
 	* libsorcery: default to no fuzzy extension matching, bug 10761
 
 2006-05-12 Andrew Stitt <astitt at sourcemage.org>
 	* libunpack: change parameters passed to tar, bug 11413, pull 
-        * libunpack: pull change from David Brown: added
-          --no-same-permissions to tar to fix permissions problems when
-          untaring files with og+w
+	* libunpack: pull change from David Brown: added
+	  --no-same-permissions to tar to fix permissions problems when
+	  untaring files with og+w
 
 2006-05-01 Andrew Stitt <astitt at sourcemage.org>
 	* libdepends: fix search for default provider
diff --git a/build b/build
index 279da2f..ca1024c 100755
--- a/build
+++ b/build
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 function build__find_non_volatile() {
-  find "$@" -follow -not -type d -and -not -path '*CVS*' -and -not -name '.#*' -and -not -name '*~' -and -not -path '*.svn*' -and -not -path '*.arch-id*' -and -not -path '*{arch}*' -and -not -path '*.bzr*'
+  find "$@" -follow -not -type d -and -not -path '*CVS*' -and -not -name '.#*' -and -not -name '*~' -and -not -path '*.svn*' -and -not -path '*.arch-id*' -and -not -path '*{arch}*' -and -not -path '*.bzr*' -and -not -path '*.git*'
 }
 
 branch_dir=$(basename $(pwd))



More information about the SM-Commit mailing list