Commit graph

32 commits

Author SHA1 Message Date
f268ba27a8
Add tgpt package 2025-03-16 18:01:33 +01:00
2dbfd8208e
Fix cap_net capabilities for localsend-go 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 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 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
bc5d40f68a
Create separate deploy job 2025-03-06 09:56:11 +01:00
642c363d8d
Check diff to parent commit for non-merge commits 2025-03-06 08:27:42 +01:00
bb6ed04bf5
Check out current ref 2025-03-06 08:27:42 +01:00
c64a1f6c81
Add repo index page 2025-03-06 08:27:41 +01:00
8d6b7be13b
Track xbps files with git lfs 2025-03-06 08:27:40 +01:00
2dc8b370fc
Update readme 2025-03-06 08:27:40 +01:00
23f8396047
Make filtile-bin depend on river 2025-03-06 08:27:39 +01:00
93aeeda394
Enable musl arch for dotter-bin 2025-03-06 08:27:39 +01:00
94521d0b1b
Add build workflow 2025-03-06 08:27:38 +01:00
4a1ae17834
Add void-packages change detection script 2025-03-05 21:16:29 +01:00
90f470c1a6
Move packages to srcpkgs dir 2025-03-04 10:51:56 +01:00
be5fc0c3b4
Add README 2025-03-04 10:51:56 +01:00
66a92b7857
Add ly-git 2025-03-04 10:51:53 +01:00
50f47ad1de
Add dotter-bin 2025-02-24 13:49:15 +01:00
e7b76e118d
Add git-bug-git 2025-02-24 01:12:02 +01:00
c1bb7d156b
Add filtile-bin 2025-02-24 01:11:20 +01:00
a4025ae616
Add git-delta-bin 2025-02-24 00:22:00 +01:00