Skip to content

Commit 8fa48d4

Browse files
committed
Merge remote-tracking branch 'github/main' into ixi/bigger-vm-memory-limit
2 parents f589dc6 + 5c37744 commit 8fa48d4

File tree

194 files changed

+10041
-1964
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+10041
-1964
lines changed

.github/buildomat/jobs/tuf-repo.sh

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
#: "=/work/manifest.toml",
99
#: "=/work/repo.zip",
1010
#: "=/work/repo.zip.sha256.txt",
11+
#: "=/work/helios.json",
12+
#: "=/work/incorporation.p5m",
13+
#: "=/work/incorporation.p5p",
1114
#: "%/work/*.log",
1215
#: ]
1316
#: access_repos = [
@@ -42,6 +45,21 @@
4245
#: name = "repo.zip.sha256.txt"
4346
#: from_output = "/work/repo.zip.sha256.txt"
4447
#:
48+
#: [[publish]]
49+
#: series = "rot-all"
50+
#: name = "helios.json"
51+
#: from_output = "/work/helios.json"
52+
#:
53+
#: [[publish]]
54+
#: series = "rot-all"
55+
#: name = "incorporation.p5m"
56+
#: from_output = "/work/incorporation.p5m"
57+
#:
58+
#: [[publish]]
59+
#: series = "rot-all"
60+
#: name = "incorporation.p5m"
61+
#: from_output = "/work/incorporation.p5p"
62+
#:
4563

4664
set -o errexit
4765
set -o pipefail
@@ -73,4 +91,4 @@ esac
7391
pfexec zfs create -p "rpool/images/$USER/host"
7492
pfexec zfs create -p "rpool/images/$USER/recovery"
7593

76-
cargo xtask releng --output-dir /work
94+
cargo xtask releng --output-dir /work --mkincorp

0 commit comments

Comments
 (0)