[ooo-build-commit] .: Branch 'tinderbox' - lib/TinderDB

Jan Holesovsky kendy at kemper.freedesktop.org
Fri Aug 13 13:05:43 PDT 2010


 lib/TinderDB/VC_OOo.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 50a70d38254df9f258b7b56c7f03f0b6735ceeea
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Fri Aug 13 22:05:21 2010 +0200

    One more ~/bin/hg -> hg.

diff --git a/lib/TinderDB/VC_OOo.pm b/lib/TinderDB/VC_OOo.pm
index be6cae7..8f54376 100644
--- a/lib/TinderDB/VC_OOo.pm
+++ b/lib/TinderDB/VC_OOo.pm
@@ -664,8 +664,8 @@ sub apply_db_updates {
     # date|hgdate|user → only unixtimestamp, no timezone offset
     # using seperate file_* directives is slower than just using files, but since it's local...
     my $template = "'{node|short}".$sep.'{date|hgdate|user}'.$sep.'{author|user}'.$sep.'{desc|escape|addbreaks}'.$sep.'{file_adds}'.$sep.'{file_dels}'.$sep.'{file_mods}'.$record_sep."'";
-    my $hg_cmd = 'PYTHONPATH=/home/ooweb/lib/python ~/bin/hg';
-    my $hgrepodir = '~/var/mercurial/DEV300-repo';
+    my $hg_cmd = 'hg';
+    my $hgrepodir = '/var/mercurial/DEV300-repo';
     # get current id of cws with hg id....
     my $current_id = `$hg_cmd id $sourceurl`;
     chomp $current_id;


More information about the ooo-build-commit mailing list