Home
last modified time | relevance | path

Searched refs:compare_attrs (Results 1 – 25 of 55) sorted by last modified time

123

/dports/mail/thunderbird/thunderbird-91.8.0/python/mozrelease/mozrelease/
H A Dupdate_verify.py72 compare_attrs = global_keys + ("releases",) variable in UpdateVerifyConfig
96 self_list = [getattr(self, attr) for attr in self.compare_attrs]
97 other_list = [getattr(other, attr) for attr in self.compare_attrs]
/dports/www/firefox/firefox-99.0/python/mozrelease/mozrelease/
H A Dupdate_verify.py72 compare_attrs = global_keys + ("releases",) variable in UpdateVerifyConfig
96 self_list = [getattr(self, attr) for attr in self.compare_attrs]
97 other_list = [getattr(other, attr) for attr in self.compare_attrs]
/dports/www/firefox-esr/firefox-91.8.0/python/mozrelease/mozrelease/
H A Dupdate_verify.py72 compare_attrs = global_keys + ("releases",) variable in UpdateVerifyConfig
96 self_list = [getattr(self, attr) for attr in self.compare_attrs]
97 other_list = [getattr(other, attr) for attr in self.compare_attrs]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/changes/
H A Dgithub.py42 compare_attrs = ("owner", "repo", "token", "branches", "pollInterval", variable in GitHubPullrequestPoller
H A Dgitpoller.py45 compare_attrs = ("repourl", "branches", "workdir", "pollInterval", "gitbin", "usetimestamps", variable in GitPoller
H A Dmail.py44 compare_attrs = ("basedir", "pollinterval", "prefix") variable in MaildirSource
413 compare_attrs = ("branchMap", "defaultBranch") variable in BzrLaunchpadEmailMaildirSource
H A Dpb.py100 compare_attrs = ("user", "passwd", "port", "prefix", "port") variable in PBChangeSource
H A Dgerritchangesource.py101 compare_attrs = ("gerritserver", "gerritport") variable in GerritChangeSourceBase
275 compare_attrs = ("gerritserver", "gerritport") variable in GerritChangeSource
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/
H A Dmanhole.py212 compare_attrs = ("port", "username", "password") variable in TelnetManhole
226 compare_attrs = ("port", "username", "password", "ssh_hostkey_dir") variable in PasswordManhole
243 compare_attrs = ("port", "keyfile", "ssh_hostkey_dir") variable in AuthorizedKeysManhole
261 compare_attrs = ("port", "checker") variable in ArbitraryCheckerManhole
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/process/
H A Dbuildstep.py131 compare_attrs = ('factory', 'args', 'kwargs') variable in _BuildStepFactory
176 compare_attrs = ("_factory",) variable in BuildStep
H A Dfactory.py54 compare_attrs = ('buildClass', 'steps', 'useProgress', 'workdir') variable in BuildFactory
H A Dproperties.py50 compare_attrs = ('properties',) variable in Properties
321 compare_attrs = ('fn',) variable in _OperatorRenderer
418 compare_attrs = ('fmtstring', 'args', 'lambda_subs') variable in WithProperties
454 compare_attrs = () variable in _NotHasKey
465 compare_attrs = ( variable in _Lookup
579 compare_attrs = ('codebase',) variable in _SourceStampDict
594 compare_attrs = ('value',) variable in _Lazy
614 compare_attrs = ('fmtstring', 'args', 'kwargs') variable in Interpolate
807 compare_attrs = ('key', 'default', 'defaultWhenFalse') variable in Property
847 compare_attrs = ('nestedlist') variable in FlattenList
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/reporters/
H A Dirc.py485 compare_attrs = ("host", "port", "nick", "password", "authz", variable in IRC
H A Dmail.py74 compare_attrs = ("domain") variable in Domain
H A Dmessage.py313 compare_attrs = ['body_template', 'subject_template', 'template_type'] variable in MessageFormatterBaseJinja
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A D__init__.py150 compare_attrs = () variable in ComparableMixin
156 compare_attrs = []
158 self.__class__, 'compare_attrs', compare_attrs)
161 [getattr(self, name, self._None) for name in compare_attrs]
171 compare_attrs = []
173 self.__class__, 'compare_attrs', compare_attrs)
176 for name in compare_attrs]
178 for name in compare_attrs]
229 compare_attrs = []
231 self.__class__, 'compare_attrs', compare_attrs)
[all …]
H A Dservice.py180 compare_attrs = ('name', '_config_args', '_config_kwargs') variable in BuildbotService
279 compare_attrs = ('name',) variable in ClusteredBuildbotService
H A Dssfilter.py132 compare_attrs = ( variable in SourceStampFilter
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/reporters/generators/
H A Dbuild.py34 compare_attrs = ['formatter'] variable in BuildStatusGenerator
84 compare_attrs = ['start_formatter', 'end_formatter'] variable in BuildStartEndStatusGenerator
H A Dbuildrequest.py36 compare_attrs = ['formatter'] variable in BuildRequestGenerator
H A Dbuildset.py34 compare_attrs = ['formatter'] variable in BuildSetStatusGenerator
H A Dutils.py34 compare_attrs = ['mode', 'tags', 'builders', 'schedulers', 'branches', 'subject', 'add_logs', variable in BuildStatusGeneratorMixin
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/schedulers/
H A Dbasic.py41 compare_attrs = ('treeStableTimer', 'change_filter', 'fileIsImportant', variable in BaseBasicScheduler
H A Dcanceller.py162 compare_attrs = BuildbotService.compare_attrs + ('filters',) variable in OldBuildCanceller
H A Ddependent.py29 compare_attrs = ('upstream_name',) variable in Dependent

123