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]
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]
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
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]
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]
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]
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]
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
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
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]