Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel 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 devel sorcery by Andrew Stitt
  • Date: Tue, 23 May 2006 12:06:44 -0500

GIT changes to devel sorcery by Andrew Stitt
<afrayedknot@thefrayedknot.(none)>:

ChangeLog | 3 +++
build | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit dd55abb091f02a130784f20528daec1150f7f65b
Author: Andrew Stitt <afrayedknot@thefrayedknot.(none)>
Commit: Andrew Stitt <afrayedknot@thefrayedknot.(none)>

update build to work with git (first real git based commit)

diff --git a/ChangeLog b/ChangeLog
index 07495eb..513fde5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-05-23 Andrew Stitt <astitt AT sourcemage.org>
+ * build: update to work with git
+
2006-05-12 Andrew Stitt <astitt AT sourcemage.org>
* libunpack: change parameters passed to tar, bug 11413

diff --git a/build b/build
index f0801de..f02fc71 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