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
247d1899
Kaydet (Commit)
247d1899
authored
Eyl 26, 2012
tarafından
Tim Retout
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
installer::worker: Remove unused tar_package
Change-Id: I58e9efdda8fac5b65e259b63a5150c44fa00feb6
üst
acaaf6c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
37 deletions
+0
-37
worker.pm
solenv/bin/modules/installer/worker.pm
+0
-37
No files found.
solenv/bin/modules/installer/worker.pm
Dosyayı görüntüle @
247d1899
...
@@ -1386,43 +1386,6 @@ sub put_license_into_setup
...
@@ -1386,43 +1386,6 @@ sub put_license_into_setup
installer::files::
save_file
(
$setupfilename
,
$setupfile
);
installer::files::
save_file
(
$setupfilename
,
$setupfile
);
}
}
#########################################################
# Create a tar file from the binary package
#########################################################
sub
tar_package
{
my
(
$installdir
,
$packagename
,
$tarfilename
,
$getuidlibrary
)
=
@_
;
my
$ldpreloadstring
=
""
;
if
(
$getuidlibrary
ne
""
)
{
$ldpreloadstring
=
"LD_PRELOAD="
.
$getuidlibrary
;
}
my
$systemcall
=
"cd $installdir; $ldpreloadstring tar -cf - $packagename > $tarfilename"
;
my
$returnvalue
=
system
(
$systemcall
);
my
$infoline
=
"Systemcall: $systemcall\n"
;
push
(
@
installer::globals::
logfileinfo
,
$infoline
);
if
(
$returnvalue
)
{
$infoline
=
"ERROR: Could not execute \"$systemcall\"!\n"
;
push
(
@
installer::globals::
logfileinfo
,
$infoline
);
}
else
{
$infoline
=
"Success: Executed \"$systemcall\" successfully!\n"
;
push
(
@
installer::globals::
logfileinfo
,
$infoline
);
}
chmod
0775
,
$tarfilename
;
my
$fulltarfile
=
$installdir
.
$
installer::globals::
separator
.
$tarfilename
;
my
$filesize
=
(
-
s
$fulltarfile
);
return
$filesize
;
}
#########################################################
#########################################################
# Collecting all pkgmap files from an installation set
# Collecting all pkgmap files from an installation set
#########################################################
#########################################################
...
...
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