Kaydet (Commit) 25a2fb21 authored tarafından David Tardon's avatar David Tardon

unxlng* is no more

Change-Id: Ia034c4a8cc034405c5ba4f7fc3a233a5efdadc74
üst 88a243a3
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
# Simple script to load a bunch of documents and export them as Flat ODF # Simple script to load a bunch of documents and export them as Flat ODF
# #
# Personally I run it like this: # 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 import datetime
......
...@@ -95,7 +95,7 @@ add_wrapper() ...@@ -95,7 +95,7 @@ add_wrapper()
# install desktop integration from plain packages # install desktop integration from plain packages
sysui_temp=`mktemp -t -d distro-pack-desktop-integration-XXXXXX` 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" cp -a sysui/desktop/share/create_tree.sh "$sysui_temp"
builddir=`pwd` builddir=`pwd`
cd $sysui_temp cd $sysui_temp
......
...@@ -12,8 +12,8 @@ use File::Find qw(finddepth); ...@@ -12,8 +12,8 @@ use File::Find qw(finddepth);
use File::Basename; use File::Basename;
# Find dirs in: # Find dirs in:
# workdir/unxlngx6.pro/Dep/CxxObject/ # workdir/Dep/CxxObject/
# workdir/unxlngx6.pro/Dep/CObject # workdir/Dep/CObject
# #
# Concat these files and compare them with the output of # 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. # `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 { ...@@ -31,8 +31,8 @@ sub wanted {
$data{$tmp} = $File::Find::name; $data{$tmp} = $File::Find::name;
} }
finddepth(\&wanted, 'workdir/unxlngx6.pro/Dep/CxxObject'); finddepth(\&wanted, 'workdir/Dep/CxxObject');
finddepth(\&wanted, 'workdir/unxlngx6.pro/Dep/CObject'); finddepth(\&wanted, 'workdir/Dep/CObject');
my @gitfiles = `git ls-tree HEAD -r --name-only`; my @gitfiles = `git ls-tree HEAD -r --name-only`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment