mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-04 21:41:29 +00:00
ubuntu-build: add support for riscv64.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
parent
5a895e9685
commit
0aa7280f94
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,8 +1,13 @@
|
|||||||
ubuntu-dev-tools (0.177) UNRELEASED; urgency=medium
|
ubuntu-dev-tools (0.177) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Dan Streetman ]
|
||||||
* Verify checksums for downloaded binary files
|
* Verify checksums for downloaded binary files
|
||||||
* pullpkg: support pulling from Ubuntu upload queues
|
* pullpkg: support pulling from Ubuntu upload queues
|
||||||
|
|
||||||
|
[ Mattia Rizzolo ]
|
||||||
|
* ubuntu-build:
|
||||||
|
+ Add support for riscv64.
|
||||||
|
|
||||||
-- Dan Streetman <ddstreet@canonical.com> Fri, 13 Mar 2020 10:02:36 -0400
|
-- Dan Streetman <ddstreet@canonical.com> Fri, 13 Mar 2020 10:02:36 -0400
|
||||||
|
|
||||||
ubuntu-dev-tools (0.176) unstable; urgency=medium
|
ubuntu-dev-tools (0.176) unstable; urgency=medium
|
||||||
|
@ -43,8 +43,10 @@ def main():
|
|||||||
usage += "Only Launchpad Buildd Admins may rescore package builds."
|
usage += "Only Launchpad Buildd Admins may rescore package builds."
|
||||||
|
|
||||||
# Valid architectures.
|
# Valid architectures.
|
||||||
valid_archs = set(["armel", "armhf", "arm64", "amd64", "hppa", "i386", "ia64",
|
valid_archs = set([
|
||||||
"lpia", "powerpc", "ppc64el", "s390x", "sparc"])
|
"armel", "armhf", "arm64", "amd64", "hppa", "i386", "ia64",
|
||||||
|
"lpia", "powerpc", "ppc64el", "riscv64", "s390x", "sparc",
|
||||||
|
])
|
||||||
|
|
||||||
# Prepare our option parser.
|
# Prepare our option parser.
|
||||||
opt_parser = OptionParser(usage)
|
opt_parser = OptionParser(usage)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user