Lines Matching full:repo
17 repo: str,
19 """Publish packages to a repo directory, initializing it if necessary."""
21 run_ffx_command(cmd=['repository', 'create', repo], check=True)
26 args += [repo]
38 package_args.add_argument('--repo',
40 package_args.add_argument('--purge-repo',
42 help='If clear the content in the repo.')
45 '--no-repo-init',
57 if not args.repo:
68 make_clean_directory(args.repo)
69 publish_packages(package_paths, args.repo)