()
| 100 | |
| 101 | |
| 102 | def parse_args(): |
| 103 | parser = argparse.ArgumentParser(description='Create distributions') |
| 104 | parser.add_argument('-u', '--url', |
| 105 | help='The base URL from which to download ' |
| 106 | 'libchromiumcontent (i.e., the URL you passed to ' |
| 107 | 'libchromiumcontent\'s script/upload script', |
| 108 | default=BASE_URL, |
| 109 | required=False) |
| 110 | return parser.parse_args() |
| 111 | |
| 112 | |
| 113 | def force_build(): |