globals.pm (fb67933c) globals.pm (d1fa6344)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 218 unchanged lines hidden (view full) ---

227 $archiveformat = "";
228 $minorupgradekey = "";
229 $updatelastsequence = 0;
230 $updatesequencecounter = 0;
231 $updatedatabase = 0;
232 $updatedatabasepath = "";
233 $pfffileexists = 0;
234 $pffcabfilename = "ooobasis3.0_pff.cab";
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 218 unchanged lines hidden (view full) ---

227 $archiveformat = "";
228 $minorupgradekey = "";
229 $updatelastsequence = 0;
230 $updatesequencecounter = 0;
231 $updatedatabase = 0;
232 $updatedatabasepath = "";
233 $pfffileexists = 0;
234 $pffcabfilename = "ooobasis3.0_pff.cab";
235 $mergemodulenumber = 0;
236 %allmergemodulefilesequences = ();
237 %newupdatefiles = ();
238 %allusedupdatesequences = ();
235 %newupdatefiles = ();
236 %allusedupdatesequences = ();
239 %mergemodulefiles = ();
240 $mergefiles_added_into_collector = 0;
241 $creating_windows_installer_patch = 0;
242
243 $strip = 1;
244
245 $globallogging = 0;
237 $mergefiles_added_into_collector = 0;
238 $creating_windows_installer_patch = 0;
239
240 $strip = 1;
241
242 $globallogging = 0;
246 $globalloggingform21 = 1;
247 $logfilename = "logfile.log"; # the default logfile name for global errors
248# @logfileinfo = ();
249# @errorlogfileinfo = ();
250# @globallogfileinfo = ();
251 $ignore_error_in_logfile = 0;
252 $exitlog = "";
253 $globalinfo_copied = 0;
254 $quiet = 0;

--- 32 unchanged lines hidden (view full) ---

287 @installsetcontent = ();
288 %xpdpackageinfo = ();
289 $signfiles_checked = 0;
290 $dosign = 0;
291 $pwfile = "";
292 $pwfile = "";
293 $pfxfile = "";
294
243 $logfilename = "logfile.log"; # the default logfile name for global errors
244# @logfileinfo = ();
245# @errorlogfileinfo = ();
246# @globallogfileinfo = ();
247 $ignore_error_in_logfile = 0;
248 $exitlog = "";
249 $globalinfo_copied = 0;
250 $quiet = 0;

--- 32 unchanged lines hidden (view full) ---

283 @installsetcontent = ();
284 %xpdpackageinfo = ();
285 $signfiles_checked = 0;
286 $dosign = 0;
287 $pwfile = "";
288 $pwfile = "";
289 $pfxfile = "";
290
295 %mergemodules = ();
296 %merge_media_line = ();
297 %merge_allfeature_hash = ();
298 %merge_alldirectory_hash = ();
299 %copy_msm_files = ();
300 $mergefeaturecollected = 0;
301 $mergedirectoriescollected = 0;
302 $lastsequence_before_merge = 0;
303 $lastcabfilename = "";

--- 139 unchanged lines hidden (view full) ---

443 $javafilename = "";
444 $javafilename2 = "";
445 $javafilename3 = "";
446 $javafile = "";
447 $urefile = "";
448
449 $postprocess_specialepm = 0;
450 $postprocess_standardepm = 0;
291 %merge_media_line = ();
292 %merge_allfeature_hash = ();
293 %merge_alldirectory_hash = ();
294 %copy_msm_files = ();
295 $mergefeaturecollected = 0;
296 $mergedirectoriescollected = 0;
297 $lastsequence_before_merge = 0;
298 $lastcabfilename = "";

--- 139 unchanged lines hidden (view full) ---

438 $javafilename = "";
439 $javafilename2 = "";
440 $javafilename3 = "";
441 $javafile = "";
442 $urefile = "";
443
444 $postprocess_specialepm = 0;
445 $postprocess_standardepm = 0;
451 $mergemodules_analyzed = 0;
452
453 $starttime = "";
454
455 @solarispatchscripts = ("checkinstall", "copyright", "patch_checkinstall", "patch_postinstall", "postinstall", "preinstall", "i.none");
456 @solarispatchscriptsforextensions = ("checkinstall", "copyright", "patch_checkinstall", "patch_postinstall_extensions", "postinstall_extensions", "preinstall", "i.none");
457 @solarispatchfiles = (".diPatch", "patchinfo");
458 @environmentvariables = ( "SOLARVERSION", "GUI", "WORK_STAMP", "OUTPATH", "LOCAL_OUT", "LOCAL_COMMON_OUT" );
459 @packagelistitems = ("module", "solarispackagename", "packagename", "copyright", "vendor", "description" );

--- 102 unchanged lines hidden ---
446
447 $starttime = "";
448
449 @solarispatchscripts = ("checkinstall", "copyright", "patch_checkinstall", "patch_postinstall", "postinstall", "preinstall", "i.none");
450 @solarispatchscriptsforextensions = ("checkinstall", "copyright", "patch_checkinstall", "patch_postinstall_extensions", "postinstall_extensions", "preinstall", "i.none");
451 @solarispatchfiles = (".diPatch", "patchinfo");
452 @environmentvariables = ( "SOLARVERSION", "GUI", "WORK_STAMP", "OUTPATH", "LOCAL_OUT", "LOCAL_COMMON_OUT" );
453 @packagelistitems = ("module", "solarispackagename", "packagename", "copyright", "vendor", "description" );

--- 102 unchanged lines hidden ---