Skip to content

Commit 47806a4

Browse files
move test.json
1 parent 0d37fae commit 47806a4

File tree

2 files changed

+65
-62
lines changed

2 files changed

+65
-62
lines changed

dist.json

Lines changed: 0 additions & 62 deletions
This file was deleted.

udroid/src/test.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"suites": ["impish", "jammy"],
3+
"impish": {
4+
"varients": ["xfce4", "mate","raw"],
5+
"xfce4": {
6+
"Name": "-",
7+
"arm64url": "http://",
8+
"armhfurl": "http://",
9+
"amd64url": "http://",
10+
"arm64sha": "http://",
11+
"armhfsha": "http://",
12+
"amd64sha": "http://"
13+
},
14+
"mate": {
15+
"Name": "-",
16+
"FirendlyName": "Udroid Mate",
17+
"Description": "Udroid Mate based on ubuntu ",
18+
"arm64url": "http://",
19+
"armhfurl": "http://",
20+
"amd64url": "http://",
21+
"arm64sha": "http://",
22+
"armhfsha": "http://",
23+
"amd64sha": "http://"
24+
},
25+
"kde": {
26+
"Name": "-",
27+
"arm64url": "http://",
28+
"armhfurl": "http://",
29+
"amd64url": "http://",
30+
"arm64sha": "http://",
31+
"armhfsha": "http://",
32+
"amd64sha": "http://"
33+
}
34+
},
35+
"jammy": {
36+
"varients": ["xfce4", "mate","raw"],
37+
"xfce4": {
38+
"Name": "udroid-jammy-xfce4",
39+
"arm64url": "http://",
40+
"armhfurl": "http://",
41+
"amd64url": "https://github.com/RandomCoderOrg/ubuntu-on-android/releases/download/v3/udroid-impish-xfce4-beta.tar.gz",
42+
"arm64sha": "http://",
43+
"armhfsha": "http://",
44+
"amd64sha": "http://"
45+
},
46+
"mate": {
47+
"Name": "udroid-jammy-mate",
48+
"arm64url": "http://",
49+
"armhfurl": "http://",
50+
"amd64url": "http://",
51+
"arm64sha": "http://",
52+
"armhfsha": "http://",
53+
"amd64sha": "http://"
54+
},
55+
"kde": {
56+
"Name": "udroid-jammy-kde",
57+
"arm64url": "http://",
58+
"armhfurl": "http://",
59+
"amd64url": "http://",
60+
"arm64sha": "http://",
61+
"armhfsha": "http://",
62+
"amd64sha": "http://"
63+
}
64+
}
65+
}

0 commit comments

Comments
 (0)