[Libreoffice-commits] core.git: bin/benchmark-document-loading bin/distro-install-desktop-integration bin/find-unusedheaders.pl

David Tardon dtardon at redhat.com
Sat Dec 7 10:15:54 PST 2013


 bin/benchmark-document-loading         |    2 +-
 bin/distro-install-desktop-integration |    2 +-
 bin/find-unusedheaders.pl              |    8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 25a2fb21049506d442988660d1f81b2e61704f85
Author: David Tardon <dtardon at redhat.com>
Date:   Sat Dec 7 19:15:05 2013 +0100

    unxlng* is no more
    
    Change-Id: Ia034c4a8cc034405c5ba4f7fc3a233a5efdadc74

diff --git a/bin/benchmark-document-loading b/bin/benchmark-document-loading
index f59ad7e..98d2855 100644
--- a/bin/benchmark-document-loading
+++ b/bin/benchmark-document-loading
@@ -29,7 +29,7 @@
 # Simple script to load a bunch of documents and export them as Flat ODF
 #
 # Personally I run it like this:
-# ~/lo/master-suse/instdir/unxlngx6/program/python ~/lo/master-suse/bin/benchmark-document-loading  --soffice=path:/home/tml/lo/master-suse/instdir/unxlngx6/program/soffice --outdir=file://$PWD/out --userdir=file:///tmp/test $PWD/docs
+# ~/lo/master-suse/instdir/program/python ~/lo/master-suse/bin/benchmark-document-loading  --soffice=path:/home/tml/lo/master-suse/instdir/program/soffice --outdir=file://$PWD/out --userdir=file:///tmp/test $PWD/docs
 #
 
 import datetime
diff --git a/bin/distro-install-desktop-integration b/bin/distro-install-desktop-integration
index a064846..9589af6 100755
--- a/bin/distro-install-desktop-integration
+++ b/bin/distro-install-desktop-integration
@@ -95,7 +95,7 @@ add_wrapper()
 
 # install desktop integration from plain packages
 sysui_temp=`mktemp -t -d distro-pack-desktop-integration-XXXXXX`
-cp -a workdir/unxlng*/CustomTarget/sysui/share/libreoffice/* "$sysui_temp"
+cp -a workdir/CustomTarget/sysui/share/libreoffice/* "$sysui_temp"
 cp -a sysui/desktop/share/create_tree.sh "$sysui_temp"
 builddir=`pwd`
 cd $sysui_temp
diff --git a/bin/find-unusedheaders.pl b/bin/find-unusedheaders.pl
index c6d7bda..def1bd4 100755
--- a/bin/find-unusedheaders.pl
+++ b/bin/find-unusedheaders.pl
@@ -12,8 +12,8 @@ use File::Find qw(finddepth);
 use File::Basename;
 
 # Find dirs in:
-# workdir/unxlngx6.pro/Dep/CxxObject/
-# workdir/unxlngx6.pro/Dep/CObject
+# workdir/Dep/CxxObject/
+# workdir/Dep/CObject
 #
 # Concat these files and compare them with the output of
 # `git ls-tree HEAD -r --name-only` and report files in the git ls-tree that aren't in the first.
@@ -31,8 +31,8 @@ sub wanted {
   $data{$tmp} = $File::Find::name;
 }
 
-finddepth(\&wanted, 'workdir/unxlngx6.pro/Dep/CxxObject');
-finddepth(\&wanted, 'workdir/unxlngx6.pro/Dep/CObject');
+finddepth(\&wanted, 'workdir/Dep/CxxObject');
+finddepth(\&wanted, 'workdir/Dep/CObject');
 
 my @gitfiles = `git ls-tree HEAD -r --name-only`;
 


More information about the Libreoffice-commits mailing list