Lines Matching +full:ci +full:- +full:configure
49 cmd = "git rev-parse --abbrev-ref HEAD".split()
54 encoding='UTF-8')
64 cmd = "git remote get-url upstream".split()
69 encoding='UTF-8')
87 encoding='UTF-8',
126 cmd = 'git diff --name-status ' + base_branch
128 cmd = 'git status --porcelain'
142 if ' -> ' in filename:
144 filename = filename.split(' -> ', 2)[1].strip()
234 @status("configure regenerated", modal=True, info=str)
236 """Check if configure has been regenerated."""
237 if 'configure.ac' in file_paths:
238 return "yes" if 'configure' in file_paths else "no"
245 if 'configure.ac' in file_paths:
250 def ci(pull_request): function
291 # Regenerated configure, if necessary.
306 parser.add_argument('--ci',
309 if args.ci:
310 ci(args.ci)