~earnestma

Toronto, ON, Canada

https://earnestma.com

Most repos on my Gitea instance

Fedi: @earnestma@tech.lgbt

~earnestma/aptpkg-announce

Last active 2 years ago

~earnestma/aptpkg-devel

Last active 2 years ago

~earnestma/aptpkg-pkgs

Last active 2 years ago

~earnestma/public-inbox

Last active 2 years ago
View more

Recent activity

Re: Question using archlinux in builds service 1 year, 11 months 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 2 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 2 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 2 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] Makefile: Adjust man page file permissions 2 years ago

From earnest ma to ~adnano/kiln-devel

---
kiln.1 should not be executable

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 146b82c..fb0da08 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ clean:
install: all
	mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
	install -m755 kiln $(DESTDIR)$(BINDIR)/kiln
[message trimmed]

[PATCH v2] Add file type for generating packages 2 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 2 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 2 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 2 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