Searched refs:license_manifest_path (Results 1 – 4 of 4) sorted by relevance
151 license_manifest_path='/home/foo/license.manifest',
238 def update_target_set_license_manifest(self, target, license_manifest_path): argument239 target.license_manifest_path = license_manifest_path1833 license_manifest_path = os.path.join(license_directory,1837 image_target, license_manifest_path)
790 license_manifest_path = models.CharField(max_length=500, null=True) variable in Target923 self.license_manifest_path = target.license_manifest_path
1916 file_name = Target.objects.get(build = build, pk = artifact_id).license_manifest_path