Searched refs:getOption (Results 1 - 13 of 13) sorted by relevance

/haikuporter/HaikuPorter/
H A DPort.py29 from .Options import getOption namespace
544 stopAtHpkgs=getOption('updateDependencies') \
546 and not getOption('missingDependencies'),
673 if getOption('patchFilesOnly'):
678 if self.checkFlag('patch') and not getOption('force'):
684 if not getOption('noGitRepo'):
690 if patched and not getOption('noGitRepo'):
736 if (not getOption('preserveFlags') and self.checkFlag('build')
745 if not (getOption('createSourcePackagesForBootstrap')
746 or getOption('createSourcePackage
[all...]
H A DOptions.py27 # -- getOption ===-------------------------------------------------------------
29 def getOption(string): function
355 if (getOption('patchFilesOnly') or not getOption('patch')
356 or getOption('extractPatchset')):
358 if not getOption('build'):
360 if getOption('updateDependencies') or getOption('missingDependencies'):
362 if getOption('enterChroot'):
365 if not getOption('doBootstra
[all...]
H A DProvidesManager.py11 from .Options import getOption namespace
62 updateDependencies = getOption('updateDependencies')
63 missingDependencies = getOption('missingDependencies')
H A DPackageRepository.py15 from .Options import getOption namespace
180 privateKeyFile = getOption('packageRepositorySignPrivateKeyFile')
181 privateKeyPass = getOption('packageRepositorySignPrivateKeyPass')
207 systemPackagesDirectory = getOption('systemPackagesDirectory')
H A DRepository.py20 from .Options import getOption namespace
66 if not getOption('noRepositoryUpdate'):
69 if getOption('noRepositoryUpdate'):
160 if getOption('literalSearchStrings'):
192 if getOption('literalSearchStrings'):
271 if not self.quiet and not getOption('doBootstrap'):
525 if not getOption('noPackageObsoletion'):
631 systemPackagesDirectory = getOption('systemPackagesDirectory')
H A DDependencyResolver.py12 from .Options import getOption namespace
73 self._updateDependencies = getOption('updateDependencies') \
226 if isImplicit and not getOption('createSourcePackagesForBootstrap'):
238 if getOption('getDependencies'):
H A DSource.py21 from .Options import getOption namespace
199 if port.checkFlag('unpack', self.index) and not getOption('force'):
248 if port.checkFlag('validate', self.index) and not getOption('force'):
319 if port.checkFlag('patchset', self.index) and not getOption('force'):
323 if not getOption('noGitRepo'):
343 if getOption('noGitRepo'):
369 if patched and not getOption('noGitRepo'):
H A DBuildPlatform.py17 from .Options import getOption namespace
94 if not getOption('noSystemPackages'):
123 return getOption('chroot')
135 if not getOption('noSystemPackages'):
376 systemPackagesDirectory = getOption('systemPackagesDirectory')
631 systemPackagesDirectory = getOption('systemPackagesDirectory')
H A DConfiguration.py13 from .Options import getOption namespace
414 haikuportsConf = getOption('configFile')
434 optionValue = getOption(optionAttribute)
H A DDependencyAnalyzer.py15 from .Options import getOption namespace
78 if not getOption('noSystemPackages'):
332 if getOption('noSystemPackages'):
H A DMain.py24 from .Options import getOption namespace
41 if getOption('debug'):
615 if ((getOption('createSourcePackagesForBootstrap')
616 or getOption('createSourcePackages'))
745 and not (getOption('createSourcePackagesForBootstrap')
746 or getOption('createSourcePackages'))):
H A DPackage.py26 from .Options import getOption namespace
237 [requiresName], getOption('quiet'), False, True, self.architecture)
288 if getOption('quiet'):
H A DBuildMaster.py21 from .Options import getOption namespace
165 self.buildOutputBaseDir = getOption('buildMasterOutputDir')
190 if not getOption('systemPackagesDirectory'):
194 self.localBuilders = getOption('localBuilders')

Completed in 41 milliseconds