globals.pm (d1fa6344) | globals.pm (f30bf281) |
---|---|
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 --- 212 unchanged lines hidden (view full) --- 221 $linuxrespin = 0; 222 @linuxpatchfiles = (); 223 $linuxlibrarybaselevel = "1"; 224 $linuxlibrarypatchlevel = "1.1"; 225 @linuxlinks = (); 226 @linkrpms = (); 227 $archiveformat = ""; 228 $minorupgradekey = ""; | 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 --- 212 unchanged lines hidden (view full) --- 221 $linuxrespin = 0; 222 @linuxpatchfiles = (); 223 $linuxlibrarybaselevel = "1"; 224 $linuxlibrarypatchlevel = "1.1"; 225 @linuxlinks = (); 226 @linkrpms = (); 227 $archiveformat = ""; 228 $minorupgradekey = ""; |
229 $updatelastsequence = 0; 230 $updatesequencecounter = 0; 231 $updatedatabase = 0; 232 $updatedatabasepath = ""; | |
233 $pfffileexists = 0; 234 $pffcabfilename = "ooobasis3.0_pff.cab"; | 229 $pfffileexists = 0; 230 $pffcabfilename = "ooobasis3.0_pff.cab"; |
235 %newupdatefiles = (); 236 %allusedupdatesequences = (); | |
237 $mergefiles_added_into_collector = 0; 238 $creating_windows_installer_patch = 0; | 231 $mergefiles_added_into_collector = 0; 232 $creating_windows_installer_patch = 0; |
239 | 233 |
240 $strip = 1; 241 242 $globallogging = 0; 243 $logfilename = "logfile.log"; # the default logfile name for global errors 244# @logfileinfo = (); 245# @errorlogfileinfo = (); 246# @globallogfileinfo = (); 247 $ignore_error_in_logfile = 0; --- 308 unchanged lines hidden --- | 234 $strip = 1; 235 236 $globallogging = 0; 237 $logfilename = "logfile.log"; # the default logfile name for global errors 238# @logfileinfo = (); 239# @errorlogfileinfo = (); 240# @globallogfileinfo = (); 241 $ignore_error_in_logfile = 0; --- 308 unchanged lines hidden --- |