Merge lp:~xnox/ubuntu-transition-tracker/riscv64 into lp:~ubuntu-transition-trackers/ubuntu-transition-tracker/configs

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 794
Proposed branch: lp:~xnox/ubuntu-transition-tracker/riscv64
Merge into: lp:~ubuntu-transition-trackers/ubuntu-transition-tracker/configs
Diff against target: 36 lines (+4/-3)
3 files modified
download/archive_ports.ben_download (+1/-1)
global.conf (+2/-1)
go (+1/-1)
To merge this branch: bzr merge lp:~xnox/ubuntu-transition-tracker/riscv64
Reviewer Review Type Date Requested Status
Matthias Klose Pending
Ubuntu Transition Trackers Pending
Iain Lane Pending
Review via email: mp+383976@code.launchpad.net

Commit message

Add riscv64 to the transition tracker

To post a comment you must log in.
794. By Steve Langasek

Merge lp:~xnox/ubuntu-transition-tracker/riscv64

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'download/archive_ports.ben_download'
2--- download/archive_ports.ben_download 2020-04-24 14:20:21 +0000
3+++ download/archive_ports.ben_download 2020-05-14 16:42:29 +0000
4@@ -2,4 +2,4 @@
5 suite = "groovy";
6 areas = [ "main"; "restricted"; "universe"; "multiverse" ];
7
8-architectures = [ "armhf"; "arm64"; "ppc64el"; "s390x" ];
9+architectures = [ "armhf"; "arm64"; "ppc64el"; "s390x"; "riscv64" ];
10
11=== modified file 'global.conf'
12--- global.conf 2020-04-29 11:34:58 +0000
13+++ global.conf 2020-05-14 16:42:29 +0000
14@@ -6,7 +6,8 @@
15 "armhf";
16 "i386";
17 "ppc64el";
18- "s390x"
19+ "s390x";
20+ "riscv64"
21 ];
22 redownload = false;
23 use-cache = true;
24
25=== modified file 'go'
26--- go 2020-04-24 14:20:21 +0000
27+++ go 2020-05-14 16:42:29 +0000
28@@ -10,7 +10,7 @@
29
30 MIRROR=/srv/transitions/mirror/ubuntu/dists
31 SERIES=groovy
32-ARCHES="i386 amd64 armhf arm64 ppc64el s390x"
33+ARCHES="i386 amd64 armhf arm64 ppc64el s390x riscv64"
34 COMPONENTS="main universe multiverse restricted"
35
36 for arch in ${ARCHES}; do

Subscribers

People subscribed via source and target branches