Lines Matching defs:GoalTrackerItem

435 class GoalTrackerItem(TrackerItem):
1042 self.dl_pkgs = GoalTrackerItem(_("Download packages"))
1043 self.dl_files = GoalTrackerItem(_("Download files"))
1044 self.dl_bytes = GoalTrackerItem(_("Download bytes"))
1049 GoalTrackerItem(_("Republished pkgs"))
1051 GoalTrackerItem(_("Republish sent bytes"))
1058 self.pub_refresh = GoalTrackerItem(_("Refresh Publishers"))
1064 self.mfst_fetch = GoalTrackerItem(_("Download Manifests"))
1065 self.mfst_commit = GoalTrackerItem(_("Committed Manifests"))
1067 self.repo_ver_pkgs = GoalTrackerItem(
1069 self.repo_fix = GoalTrackerItem(_("Fix Repository Content"))
1072 self.archive_items = GoalTrackerItem(_("Archived items"))
1073 self.archive_bytes = GoalTrackerItem(_("Archived bytes"))
1076 self.reversion_pkgs = GoalTrackerItem(_("Processed Packages"))
1077 self.reversion_revs = GoalTrackerItem(_("Reversioned Packages"))
1078 self.reversion_adjs = GoalTrackerItem(_("Adjusted Packages"))
1092 GoalTrackerItem(_("Package planning")),
1106 GoalTrackerItem(_("Verifying Packages")),
1108 GoalTrackerItem(_("Fixing Packages")),
1113 GoalTrackerItem(_("Removing old actions")),
1115 GoalTrackerItem(_("Installing new actions")),
1117 GoalTrackerItem(_("Updating modified actions")),
1128 GoalTrackerItem(_("Updating package cache")),
1132 GoalTrackerItem(_("Updating search index")),
1134 GoalTrackerItem(_("Building new search index")),
1142 GoalTrackerItem(_("Analyzing removed packages")),
1144 GoalTrackerItem(_("Analyzing repository packages")),
1146 GoalTrackerItem(_("Removing package manifests")),
1148 GoalTrackerItem(_("Removing package files")),
1150 GoalTrackerItem(_("Verifying repository content")),
1152 GoalTrackerItem(_("Fixing repository content"))
1164 # This GoalTrackerItem is created on the fly.
1263 if not isinstance(planitem, GoalTrackerItem):
1489 if not isinstance(jobitem, GoalTrackerItem):
1605 self.lintitems = GoalTrackerItem(phasename)
2823 if isinstance(planitem, GoalTrackerItem):
3071 if isinstance(jobitem, GoalTrackerItem):