Searched refs:package_manifest_path (Results 1 – 4 of 4) sorted by relevance
152 package_manifest_path='/home/foo/package.manifest')
242 def update_target_set_package_manifest(self, target, package_manifest_path): argument243 target.package_manifest_path = package_manifest_path1841 package_manifest_path = os.path.join(deploy_dir_image,1844 if os.path.exists(package_manifest_path):1846 image_target, package_manifest_path)
791 package_manifest_path = models.CharField(max_length=500, null=True) variable in Target924 self.package_manifest_path = target.package_manifest_path
1919 file_name = Target.objects.get(build = build, pk = artifact_id).package_manifest_path