~earnestma

Toronto, ON, Canada

https://earnestma.com

Most repos on my Gitea instance

Fedi: @earnestma@tech.lgbt

~earnestma/aptpkg-announce

Last active 3 years ago

~earnestma/aptpkg-devel

Last active 3 years ago

~earnestma/aptpkg-pkgs

Last active 3 years ago

~earnestma/public-inbox

Last active 3 years ago
View more

Recent activity

Re: Question using archlinux in builds service 3 years ago

From earnest ma to ~sircmpwn/sr.ht-discuss

On 12/3/21 13:51, Matt Critchlow wrote:
> Hi,
> 
> I'm trying to migrate from my Github site and moving it to sr.ht Pages.
> 
> I've setup a .build.yml file, but my build job[1] seems to be stuck when 
> installing package dependencies.
> 
>  From the docs it seems like using `yay -Suy` to install packages should 
> be fine, but it seems to be hanging potentially waiting on a Yes/No prompt.
> 
> I'm curious if anyone sees anything obvious I'm missing.

`yes y | yay -Syu ruby-bundler` seems to work, or you could include it

[PATCH aptpkg v2] feat: Autobuild changed build files from git commit 3 years ago

From earnest ma to ~earnestma/aptpkg-devel

---
 aptpkg | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/aptpkg b/aptpkg
index dc04f7b..b7876ef 100755
--- a/aptpkg
+++ b/aptpkg
@@ -15,6 +15,7 @@ Documentation: https://man.sr.ht/~earnestma/aptpkg

Usage:
	aptpkg [directory]
	aptpkg --auto (commit id)  Autobuild modified packages from commit
	aptpkg -h, --help          Show help
[message trimmed]

[PATCH aptpkg] feat: Autobuild changed build files from git commit 3 years ago

From earnest ma to ~earnestma/aptpkg-devel

---
 aptpkg | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/aptpkg b/aptpkg
index dc04f7b..0d5b335 100755
--- a/aptpkg
+++ b/aptpkg
@@ -15,6 +15,7 @@ Documentation: https://man.sr.ht/~earnestma/aptpkg

Usage:
	aptpkg [directory]
	aptpkg --auto (commit id)  Autobuild modified packages from commit
	aptpkg -h, --help          Show help
[message trimmed]

On aptpkg documentation 3 years ago

From earnest ma to ~earnestma/aptpkg-devel

Within the next release of aptpkg, to avoid confusion with 
aptpkg.earne.link, the documentation for aptpkg itself will be moved off 
the man.sr.ht wiki and onto a man page.

that's all, thanks!

-- 
earnest ma (they/he) <me@earne.link>
https://earnestma.xyz

[PATCH v2] Add file type for generating packages 3 years ago

From earnest ma to ~earnestma/aptpkg-devel

---
 aptpkg | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/aptpkg b/aptpkg
index dd82552..4b4c25c 100755
--- a/aptpkg
+++ b/aptpkg
@@ -35,12 +35,45 @@ check(){
	fi
}

# Generate the debian control file
gen_control_file(){
[message trimmed]

[PATCH] Add file type for generating packages 3 years ago

From earnest ma to ~earnestma/aptpkg-devel

---
Just refamiliarizing myself with git send-email. I haven't tested this
yet and it might not work.
 aptpkg | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/aptpkg b/aptpkg
index dd82552..251359b 100755
--- a/aptpkg
+++ b/aptpkg
@@ -35,12 +35,44 @@ check(){
	fi
}

[message trimmed]

[sr.ht-docs] Update Alpine linux mirror link from 3.12 to 3.13 4 years ago

From earnest ma to ~sircmpwn/sr.ht-dev

* v3.12 is no longer available
* https://lists.sr.ht/~sircmpwn/sr.ht-admins/%3CC94AN72MZ29P.9NO40TRD8NH5%40taiga%3E
---
 packages.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages.md b/packages.md
index 1742f00..9a3d49e 100644
--- a/packages.md
+++ b/packages.md
@@ -29,7 +29,7 @@ repositories, which support various distributions, are available at

# Alpine Linux

[message trimmed]

Debian packaging: python3-scmsrht should be a dependency of srht-git 4 years ago

From earnest ma to ~sircmpwn/sr.ht-discuss

Hello,

Currently, on the Debian package repo, python3-scmsrht is not listed as 
a dependency of srht-git, and not automatically installed.

Consequently, running gitsrht-initdb produces an error ending with 
ModuleNotFoundError: No module named 'scmsrht'. Manually installing the 
dependency does not produce this error.

Could this be added? Thanks,

--
earnest ma <me@earne.link>
https://earnestma.xyz

[PATCH] Fix link to music.txt from about page 4 years ago

From earnest ma to ~seirdy/seirdy.one-comments

Should prevent a 404 to music.txt from the envs mirror at https://envs.net/~seirdy/about.html
---
 content/about/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/about/index.md b/content/about/index.md
index e4cfbc5..2cbc150 100644
--- a/content/about/index.md
+++ b/content/about/index.md
@@ -67,7 +67,7 @@ I watch anime. Some of my favorites, in no particular order:

### Music

I've put together a periodically-updated [list of tracks](/music.txt) that I've rated 8/10 or higher in my mpd stickers database, auto-generated by some of my [mpd-scripts](https://git.sr.ht/~seirdy/mpd-scripts/tree/master/smart-playlists). I'm a fan of glitch, trailer music, and symphonic and power metal; I've also recently been getting into Japanese rock thanks to a few anime openings. Some of my favorite artists are The Glitch Mob, Pretty Lights, Beats Antique, Hammerfall, Badflower, Celldweller/Scandroid, Helloween, Two Steps from Hell, Nightwish, Mili, and MYTH & ROID.
[message trimmed]