← Back to team overview

curtin-dev team mailing list archive

[Merge] ~xypron/curtin:riscv64 into curtin:master

 

Heinrich Schuchardt has proposed merging ~xypron/curtin:riscv64 into curtin:master.

Commit message:
Add riscv64 support.
Add link to git repository in debian/control

Requested reviews:
  curtin developers (curtin-dev)
Related bugs:
  Bug #1964482 in curtin (Ubuntu): "riscv64 missing in PORTS_ARCHES"
  https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1964482

For more details, see:
https://code.launchpad.net/~xypron/curtin/+git/curtin/+merge/416677
-- 
Your team curtin developers is requested to review the proposed merge of ~xypron/curtin:riscv64 into curtin:master.
diff --git a/curtin/commands/apt_config.py b/curtin/commands/apt_config.py
index 262d653..1dc0233 100644
--- a/curtin/commands/apt_config.py
+++ b/curtin/commands/apt_config.py
@@ -40,7 +40,7 @@ PRIMARY_ARCH_MIRRORS = {"PRIMARY": "http://archive.ubuntu.com/ubuntu/";,
 PORTS_MIRRORS = {"PRIMARY": "http://ports.ubuntu.com/ubuntu-ports";,
                  "SECURITY": "http://ports.ubuntu.com/ubuntu-ports"}
 PRIMARY_ARCHES = ['amd64', 'i386']
-PORTS_ARCHES = ['s390x', 'arm64', 'armhf', 'powerpc', 'ppc64el']
+PORTS_ARCHES = ['s390x', 'arm64', 'armhf', 'powerpc', 'ppc64el', 'riscv64']
 
 APT_SOURCES_PROPOSED = (
     "deb $MIRROR $RELEASE-proposed main restricted universe multiverse")
diff --git a/debian/control b/debian/control
index 9f0b71d..72bb6cc 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,8 @@ Build-Depends: debhelper (>= 7),
                python3-setuptools,
                python3-yaml
 Homepage: http://launchpad.net/curtin
+Vcs-Git: https://git.launchpad.net/curtin
+Vcs-Browser: https://git.launchpad.net/curtin
 X-Python3-Version: >= 3.2
 
 Package: curtin

Follow ups