~jeremy

Jeremy Baxter

~jeremy/public-inbox

Last active 9 months ago
View more

Recent activity

Re: metasrht-api fails to load PGP private key a month ago

From Jeremy Baxter to ~sircmpwn/sr.ht-discuss

Conrad Hoffmann <ch@bitfehler.net> writes:
> It means that the library could not find a suitable private key in the
> keyring you specified. Possible reasons include:
>
> * No private key found - did you mix up private/public keys?
> * Private key is encrypted - is the key exported w/o passphrase?

Thanks Conrad! I must have had the key exported with a passphrase.
Apologies for the delay by the way.

Thanks,
Jeremy

Re: Making the account name clickable in lists 2 months ago

From Jeremy Baxter to ~sircmpwn/sr.ht-discuss

Hundred Rabbits <rabbits@100r.co> writes:
> Hi!
>
> It would be neat if clicking on the account name in
> lists.sr.ht/~rabbits, would send to https://sr.ht/~rabbits/, as a way
> to jump from lists activity to account activity.

Sourcehut is designed so that each service is independent. Thus, if you
were to set up your own instance, you could possibly install lists.sr.ht
without sr.ht (the project hub) and it would work fine without the other
services. This change would introduce unnecessary coupling into sourcehut.

Have a lovely night!
Jeremy

metasrht-api fails to load PGP private key 2 months ago

From Jeremy Baxter to ~sircmpwn/sr.ht-discuss

Hi list, I'm having trouble setting up a sourcehut instance on
NixOS. metasrht-api fails to start, with this message:

    panic: Failed to load [mail]pgp-privkey for email signature

I have armored PGP keys in place with the configuration file set up to
point to them. Does anyone have a clue what this message means?

Thanks,
Jeremy

[PATCH nemesis-meta] add directions for submitting patches 7 months ago

From Jeremy Baxter to ~abrik1/nemesis-dev

---
 contributing.md | 77 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 76 insertions(+), 1 deletion(-)

diff --git a/contributing.md b/contributing.md
index 8a5448a..d2d3b82 100644
--- a/contributing.md
+++ b/contributing.md
@@ -8,7 +8,7 @@ some tips on getting started.
There are multiple ways you can contribute to Nemesis:

- Opening a ticket for a bug or a feature request
- Submitting a patch (not covered currently)
- Submitting a patch
[message trimmed]

[PATCH nemesis-pkg] nbuild: refactor and reindent 7 months ago

From Jeremy Baxter to ~abrik1/nemesis-dev

---
 nbuild.lua | 248 +++++++++++++++++++++++++----------------------------
 1 file changed, 117 insertions(+), 131 deletions(-)

diff --git a/nbuild.lua b/nbuild.lua
index 1518816..432f8ec 100644
--- a/nbuild.lua
+++ b/nbuild.lua
@@ -1,46 +1,46 @@
#!/usr/bin/csto
#!/usr/bin/env csto

https = require("socket.http")
sha = require("libs/sha")
[message trimmed]

git.sr.ht patchset editor 7 months ago

From Jeremy Baxter to ~sircmpwn/sr.ht-discuss

Hi, I've noticed that the patchset editor on git.sr.ht is broken. When I
open any one of my repositories and click on "Prepare a patchset", it
yields "500 Internal Error". I'm not sure how long this has been broken
for.

Thanks,

Jeremy

[PATCH nemesis-meta v2] add contributing guide 7 months ago

From Jeremy Baxter to ~abrik1/nemesis-dev

---
 contributing.md | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 contributing.md

diff --git a/contributing.md b/contributing.md
new file mode 100644
index 0000000..8a5448a
--- /dev/null
+++ b/contributing.md
@@ -0,0 +1,33 @@
# Contributing to Nemesis

If you'd like to contribute to Nemesis, please read this guide for
[message trimmed]

[PATCH nemesis-meta] improve README.md 7 months ago

From Jeremy Baxter to ~abrik1/nemesis-dev

Improve language, remove unnecessary wording, and update the copyright year.
---
 README.md | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index ab00fa6..990f8e3 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,8 @@
# Project Nemesis
NemesisOS, a work-in-progress independent source based Linux distribution for x86_64 arch.
This is Project Nemesis, a work-in-progress independent Linux distribution.

[message trimmed]

[PATCH nemesis-meta] add contributing guide 7 months ago

From Jeremy Baxter to ~abrik1/nemesis-dev

---
 contributing.md | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 contributing.md

diff --git a/contributing.md b/contributing.md
new file mode 100644
index 0000000..d5967e8
--- /dev/null
+++ b/contributing.md
@@ -0,0 +1,33 @@
# Contributing to Nemesis

If you'd like to contribute to Nemesis, please read this guide for
[message trimmed]

[PATCH nemesis-pkg] add Nix development environment 7 months ago

From Jeremy Baxter to ~abrik1/nemesis-dev

Add a Nix flake providing a devshell exposing Callisto and
luasocket. Accessible via `nix develop'.
---
 flake.lock | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 flake.nix  | 34 ++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)
 create mode 100644 flake.lock
 create mode 100644 flake.nix

diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..ae589b2
--- /dev/null
+++ b/flake.lock
[message trimmed]