#10041 Updating 32 bit arch names to commonly used names
Merged 3 years ago by mohanboddu. Opened 3 years ago by mohanboddu.
mohanboddu/releng odcs-arch-update  into  main

@@ -38,6 +38,6 @@ 

  source = ComposeSourceTag(tag, sigkeys=[sigkey])

  

  # Making a private compose with no inheritance

- arches = ["armv7hl", "i686", "x86_64", "aarch64", "ppc64le", "s390x"]

+ arches = ["armhfp", "i386", "x86_64", "aarch64", "ppc64le", "s390x"]

  compose = odcs.request_compose(source, target_dir="private", arches = arches, flags=["no_inheritance"])

  print(compose)

rebased onto b2a5167

3 years ago

Pull-Request has been merged by mohanboddu

3 years ago
Metadata