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
065b5915
Kaydet (Commit)
065b5915
authored
Agu 14, 2012
tarafından
Tim Retout
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
installer::download: Remove unused create_link_tree.
Change-Id: I2ec409d25ae46580898dda180d991554d89ee501
üst
a7a12bd3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
26 deletions
+0
-26
download.pm
solenv/bin/modules/installer/download.pm
+0
-26
No files found.
solenv/bin/modules/installer/download.pm
Dosyayı görüntüle @
065b5915
...
...
@@ -781,32 +781,6 @@ sub get_language_string_from_language_block
return
$newstring
;
}
####################################################
# Creating link tree for upload
####################################################
sub
create_link_tree
{
my
(
$sourcedownloadfile
,
$destfilename
,
$versionstring
)
=
@_
;
if
(
!
$
installer::globals::
ooouploaddir
)
{
installer::exiter::
exit_program
(
"ERROR: Directory for LO upload not defined!"
,
"create_link_tree"
);
}
my
$versiondir
=
$
installer::globals::
ooouploaddir
.
$
installer::globals::
separator
.
$versionstring
;
my
$infoline
=
"Directory for the link: $versiondir\n"
;
push
(
@
installer::globals::
logfileinfo
,
$infoline
);
if
(
!
-
d
$versiondir
)
{
installer::systemactions::
create_directory_structure
(
$versiondir
);
}
# inside directory $versiondir all links have to be created
my
$linkdestination
=
$versiondir
.
$
installer::globals::
separator
.
$destfilename
;
# If there is an older version of this file (link), it has to be removed
if
(
-
f
$linkdestination
)
{
unlink
(
$linkdestination
);
}
$infoline
=
"Creating hard link from $sourcedownloadfile to $linkdestination\n"
;
push
(
@
installer::globals::
logfileinfo
,
$infoline
);
installer::systemactions::
hardlink_one_file
(
$sourcedownloadfile
,
$linkdestination
);
}
#######################################################
# Setting supported platform for LibreOffice
# builds
...
...
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