Searched defs:target (Results 1 - 3 of 3) sorted by relevance
/pkg/src/ |
H A D | pull.py | 73 target = None variable 122 -d path_or_uri The filesystem path or URI of the target repository to 123 republish packages to. The target must already exist. 386 # Assume that a catalog doesn't exist for the target publisher, 399 dest_xport, temp_root, targ_pub, target 426 target = os.environ.get("PKG_DEST", None) 444 target = arg 499 if not list_newest and not target: 559 args = (pargs, target, list_newest, all_versions, 756 def archive_pkgs(pargs, target, list_newes [all...] |
/pkg/src/modules/client/ |
H A D | imageconfig.py | 457 dafile = os.path.join(os.path.dirname(self.target), DA_FILE) 752 if os.path.exists(os.path.dirname(self.target)): 755 da_path = os.path.join(os.path.dirname(self.target), 1487 def target(self): member in class:BlendedConfig 1488 return self.img_cfg.target
|
/pkg/src/modules/ |
H A D | config.py | 1210 the value is not valid for the given property or if the target 1317 valid for the given property or if the target property isn't a 1421 def target(self): member in class:Config 1422 """Returns the target used for storage and retrieval of 1436 """Saves the current configuration object to the target 1499 # First, attempt to read the target. 1921 """Saves the current configuration object to the target
|
Completed in 21 milliseconds