Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] BZR Change 5 to test sorcery by Andrew Stitt <afrayedknot@thefrayedknot>

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: bzr AT fawkes.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] BZR Change 5 to test sorcery by Andrew Stitt <afrayedknot@thefrayedknot>
  • Date: Mon, 10 Apr 2006 10:45:07 -0500

------------------------------------------------------------
revno: 5
committer: Andrew Stitt <afrayedknot@thefrayedknot>
branch nick: test
timestamp: Tue 2006-04-04 20:50:46 -0700
message:
merge from diverged test
------------------------------------------------------------
merged: afrayedknot@thefrayedknot-20060405034648-c9e2551ceec3f245
committer: Andrew Stitt <afrayedknot@thefrayedknot>
branch nick: test
timestamp: Tue 2006-04-04 20:46:48 -0700
message:
pull over change for building in bzr
------------------------------------------------------------
merged: afrayedknot@thefrayedknot-20060405034231-2e7c490ce0aecff2
committer: Andrew Stitt <afrayedknot@thefrayedknot>
branch nick: test
timestamp: Tue 2006-04-04 20:42:31 -0700
message:
version++
=== modified file 'ChangeLog'
--- ChangeLog
+++ ChangeLog
@@ -1,4 +1,7 @@
-2006-04-05 Andrew Stitt <astitt AT sourcemage.org>
+2006-04-04 Andrew Stitt <astitt AT sourcemage.org>
+ * build: exclude .bzr metadata
+
+2006-04-04 Andrew Stitt <astitt AT sourcemage.org>
* libunpack: move verification code out of unpack_file and into
new verify_file function. Removed un-used inner loop.
* libapi: add entry point for verify_file. Fixes bug 10684.

=== modified file 'build'
--- build
+++ 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}*'
+ 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*'
}

branch_dir=$(basename $(pwd))

=== modified file 'etc/sorcery/version'
--- etc/sorcery/version
+++ etc/sorcery/version
@@ -1,1 +1,1 @@
-1.13.5-rc5
+1.13.5-rc6




  • [SM-Commit] BZR Change 5 to test sorcery by Andrew Stitt <afrayedknot@thefrayedknot>, bzr, 04/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page