Commit Graph

56 Commits (e3497f71133c84f062055fa1ca8251a8aaeb45af)

Author SHA1 Message Date
Tommie Gannert e3497f7113 Removes 1.5.5 for focal.
This was probably screwed up and actually built on jammy.
2023-05-12 16:56:49 +02:00
tommie 20c10fbec5
Updates README for new codenames. 2023-05-12 16:46:32 +02:00
github-actions[bot] 6962d68e0d Included release tonarino/innernet@v1.5.5 in jammy. 2023-05-12 14:35:15 +00:00
tommie 628441ba28
Adds ubuntu prefix. 2023-05-12 16:28:29 +02:00
tommie d6ffba3a65
Translates versions to codenames.
More trial-n-error with GitHub actions.
2023-05-12 16:25:01 +02:00
tommie 0762632d32
Dynamic matrix
https://github.com/actions/runner/issues/1985
https://github.com/orgs/community/discussions/37883
2023-05-12 16:08:56 +02:00
tommie 07a2e4f8e3
More attempts at conditional syntax...
The GitHub reference is not great...
2023-05-12 15:58:59 +02:00
tommie c19529c5a8
Conditionals syntax fixes.
Maybe this is more right?
2023-05-12 15:55:51 +02:00
tommie fbe6d1f79c
Attempts to fix output variable collisions.
GitHub actions outputs don't jive well with matrices for `runs-on`. They overwrite without warning. Switch to running update checks in a singleton job, and then add which distros need updating.
2023-05-12 15:54:06 +02:00
tommie 374b27c0cd
Checks for the distro-specific versions. 2023-05-12 15:23:32 +02:00
tommie 76f14a529f
Updates GitHub actions dependencies. 2023-05-12 15:21:21 +02:00
tommie eb6579c665
Adds a delay after push. 2023-05-12 15:11:21 +02:00
github-actions[bot] 1ff2086d5a Included release tonarino/innernet@v1.5.5 in focal. 2023-05-12 08:20:18 +00:00
tommie 05a53af003
Merge pull request #1 from tommie/ubuntu-focal
Jammy uses a newer glibc than Bullseye, breaking the packages at runtime. This makes it a bit more robust. Focal should still work on Bullseye.
2023-05-12 10:12:43 +02:00
Tommie Gannert e7ebe5b5a0 Removes dist bullseye and adds focal and jammy.
The ubuntu-latest is using a glibc that is too new for bullseye.
2023-05-12 10:10:54 +02:00
tommie acbf9d3d6e Add building for ubuntu focal. 2023-05-12 10:10:54 +02:00
tommie ce9f009e3a
Getting it right...
... one quote at a time.
2023-03-20 18:05:33 +01:00
tommie 1a9640b286
Escape backticks.
Really, I did escape them, and then I removed the sed command and replaced it, and forgot to re-add it. Seriously.
2023-03-20 18:04:05 +01:00
tommie 4551e3b3ff
Fixes version comparison. 2023-03-20 18:01:42 +01:00
tommie 23f35227a6
Fixes showing of job outputs. 2023-03-20 17:59:36 +01:00
tommie e128d955d9
Show job outputs from check-upstream. 2023-03-20 17:54:26 +01:00
tommie 98d7be7315
Makes check-upstream check out the repository. 2023-03-20 17:37:50 +01:00
tommie e2e7bf8b17
Fixes reprepro path in check-repo-release. 2023-03-20 17:35:28 +01:00
tommie 52c408ce34
First checks for new releases.
It's annoying that reprepro includedeb fails if there is an existing release. If we're fixing that, we might as well not build if there is no need.
2023-03-20 17:33:34 +01:00
Tommie Gannert 97b4577504 Updates README for the apt-key deprecation. 2023-02-17 16:25:34 +01:00
tommie 06416df138
Attempts to fix the bot commit message. 2023-02-17 16:01:55 +01:00
github-actions[bot] 13a45ebe12 Included release @. 2023-02-17 14:57:21 +00:00
tommie 72f13c98cb
Reverts to using the workspace root.
GitHub Actions generally have bad support for changing directories.
2023-02-17 15:51:29 +01:00
tommie 49e40f0e43
Set --manifest-path. 2023-02-17 15:29:35 +01:00
tommie bb37f269f9
Rust toolchain stable.
This is supposed to be the default, but it errs out without it.
2023-02-17 15:18:38 +01:00
tommie 06dcd39dae
Removes Accept: application/octet-stream. 2023-02-17 15:17:10 +01:00
tommie 9efa33a2d0
Fix typo. 2023-02-17 15:15:02 +01:00
tommie bc0eef18dd
Experiment with building the .deb packages.
Innernet no longer builds the .deb packages, so this repository is meaningless as-is.
2023-02-17 15:13:44 +01:00
github-actions[bot] d789ee7fb7 Included release tonarino/innernet@1.5.3. 2022-02-03 14:29:57 +00:00
github-actions[bot] d488c104a2 Included release tonarino/innernet@1.5.2. 2021-12-06 14:31:55 +00:00
github-actions[bot] 7084d58136 Included release tonarino/innernet@1.5.1. 2021-11-11 14:31:12 +00:00
github-actions[bot] 437e86ec00 Included release tonarino/innernet@1.5.0. 2021-09-20 14:30:15 +00:00
github-actions[bot] 544cfa3dd5 Included release tonarino/innernet@1.5.0-beta.5. 2021-09-16 14:31:40 +00:00
Tommie Gannert 897b0fa9a3 Enables scheduled and push-triggered updates. 2021-09-11 13:38:55 +02:00
Tommie Gannert 028689bd90 Adds a README, LICENSE and public key. 2021-09-11 13:31:31 +02:00
Tommie Gannert 1d1d08f9ef Adds unstable symlink again. 2021-09-11 13:26:06 +02:00
github-actions[bot] 7e2b1089b2 Included release tonarino/innernet@1.4.1. 2021-09-11 11:22:13 +00:00
Tommie Gannert 04eef6748b Signing attempt #5. 2021-09-11 13:21:31 +02:00
Tommie Gannert 236a5ea3ed Signing attempt #4. 2021-09-11 13:19:43 +02:00
Tommie Gannert 43883b4aea Trigger re-export. 2021-09-11 13:16:10 +02:00
Tommie Gannert d0e5235b1c Signing attempt #3. 2021-09-11 13:10:59 +02:00
Tommie Gannert 2603331b51 Signing attempt #3. 2021-09-11 13:06:31 +02:00
Tommie Gannert fa4f8b9286 Signing attempt #2. 2021-09-11 13:01:30 +02:00
Tommie Gannert 74cbf30147 Adds support for signing. 2021-09-11 12:32:50 +02:00
Tommie Gannert b7268d8934 Creates an "unstable" symlink. 2021-09-11 12:00:32 +02:00