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
019c2421
Kaydet (Commit)
019c2421
authored
Nis 23, 2010
tarafından
sb
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
sb120: merged in DEV300 masterfixes
üst
dfa0a43b
35170adf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
download.pm
solenv/bin/modules/installer/download.pm
+2
-6
installationtest.mk
solenv/inc/installationtest.mk
+3
-3
No files found.
solenv/bin/modules/installer/download.pm
Dosyayı görüntüle @
019c2421
...
@@ -653,10 +653,6 @@ sub get_install_type
...
@@ -653,10 +653,6 @@ sub get_install_type
my
$type
=
""
;
my
$type
=
""
;
my
$cwsproduct
=
0
;
# the environment variable CWS_WORK_STAMP is set only in CWS
if
(
$ENV
{
'CWS_WORK_STAMP'
}
)
{
$cwsproduct
=
1
;
}
if
(
$
installer::globals::
languagepack
)
if
(
$
installer::globals::
languagepack
)
{
{
$type
=
"langpack"
;
$type
=
"langpack"
;
...
@@ -671,7 +667,7 @@ sub get_install_type
...
@@ -671,7 +667,7 @@ sub get_install_type
$type
=
$type
.
"-deb"
;
$type
=
$type
.
"-deb"
;
}
}
if
(
(
$
installer::globals::
packageformat
eq
"archive"
)
&&
(
$cwsproduct
)
)
if
(
$
installer::globals::
packageformat
eq
"archive"
)
{
{
$type
=
$type
.
"-arc"
;
$type
=
$type
.
"-arc"
;
}
}
...
@@ -690,7 +686,7 @@ sub get_install_type
...
@@ -690,7 +686,7 @@ sub get_install_type
$type
=
$type
.
"-deb"
;
$type
=
$type
.
"-deb"
;
}
}
if
(
(
$
installer::globals::
packageformat
eq
"archive"
)
&&
(
$cwsproduct
)
)
if
(
$
installer::globals::
packageformat
eq
"archive"
)
{
{
$type
=
$type
.
"-arc"
;
$type
=
$type
.
"-arc"
;
}
}
...
...
solenv/inc/installationtest.mk
Dosyayı görüntüle @
019c2421
...
@@ -72,12 +72,12 @@ my_javaenv = \
...
@@ -72,12 +72,12 @@ my_javaenv = \
# smoketestoo_native:
# smoketestoo_native:
.IF "$(OS)" == "WNT"
.IF "$(OS)" == "WNT"
$(MISC)/$(TARGET)/installation.flag : $(shell \
$(MISC)/$(TARGET)/installation.flag : $(shell \
ls $(installationtest_instset)/OOo_*_install_$(defaultlangiso).zip)
ls $(installationtest_instset)/OOo_*_install
-arc
_$(defaultlangiso).zip)
$(MKDIRHIER) $(@:d)
$(MKDIRHIER) $(@:d)
my_tmp=$$(cygpath -m $$(mktemp -dt ooosmoke.XXXXXX)) && \
my_tmp=$$(cygpath -m $$(mktemp -dt ooosmoke.XXXXXX)) && \
unzip $(installationtest_instset)/OOo_*_install_$(defaultlangiso).zip \
unzip $(installationtest_instset)/OOo_*_install
-arc
_$(defaultlangiso).zip \
-d "$$my_tmp" && \
-d "$$my_tmp" && \
mv "$$my_tmp"/OOo_*_install_$(defaultlangiso) "$$my_tmp"/opt && \
mv "$$my_tmp"/OOo_*_install
-arc
_$(defaultlangiso) "$$my_tmp"/opt && \
echo "$$my_tmp" > $@
echo "$$my_tmp" > $@
.END
.END
...
...
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