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
9a5183dd
Kaydet (Commit)
9a5183dd
authored
Ock 18, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
installer: remove SERVICETAG remnants of product registration
Change-Id: Ic87bb4666bcc4b28476dbfe2193a8330413547cf
üst
2a9ecb89
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
35 deletions
+0
-35
openoffice.lst.in
instsetoo_native/util/openoffice.lst.in
+0
-6
installer.pm
solenv/bin/modules/installer.pm
+0
-3
setupscript.pm
solenv/bin/modules/installer/setupscript.pm
+0
-25
installer-setupscript.t
solenv/bin/modules/t/installer-setupscript.t
+0
-1
No files found.
instsetoo_native/util/openoffice.lst.in
Dosyayı görüntüle @
9a5183dd
...
@@ -8,11 +8,6 @@ Globals
...
@@ -8,11 +8,6 @@ Globals
URELAYERVERSION 1
URELAYERVERSION 1
REFERENCEOOOMAJORMINOR 3.4
REFERENCEOOOMAJORMINOR 3.4
UNIXBASISROOTNAME libreoffice@LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
UNIXBASISROOTNAME libreoffice@LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
SERVICETAG_PRODUCTNAME LibreOffice @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
SERVICETAG_PRODUCTVERSION @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
SERVICETAG_PARENTNAME LibreOffice @LIBO_VERSION_MAJOR@.@LIBO_VERSION_MINOR@
SERVICETAG_SOURCE {buildsource}{minor}(Build:{buildid})
SERVICETAG_URN urn:uuid:0187debd-e458-11de-82d6-080020a9ed93
HIDELICENSEDIALOG 1
HIDELICENSEDIALOG 1
PACKAGEPREFIX
PACKAGEPREFIX
BASISPACKAGEPREFIX libobasis
BASISPACKAGEPREFIX libobasis
...
@@ -112,7 +107,6 @@ LibreOffice_Dev
...
@@ -112,7 +107,6 @@ LibreOffice_Dev
UREPACKAGEPREFIX lodev
UREPACKAGEPREFIX lodev
SOLSUREPACKAGEPREFIX lodev
SOLSUREPACKAGEPREFIX lodev
REGISTRYLAYERNAME LayerDev
REGISTRYLAYERNAME LayerDev
SERVICETAG_URN urn:uuid:1680b00d-e45c-11de-82d6-080020a9ed93
UPDATEURL http://update.libreoffice.org/check.php
UPDATEURL http://update.libreoffice.org/check.php
ADD_INCLUDE_FILES cliureversion.mk,clioootypesversion.mk
ADD_INCLUDE_FILES cliureversion.mk,clioootypesversion.mk
ADDSYSTEMINTEGRATION 1
ADDSYSTEMINTEGRATION 1
...
...
solenv/bin/modules/installer.pm
Dosyayı görüntüle @
9a5183dd
...
@@ -280,9 +280,6 @@ sub run {
...
@@ -280,9 +280,6 @@ sub run {
installer::setupscript::
add_installationobject_to_variables
(
$allvariableshashref
,
$allscriptvariablesref
);
installer::setupscript::
add_installationobject_to_variables
(
$allvariableshashref
,
$allscriptvariablesref
);
# Adding also all variables, that must be included into the $allvariableshashref.
installer::setupscript::
add_forced_properties
(
$allvariableshashref
);
# Replacing preset properties, not using the default mechanisms (for example for UNIXPRODUCTNAME)
# Replacing preset properties, not using the default mechanisms (for example for UNIXPRODUCTNAME)
installer::setupscript::
replace_preset_properties
(
$allvariableshashref
);
installer::setupscript::
replace_preset_properties
(
$allvariableshashref
);
...
...
solenv/bin/modules/installer/setupscript.pm
Dosyayı görüntüle @
9a5183dd
...
@@ -37,7 +37,6 @@ use installer::scriptitems;
...
@@ -37,7 +37,6 @@ use installer::scriptitems;
use
installer::
ziplist
;
use
installer::
ziplist
;
our
@EXPORT_OK
=
qw(
our
@EXPORT_OK
=
qw(
add_forced_properties
add_installationobject_to_variables
add_installationobject_to_variables
add_lowercase_productname_setupscriptvariable
add_lowercase_productname_setupscriptvariable
add_predefined_folder
add_predefined_folder
...
@@ -462,30 +461,6 @@ sub add_installationobject_to_variables
...
@@ -462,30 +461,6 @@ sub add_installationobject_to_variables
}
}
}
}
#####################################################################################
# Adding all variables, that must be defined, but are not defined until now.
#####################################################################################
sub
add_forced_properties
{
my
(
$allvariables
)
=
@_
;
my
@forced_properties
=
qw(
SERVICETAG_PRODUCTNAME
SERVICETAG_PRODUCTVERSION
SERVICETAG_PARENTNAME
SERVICETAG_SOURCE
SERVICETAG_URN
)
;
for
my
$property
(
@forced_properties
)
{
if
(
!
exists
(
$allvariables
->
{
$property
})
)
{
$allvariables
->
{
$property
}
=
""
;
}
}
}
#####################################################################################
#####################################################################################
# Some properties are created automatically. It should be possible to
# Some properties are created automatically. It should be possible to
# overwrite them, with PRESET properties. For example UNIXPRODUCTNAME
# overwrite them, with PRESET properties. For example UNIXPRODUCTNAME
...
...
solenv/bin/modules/t/installer-setupscript.t
Dosyayı görüntüle @
9a5183dd
...
@@ -32,7 +32,6 @@ use lib '.';
...
@@ -32,7 +32,6 @@ use lib '.';
BEGIN
{
BEGIN
{
use_ok
(
'installer::setupscript'
,
qw(
use_ok
(
'installer::setupscript'
,
qw(
add_forced_properties
add_installationobject_to_variables
add_installationobject_to_variables
add_lowercase_productname_setupscriptvariable
add_lowercase_productname_setupscriptvariable
add_predefined_folder
add_predefined_folder
...
...
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