~jeremy

Jeremy Baxter

~jeremy/public-inbox

Last active 5 months ago
View more

Recent activity

[PATCH nemesis-meta] add directions for submitting patches 2 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 2 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 2 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 2 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 2 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 2 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 3 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]

Re: Blame in Git Web interface doesn't work and redirect to error 404 page. 4 months ago

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

Hi Abdelhak, Jonne Ransijn has made a patch fixing this issue:
  <https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/51020>

 ~Jeremy

Re: I get every message on this list delivered twice 4 months ago

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

Hi Rouven,

I experienced something similar a few weeks ago. Send an email to
<~sircmpwn/sr.ht-support@lists.sr.ht> and the team there can sort it
out for you.

 ~Jeremy

[PATCH sr.ht-docs] builds.sr.ht/compatibility: update to OpenBSD 7.5, drop 7.3 5 months ago

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

Use OpenBSD 7.5 as the newest image, use 7.4 as the old image and
remove references to 7.3 as per the support policy.
---
 builds.sr.ht/compatibility.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md
index 849207b..eb6ec0b 100644
--- a/builds.sr.ht/compatibility.md
@@ -937,10 +937,10 @@ also: [upstream release cycle](https://www.openbsd.org/faq/faq5.html)
<table class="table table-sm table-hover">
  <thead>
    <tr>
[message trimmed]