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

bzr at fawkes.sourcemage.org bzr at fawkes.sourcemage.org
Mon Apr 10 11:45:07 EDT 2006


------------------------------------------------------------
revno: 5
committer: Andrew Stitt <afrayedknot at thefrayedknot>
branch nick: test
timestamp: Tue 2006-04-04 20:50:46 -0700
message:
  merge from diverged test
    ------------------------------------------------------------
    merged: afrayedknot at thefrayedknot-20060405034648-c9e2551ceec3f245
    committer: Andrew Stitt <afrayedknot at thefrayedknot>
    branch nick: test
    timestamp: Tue 2006-04-04 20:46:48 -0700
    message:
      pull over change for building in bzr
    ------------------------------------------------------------
    merged: afrayedknot at thefrayedknot-20060405034231-2e7c490ce0aecff2
    committer: Andrew Stitt <afrayedknot at 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




More information about the SM-Commit mailing list