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
35170adf
Kaydet (Commit)
35170adf
authored
Nis 22, 2010
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
DEV300 masterfix: #i111084#: fix smoketest for setsolar based child workspaces
üst
a0de0def
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 @
35170adf
...
...
@@ -653,10 +653,6 @@ sub get_install_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
)
{
$type
=
"langpack"
;
...
...
@@ -671,7 +667,7 @@ sub get_install_type
$type
=
$type
.
"-deb"
;
}
if
(
(
$
installer::globals::
packageformat
eq
"archive"
)
&&
(
$cwsproduct
)
)
if
(
$
installer::globals::
packageformat
eq
"archive"
)
{
$type
=
$type
.
"-arc"
;
}
...
...
@@ -690,7 +686,7 @@ sub get_install_type
$type
=
$type
.
"-deb"
;
}
if
(
(
$
installer::globals::
packageformat
eq
"archive"
)
&&
(
$cwsproduct
)
)
if
(
$
installer::globals::
packageformat
eq
"archive"
)
{
$type
=
$type
.
"-arc"
;
}
...
...
solenv/inc/installationtest.mk
Dosyayı görüntüle @
35170adf
...
...
@@ -72,12 +72,12 @@ my_javaenv = \
# smoketestoo_native:
.IF "$(OS)" == "WNT"
$(MISC)/$(TARGET)/installation.flag : $(shell \
ls $(installationtest_instset)/OOo_*_install_$(defaultlangiso).zip)
ls $(installationtest_instset)/OOo_*_install
-arc
_$(defaultlangiso).zip)
$(MKDIRHIER) $(@:d)
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" && \
mv "$$my_tmp"/OOo_*_install_$(defaultlangiso) "$$my_tmp"/opt && \
mv "$$my_tmp"/OOo_*_install
-arc
_$(defaultlangiso) "$$my_tmp"/opt && \
echo "$$my_tmp" > $@
.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