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
f89b46fc
Kaydet (Commit)
f89b46fc
authored
Nis 11, 2011
tarafından
Petr Mladek
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
allow to download and unpack official source tarballs
üst
81b92021
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
download
download
+22
-1
No files found.
download
Dosyayı görüntüle @
f89b46fc
...
...
@@ -141,7 +141,7 @@ downloaditem()
failed
=
"
$failed
$2
"
wret
=
0
fi
if
[
-f
$2
-a
-n
"
$md5sum
"
]
;
then
if
[
-f
$2
-a
-n
"
$
3
"
-a
-n
"
$
md5sum
"
]
;
then
sum
=
`
$md5sum
$md5special
$2
|
sed
"s/ .*//"
`
if
[
"
$sum
"
!=
"
$3
"
]
;
then
echo
checksum failure
for
$2
2>&1 |
tee
-a
$logfile
...
...
@@ -190,6 +190,27 @@ if [ "$GUI" = "WNT" ]; then
fi
if
[
-f
$start_dir
/bootstrap.ver
-a
!
-d
$start_dir
/.git
]
;
then
# bootstrap is from sources, so get the other source tarballs
.
$start_dir
/bootstrap.ver
lo_src_dir
=
"
$start_dir
/src"
mkdir
-p
"
$lo_src_dir
"
for
piece
in
`
cat
$start_dir
/bin/repo-list
`
;
do
tarname
=
"libreoffice-
$piece
-
$lo_bootstrap_ver
"
if
[
!
-f
"
$TARFILE_LOCATION
/
$tarname
.tar.bz2"
]
;
then
downloaditem
"http://download.documentfoundation.org/libreoffice/src/"
"
$tarname
.tar.bz2"
""
fi
if
[
!
-d
$lo_src_dir
/
$tarname
]
;
then
echo
"Unpacking
$tarname
.tar.bz2..."
tar
-xf
"
$TARFILE_LOCATION
/
$tarname
.tar.bz2"
-C
"
$lo_src_dir
"
fi
# create symlinks
for
dir
in
`
find
"
$lo_src_dir
/
$tarname
"
-mindepth
1
-maxdepth
1
-type
d
`
;
do
ln
-sf
"
$dir
"
"
$start_dir
"
done
done
fi
rm
$TARFILE_LOCATION
/tmp/
*
-
*
cd
$start_dir
...
...
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