Commit graph

32 commits

Author SHA1 Message Date
Marc Durdin
eb344c235f chore(linux): fixup build-utils ref in gha workflow 2023-03-13 08:43:50 +07:00
Eberhard Beilharz
24e07f2d9b
chore(linux): Remove debug output from packaging GHA 2023-03-06 08:50:25 +01:00
Eberhard Beilharz
3541f3080f
chore(linux): More GHA debugging 2023-03-02 10:44:13 +01:00
Eberhard Beilharz
718133d3aa
chore(linux): More debug output 2023-03-01 10:12:21 +01:00
Eberhard Beilharz
ea4ec8437e
chore(linux): Add debug output 2023-02-27 17:46:27 +01:00
Eberhard Beilharz
99fd8b8f3d
chore(linux): Add trust for gpg key 2023-02-27 17:11:22 +01:00
Eberhard Beilharz
8fef2a5c28
fix(linux): Fix upload in packaging GHA
Missed a fairly important step :-).
2023-02-23 20:21:28 +01:00
Eberhard Beilharz
43d49cde35
fix(linux): Fix paths in upload action of packaging GHA 2023-02-21 19:39:32 +01:00
Eberhard Beilharz
38d3eb7ff7
chore(linux): Cleanup GHA
`deb_signing` only runs for release builds, so it doesn't make
sense that `set_status` (which only runs for non-release builds)
depends on it.
2023-02-21 10:17:00 +01:00
Eberhard Beilharz
c303a7743d
chore(linux): Improve deb-packaging GHA
This change eliminates the need to checkout the Keyman source repo
on the self-hosted runner. The checkout previously timed out, and
the only reason we need it was the `apt-install` action. So now
we directly call `apt install` instead of using the action.
2023-02-21 09:14:11 +01:00
Eberhard Beilharz
665c685832
Merge pull request #8247 from keymanapp/fix/linux/gha
fix(linux): Checkout before  running apt-install
2023-02-20 08:58:39 +01:00
Eberhard Beilharz
b92db47f5f fix(linux): Checkout before running apt-install
We need to check out the source code before we can run the apt-install
action in the packaging GHA.
2023-02-17 06:52:08 +01:00
Eberhard Beilharz
3addac0a9d
chore(linux): Output results of API verification on stderr
This reduces the noise on the GHA summary page.
2023-02-16 13:05:04 +01:00
Eberhard Beilharz
9dafac1297
fix(linux): Fix syntax for skipping upload in packaging GHA 2023-02-16 08:31:07 +01:00
Eberhard Beilharz
bfbe2b73c8
fix(linux): Another iteration to fix packaging GHA 2023-02-15 18:28:07 +01:00
Eberhard Beilharz
4b9f57560b
fix(linux): Try a different approach 2023-02-15 16:15:47 +01:00
Eberhard Beilharz
305c6d12a7
Merge pull request #8223 from keymanapp/feat/linux/gha_upload
feat(linux): Implement uploading of packages in packaging GHA
2023-02-15 08:43:57 +01:00
Eberhard Beilharz
d9331a49c6
feat(linux): Implement uploading of packages in packaging GHA 2023-02-14 19:08:58 +01:00
Eberhard Beilharz
4a75689f3c
feat(linux): Pass PR# in the event type
This allows to see which GHA build ran on which branch/PR.
2023-02-14 17:03:27 +01:00
Eberhard Beilharz
9908eed572
fix(linux): Use PR HEAD for status
We need to use HEAD of the PR for setting the status, not the
merge commit.
2023-02-10 18:36:21 +01:00
Eberhard Beilharz
765607a6e5
fix(linux): Fix path to symbols file in packaging GHA 2023-02-10 12:28:28 +01:00
Eberhard Beilharz
b45a76f432
fix(linux): Fix Verify-API step of GHA 2023-02-09 11:16:59 +01:00
Eberhard Beilharz
f51d35ca1c
feat(linux): Adjust name of deploy environment 2023-02-09 08:28:15 +01:00
Eberhard Beilharz
e6300f1841
chore(linux): Address code review comments 2023-02-07 10:05:21 +01:00
Eberhard Beilharz
33756c1854
chore(linux): Update dependencies
This removes some deprecation warnings.
2023-02-06 17:19:21 +01:00
Eberhard Beilharz
da181b0576
chore(linux): Remove unused JENKINS variable 2023-02-06 17:12:45 +01:00
Eberhard Beilharz
beb0dd5b86
feat(linux): Use colors and groups
Also fix warning in source packaging step.
2023-02-06 17:12:45 +01:00
Eberhard Beilharz
cc7ecd5f8e
feat(linux): Set status on PR 2023-02-06 17:12:44 +01:00
Eberhard Beilharz
4975a38dd6
feat(linux): Use different types for PR and release builds
This makes it more obvious which workflow run is a PR build
and which is a release build.
2023-02-06 17:12:44 +01:00
Eberhard Beilharz
eb34d83abd
feat(linux): Don't sign (and upload) on PR builds 2023-02-06 17:12:43 +01:00
Eberhard Beilharz
fedef87191
chore(linux): Fix setting tier 2023-02-06 17:12:43 +01:00
Eberhard Beilharz
8caa73c500
feat(linux): Add debian packaging GHA 2023-02-06 17:12:43 +01:00