mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-05-27 21:59:12 +03:00
Compare commits
No commits in common. "trunk" and "v0.4.1" have entirely different histories.
@ -32,7 +32,7 @@ tasks:
|
||||
CC=clang CXX=clang++ make
|
||||
find out/ -maxdepth 1 -type f -exec readelf -d {} + | tee /dev/stderr | grep Shared | LC_ALL=C sort -u
|
||||
- manpages: |
|
||||
sudo sh -c 'curl https://ra.ws.co.ls/~nabijaczleweli/groff-1.23-unfucking/blob/trunk/mdoc.local >> /etc/groff/mdoc.local'
|
||||
sudo sh -c 'curl https://git.sr.ht/~nabijaczleweli/groff-1.23-unfucking/blob/trunk/mdoc.local >> /etc/groff/mdoc.local'
|
||||
git -C tzpfms/ worktree add ../tzpfms-man man
|
||||
cd tzpfms-man
|
||||
git ls-tree -z --name-only HEAD | grep -z tpm | xargs -0 rm -r
|
||||
|
@ -12,7 +12,7 @@
|
||||
#define TZPFMS_BACKEND_MAX_LEN 16
|
||||
|
||||
|
||||
enum class key_loadedness : signed char {
|
||||
enum class key_loadedness : char {
|
||||
none = -1,
|
||||
unloaded = 0,
|
||||
loaded = 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user