[ooo-build-commit] 2 commits - bin/gob

Jan Nieuwenhuizen janneke at kemper.freedesktop.org
Thu Oct 15 00:34:50 PDT 2009


 bin/gob |   45 ++++++++++-----------------------------------
 1 file changed, 10 insertions(+), 35 deletions(-)

New commits:
commit 1f1fd13d2988f9d203738915ff284db1b5f83838
Author: Jan Nieuwenhuizen <janneke at gnu.org>
Date:   Thu Oct 15 09:35:56 2009 +0200

    bin/gob: update for ooo320.

diff --git a/bin/gob b/bin/gob
index 139883f..0435bad 100755
--- a/bin/gob
+++ b/bin/gob
@@ -1047,7 +1047,9 @@ def set_option_defaults (options):
     options.verbose -= options.quiet
     options.apply_dir = (options.apply_dir
                          .replace ('ooo300', 'dev300')
-                         .replace ('ooo310', 'dev300'))
+                         .replace ('ooo310', 'dev300')
+                         .replace ('ooo320', 'dev300')
+                         )
     if not options.distros:
         options.distros = ['SUSE']
     if not options.dir_branch:
commit b120d9696149f5905b1a6f1edcf8ecb04729d093
Author: Jan Nieuwenhuizen <janneke at gnu.org>
Date:   Wed May 6 15:32:05 2009 +0200

    bin/gob: update for ooo310.

diff --git a/bin/gob b/bin/gob
index 2c30b50..139883f 100755
--- a/bin/gob
+++ b/bin/gob
@@ -388,8 +388,10 @@ gitignores = '''
 *-pristine
 *.bak
 *.cxx-*
+*.deps
 *.git
 *.hxx-*
+*.log
 *.orig
 *.patched
 *.pristine
@@ -404,7 +406,7 @@ gitignores = '''
 CVS
 TAGS
 \#*
-localize.sdf
+xxx-have-in-patches-now:localize.sdf
 unxlng*.pro
 autom4te.cache/
 config.log
@@ -412,36 +414,18 @@ config.parms
 config.status
 configure
 set_soenv
+tmon.out
 visibility.cxx
 visibility.s
 warn
 default_images/introabout/intro-save.bmp
-dmake/.deps/
 dmake/Makefile
 dmake/config.h
 dmake/config.log
 dmake/config.status
-dmake/dag.o
-dmake/dbug/dbug/.deps/
 dmake/dmake
-dmake/dmake.o
+dmake/*.o
 dmake/dmakeroot.h
-dmake/dmdump.o
-dmake/dmstring.o
-dmake/expand.o
-dmake/function.o
-dmake/getinp.o
-dmake/hash.o
-dmake/imacs.o
-dmake/infer.o
-dmake/macparse.o
-dmake/make.o
-dmake/msdos/.deps/
-dmake/parse.o
-dmake/path.o
-dmake/percent.o
-dmake/quit.o
-dmake/rulparse.o
 dmake/stamp-h1
 dmake/startup/Makefile
 dmake/startup/config.mk
@@ -454,21 +438,8 @@ dmake/startup/unix/sysvr4/Makefile
 dmake/startup/winnt/Makefile
 dmake/startup/winnt/mingw/Makefile
 dmake/startup/winnt/msvc6/Makefile
-dmake/stat.o
-dmake/state.o
-dmake/sysintf.o
 dmake/tests/Makefile
-dmake/unix/.deps/
 dmake/unix/.dirstamp
-dmake/unix/arlib.o
-dmake/unix/dcache.o
-dmake/unix/dirbrk.o
-dmake/unix/rmprq.o
-dmake/unix/ruletab.o
-dmake/unix/runargv.o
-dmake/unix/tempnam.o
-dmake/win95/.deps/
-dmake/win95/microsft/.deps/
 instsetoo_native/res/banner_nld.bmp
 instsetoo_native/res/banner_ooop.bmp
 instsetoo_native/res/nologoinstall_nld.bmp
@@ -1074,7 +1045,9 @@ def parse_options ():
 def set_option_defaults (options):
     options.flat_apply_dir = '.git/apply-dir'
     options.verbose -= options.quiet
-    options.apply_dir = options.apply_dir.replace ('ooo300', 'dev300')
+    options.apply_dir = (options.apply_dir
+                         .replace ('ooo300', 'dev300')
+                         .replace ('ooo310', 'dev300'))
     if not options.distros:
         options.distros = ['SUSE']
     if not options.dir_branch:


More information about the ooo-build-commit mailing list