forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmac-archive-rel.json
84 lines (84 loc) · 2.71 KB
/
mac-archive-rel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"archive_datas": [
{
"dirs": ["Chromium.app"],
"rename_dirs": [
{"from_dir": ".", "to_dir": "chrome-mac"}
],
"gcs_bucket": "chromium-browser-snapshots",
"gcs_path": "Mac/{%position%}/chrome-mac.zip",
"archive_type": "ARCHIVE_TYPE_ZIP",
"latest_upload": {
"gcs_path": "Mac/LAST_CHANGE",
"gcs_file_content": "{%position%}"
},
"revisions_file": {
"gcs_path": "Mac/{%position%}/REVISIONS"
}
},
{
"files": [
"chromedriver",
"LICENSE.chromedriver"
],
"rename_dirs": [
{"from_dir": ".", "to_dir": "chromedriver_mac64"}
],
"gcs_bucket": "chromium-browser-snapshots",
"gcs_path": "Mac/{%position%}/chromedriver_mac64.zip",
"archive_type": "ARCHIVE_TYPE_ZIP"
},
{
"files": [
"content_shell.pak",
"icudtl.dat"
],
"dirs": [
"blink_deprecated_test_plugin.plugin",
"blink_test_plugin.plugin",
"Content Shell.app",
"resources"
],
"rename_dirs": [
{"from_dir": ".", "to_dir": "content-shell"}
],
"gcs_bucket": "chromium-browser-snapshots",
"gcs_path": "Mac/{%position%}/content-shell.zip",
"archive_type": "ARCHIVE_TYPE_ZIP"
},
{
"dirs": ["gen/third_party/devtools-frontend/src/front_end"],
"rename_dirs": [
{"from_dir": ".", "to_dir": "devtools-frontend"}
],
"gcs_bucket": "chromium-browser-snapshots",
"gcs_path": "Mac/{%position%}/devtools-frontend.zip",
"archive_type": "ARCHIVE_TYPE_ZIP"
},
{
"dirs": ["pnacl"],
"rename_dirs": [
{"from_dir": ".", "to_dir": "pnacl"}
],
"gcs_bucket": "chromium-browser-snapshots",
"gcs_path": "Mac/{%position%}/pncal.zip",
"archive_type": "ARCHIVE_TYPE_ZIP"
},
{
"files": [
"remoting-me2me-host-mac.zip"
],
"gcs_bucket": "chromium-browser-snapshots",
"gcs_path": "Mac/{%position%}",
"archive_type": "ARCHIVE_TYPE_FILES"
},
{
"files": [
"updater.zip"
],
"gcs_bucket": "chromium-browser-snapshots",
"gcs_path": "Mac/{%position%}",
"archive_type": "ARCHIVE_TYPE_FILES"
}
]
}