comparison recipes/kde/maemo/tags.py @ 356:71524f886550

fixed indentation from tabs to spaces
author Bjoern Ricks <bricks@intevation.de>
date Tue, 18 May 2010 11:59:12 +0000
parents 8a07fc5e15b3
children 12aa59b94cf4
comparison
equal deleted inserted replaced
355:8a07fc5e15b3 356:71524f886550
86 self.found_tag_rules = True 86 self.found_tag_rules = True
87 87
88 def packager_for_new_revision(self): 88 def packager_for_new_revision(self):
89 logging.info("Checking tags") 89 logging.info("Checking tags")
90 self.tag_url = None 90 self.tag_url = None
91 self.use_tag_rules = self.found_tag_rules 91 self.use_tag_rules = self.found_tag_rules
92 tag_url, tag_revision = self.tag_detector.newest_tag_revision() 92 tag_url, tag_revision = self.tag_detector.newest_tag_revision()
93 tag_rules_url, tag_rules_revision = self.tag_rules_detector.newest_tag_revision() 93 tag_rules_url, tag_rules_revision = self.tag_rules_detector.newest_tag_revision()
94 logging.info("Found: %s: %s", tag_url, tag_revision) 94 logging.info("Found: %s: %s", tag_url, tag_revision)
95 logging.info("Found rules: %s: %s", tag_rules_url, tag_rules_revision) 95 logging.info("Found rules: %s: %s", tag_rules_url, tag_rules_revision)
96 if self.use_tag_rules and tag_rules_url is None: 96 if self.use_tag_rules and tag_rules_url is None:
97 self.use_tag_rules = False 97 self.use_tag_rules = False
98 if tag_url is not None: 98 if tag_url is not None:
99 if not self.use_tag_rules: 99 if not self.use_tag_rules:
100 tag_rules_revision = self.rules_working_copy.last_changed_revision() 100 tag_rules_revision = self.rules_working_copy.last_changed_revision()
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)