Searched refs:warn (Results 1 - 14 of 14) sorted by relevance

/haikuporter/HaikuPorter/
H A DReporterMongo.py8 from .Utils import info, warn namespace
27 warn('pymongo unavailable')
32 warn('unable to connect to MongoDB @ ' + self.uri)
H A DSourceFetcher.py22 from .Utils import ensureCommandIsAvailable, info, sysExit, unpackArchive, warn namespace
122 warn("UNSAFE SOURCES ARE BAD AND SHOULD NOT BE USED IN PRODUCTION")
123 warn("PLEASE MOVE TO A STATIC ARCHIVE DOWNLOAD WITH CHECKSUM ASAP!")
134 warn("Updating of a Bazaar repository to a specific revision has "
158 warn("UNSAFE SOURCES ARE BAD AND SHOULD NOT BE USED IN PRODUCTION")
159 warn("PLEASE MOVE TO A STATIC ARCHIVE DOWNLOAD WITH CHECKSUM ASAP!")
178 warn("Updating of a CVS repository to a specific revision has "
244 warn("UNSAFE SOURCES ARE BAD AND SHOULD NOT BE USED IN PRODUCTION")
245 warn("PLEASE MOVE TO A STATIC ARCHIVE DOWNLOAD WITH CHECKSUM ASAP!")
259 warn("Updatin
[all...]
H A DSource.py25 storeStringInFile, sysExit, warn)
144 warn("Stored SOURCE_URI is no longer in recipe, automatic "
174 warn(('Unable to fetch source from %s (error: %s), '
177 warn(('Unable to fetch source from %s (error: %s)')
201 warn('Source dir has changed or been removed, unpacking in new dir')
267 warn('----- CHECKSUM TEMPLATE -----')
268 warn('CHECKSUM_SHA256%(index)s="%(digest)s"' % {
271 warn('-----------------------------')
277 warn('No checksum found in recipe!')
445 # warn i
[all...]
H A DConfigParser.py15 from .Utils import filteredEnvironment, sysExit, warn namespace
83 warn('Ignoring key %s in file %s' % (key, filename))
96 warn('Key %s in file %s is unsupported, ignoring it'
H A DRepository.py22 from .Utils import prefixLines, sysExit, touchFile, versionCompare, warn namespace
73 warn('Found old repository format - repopulating the '
125 warn('skipping %s, as the recipe is broken' % portID)
134 warn(('skipping %s, as it is %s on the target '
274 warn('%s/%s is overruled by input '
278 warn('%s/%s is overruled by duplicate '
H A DPackageRepository.py17 from .Utils import info, prefixLines, sysExit, versionCompare, warn namespace
59 warn('failed to get info of {}: {}'.format(package, exception))
H A DOptions.py20 from .Utils import isCommandAvailable, warn namespace
366 warn("deactivating creation of source packages as 'git' is not "
H A DUtils.py69 def warn(message): function
74 logging.getLogger("buildLogger").warn(message)
H A DDependencyResolver.py16 from .Utils import printError, sysExit, warn namespace
299 sysExit(message) if fatal else warn(message)
H A DPackage.py31 naturalCompare, sysExit, touchFile, warn)
593 warn('unable to determine revision of haikuports tree')
H A DPolicy.py15 from .Utils import isCommandAvailable, sysExit, warn namespace
497 warn(violation)
H A DMain.py31 warn)
537 # warn when the port is not buildable on this architecture
542 warn(message)
710 warn('building obsolete port, packages will be put in {}'.format(
H A DBuildMaster.py25 from .Utils import ensureCommandIsAvailable, info, sysExit, warn namespace
289 warn('skipped port {}: {}'.format(portName, reason))
359 warn('unable to determine origin and revision of haikuports tree')
H A DPort.py39 storeStringInFile, symlinkGlob, sysExit, touchFile, warn)
327 # If a patch file exists for this port, warn if that patch file isn't
588 warn("port %s doesn't seem to be required by %s"
854 warn('not grabbing ' + package.hpkgName
1262 warn(str(exception))

Completed in 36 milliseconds