marty-oehme
4921fe87e2
Update dependency netbirdio/netbird to v0.48.0 ( #9 )
...
* Update dependency netbirdio/netbird to v0.48.0
* Update netbird-bin checksum
---------
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-06-24 19:07:16 +02:00
1c7fb76040
Add renovate to all packages
2025-06-24 19:01:18 +02:00
d0d4b298a6
Remove ly-git from repo
2025-06-24 19:01:17 +02:00
60a0f09fad
Bootstrap binaries even if cache hit
2025-06-24 16:50:18 +02:00
dab1b7b013
Add chown for xgensum directories
2025-06-24 14:08:34 +02:00
4753e594a6
Add manual dispatching for checksum
2025-06-24 13:50:38 +02:00
b9c84675c4
Add renovate to localsend-go
2025-06-24 13:50:36 +02:00
73482477dc
Allow manual renovate dispatch
2025-06-24 13:23:58 +02:00
f156428706
Add caching to checksum workflow
2025-06-24 13:15:07 +02:00
91dd25b85b
Update README roadmap for automatic template updates
2025-06-24 13:15:07 +02:00
85401c22ab
Remove workflow events used for testing
build / Check package changes (push) Waiting to run
build / Build packages (push) Blocked by required conditions
build / Deploy repository (push) Blocked by required conditions
2025-06-24 12:06:30 +02:00
2afd3f986c
Remove leftover packages before creating repo website
2025-06-24 12:06:29 +02:00
marty-oehme
6a30e8f64c
Update phiresky/ripgrep-all to v0.10.9 ( #6 )
...
* Update dependency phiresky/ripgrep-all to v0.10.9
* Update ripgrep-all checksum
---------
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-06-24 10:26:54 +02:00
bf07c11fb4
Fix deployment branch checking
2025-06-24 10:17:50 +02:00
b198bcab2e
Fix build workflow CHANGED env var
2025-06-24 10:07:08 +02:00
963ee15eeb
Distinguish between package and checksum updates
2025-06-24 10:02:40 +02:00
936aa8fbbc
Commit deployed package changes
2025-06-24 09:57:12 +02:00
e5d8f52668
Switch to latest void containers
2025-06-24 09:57:12 +02:00
7be7e5029a
Only run deployment if called from PR
2025-06-24 09:57:11 +02:00
c7ae80f33a
Improve build artifact naming
2025-06-24 09:57:11 +02:00
b1277a2089
Fix checking out correct ref in build workflow
2025-06-23 23:06:04 +02:00
0cbf4b6b65
Fix receiving correct changed pkg env var to xgensum
2025-06-23 22:51:00 +02:00
08f0d251ef
Add pwd as safe git directory
2025-06-23 22:50:57 +02:00
3dd576935b
Fetch current github ref
2025-06-23 22:37:00 +02:00
512874ffc4
Use different working directories
2025-06-23 22:36:36 +02:00
5978dfe2ef
Set new run conditions for building
2025-06-23 22:24:26 +02:00
d91417d4ea
Add checksum workflow for PRs
2025-06-23 22:24:26 +02:00
a5f05da58f
Automatically checksum renovated packages
2025-06-23 22:20:46 +02:00
2a18eec93c
Add renovate action
2025-06-23 12:09:12 +02:00
db96913779
Prepare ripgrep-all for automatic renovation
2025-06-23 11:34:14 +02:00
c203136038
Update tgpt to 2.10.0
build / Check package changes (push) Has been cancelled
build / Build packages (push) Has been cancelled
build / Deploy repository (push) Has been cancelled
2025-05-28 12:43:09 +02:00
2df88a6fc6
Add topen package
build / Check package changes (push) Has been cancelled
build / Build packages (push) Has been cancelled
build / Deploy repository (push) Has been cancelled
2025-04-01 14:18:10 +02:00
aff030a6fa
Add netbird-bin package
...
build / Check package changes (push) Has been cancelled
build / Build packages (push) Has been cancelled
build / Deploy repository (push) Has been cancelled
Only contains the binary release for amd64 atm. Have not had time to
figure out the build process / add more arches.
Will also probably be a little buggy still. There's a system service
included which needs to run for netbird to work.
Setup is a tiny bit cumbersome in that you have to enable the service
_first_ (which will complain about no auth found) and then manually run
`netbird up` with your pre-shared key or sso or whatever method you
choose to authenticate.
2025-03-28 15:17:48 +01:00
0f55dafc55
Add install information to README
2025-03-28 15:17:47 +01:00
719fc50f68
Update tgpt version
build / Check package changes (push) Waiting to run
build / Build packages (push) Blocked by required conditions
build / Deploy repository (push) Blocked by required conditions
2025-03-28 14:00:41 +01:00
f268ba27a8
Add tgpt package
build / Check package changes (push) Has been cancelled
build / Build packages (push) Has been cancelled
build / Deploy repository (push) Has been cancelled
2025-03-16 18:01:33 +01:00
2dbfd8208e
Fix cap_net capabilities for localsend-go
build / Check package changes (push) Waiting to run
build / Build packages (push) Blocked by required conditions
build / Deploy repository (push) Blocked by required conditions
2025-03-16 15:37:53 +01:00
a4f3f6881a
Add localsend-go template
2025-03-16 15:36:59 +01:00
77e3bc6d61
Update README
2025-03-16 15:21:28 +01:00
1494fea74a
Build filtile-bin for deployment
build / Check package changes (push) Has been cancelled
build / Build packages (push) Has been cancelled
build / Deploy repository (push) Has been cancelled
2025-03-08 17:44:05 +01:00
ccdecda26c
Ensure we check out current commit
...
Before we were checking out the 'github.ref', which described the
"fully-formed ref of the branch or tag that triggered the workflow"
instead of the actual commit we want.[1] If there are commits above the
commit that triggered the current run (e.g. we pushed multiple to main
or similar), we would compare the wrong (head) commit.
Removing the 'ref:' option should check out the correct SHA instead.[2]
If it turns out it does not, we could still manually supply
'${{ github.sha }}'.
[1]: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#github-context
[2]: https://github.com/actions/checkout
2025-03-08 17:44:05 +01:00
c178fb1f44
Allow concurrent build jobs but not deploys
2025-03-08 17:44:04 +01:00
68aa165979
Remove redundant git-delta package
...
Already in official repositories, as 'delta'.
2025-03-08 17:19:46 +01:00
5ad391411e
Add install message explaining ripgrep-all optional deps
build / Check package changes (push) Waiting to run
build / Build packages (push) Blocked by required conditions
build / Deploy repository (push) Blocked by required conditions
2025-03-08 17:16:11 +01:00
161749e806
Add ripgrep-all template
2025-03-08 17:15:33 +01:00
6a1bb4ea1e
Fix repo deployment workflow
2025-03-08 16:24:45 +01:00
8505905ff4
Update readme
2025-03-08 16:24:45 +01:00
80c4994783
Change dotter-bin to dotter
...
Move from pre-compiled installation to compile and install workflow
using the cargo build style offered by voidlinux.
2025-03-06 20:23:47 +01:00
cf6641bfff
Don't automatically remove obsolete packages from repo
2025-03-06 20:23:47 +01:00
d2c3a54c9a
Add bemoji template
2025-03-06 09:56:12 +01:00