Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
25a2fb21
Kaydet (Commit)
25a2fb21
authored
Ara 07, 2013
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
unxlng* is no more
Change-Id: Ia034c4a8cc034405c5ba4f7fc3a233a5efdadc74
üst
88a243a3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
benchmark-document-loading
bin/benchmark-document-loading
+1
-1
distro-install-desktop-integration
bin/distro-install-desktop-integration
+1
-1
find-unusedheaders.pl
bin/find-unusedheaders.pl
+4
-4
No files found.
bin/benchmark-document-loading
Dosyayı görüntüle @
25a2fb21
...
@@ -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
...
...
bin/distro-install-desktop-integration
Dosyayı görüntüle @
25a2fb21
...
@@ -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
...
...
bin/find-unusedheaders.pl
Dosyayı görüntüle @
25a2fb21
...
@@ -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`
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment