[SCM] build.samba.org - branch master updated

Andrew Bartlett abartlet at samba.org
Fri Feb 17 03:27:30 MST 2012


The branch, master has been updated
       via  b194d41 fix VACUUM to run on correct db
      from  1e94282 add missing format string

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b194d41a998327c4cd3116088414bf5eb358ca28
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Fri Feb 17 21:25:59 2012 +1100

    fix VACUUM to run on correct db

-----------------------------------------------------------------------

Summary of changes:
 daily.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/daily.sh b/daily.sh
index 8bc5304..9441b38 100755
--- a/daily.sh
+++ b/daily.sh
@@ -6,7 +6,7 @@ set -x
 (
 date
 set -x
-sqlite3 `dirname $0`/hostdb.sqlite 'VACUUM;'
+sqlite3 `dirname $0`/db/hostdb.sqlite 'VACUUM;'
 cd `dirname $0` && ./mail-dead-hosts.py
 
 echo "deleting old file that are not used any more"


-- 
build.samba.org


More information about the samba-cvs mailing list