Home | History | Annotate | Download | only in release

Lines Matching refs:strip

86   line = re.sub(r"\t", r"        ", line.strip())
108 title = title.strip()
130 result += "%s\n" % Fill80("(%s)" % author.strip())
144 ref = re.match(r"^BUG[ \t]*=[ \t]*(.+)$", text.strip())
148 bug = bug.strip()
241 return sys.stdin.readline().strip()
252 params["api_key"] = api_key.strip()
336 return self.step.Git("tag").strip().splitlines()
367 if self.step.Git("show-ref refs/remotes/origin/%s" % name).strip():
373 if self.step.Git("show-ref refs/remotes/branch-heads/%s" % name).strip():
632 tag = self.Git("describe --tags %s" % revision).strip()
644 int(time_now - max_age)).strip()
683 # Strip patch level if it exists.