Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andrew Stitt <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test-1.13 sorcery by Andrew Stitt
  • Date: Wed, 24 May 2006 23:22:58 -0500

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




Archive powered by MHonArc 2.6.24.

Top of Page