Lines Matching full:packages
4 Utility to upload or remove the packages from the packages repository.
11 from autotest_lib.client.common_lib import base_packages, packages
69 parser.add_option("-r", "--repository", help="the URL of the packages"
70 "repository location to upload the packages to.",
107 msg = ("Temporary directory for packages %s does not have "
122 """Tar all packages up and return a list of each tar created"""
148 """Process a full upload of packages as a directory upload."""
156 print ("Temp destination for packages is full %s, aborting upload: %s"
233 repo_urls = c.get_config_value('PACKAGES', 'fetch_location',
235 upload_paths = c.get_config_value('PACKAGES', 'upload_location',
244 " PACKAGES in the global_config.ini or provide a location using"
270 pkgmgr = packages.PackageManager(autotest_dir, repo_urls=repo_urls,