Searched refs:package_manifest_path (Results 1 – 4 of 4) sorted by relevance
150 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_path1827 package_manifest_path = os.path.join(deploy_dir_image,1830 if os.path.exists(package_manifest_path):1832 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
1895 file_name = Target.objects.get(build = build, pk = artifact_id).package_manifest_path