#github
- Auto-Release PostgreSQL Extensions on PGXN
https://justatheory.com/2025/05/release-on-pgxn
Step-by-step instructions to publish PostgreSQL extensions and utilities on the PostgreSQL Extension Network (PGXN).
- Migrating Bricolage CVS and SVN to Git
https://justatheory.com/2009/04/bricolage-to-git
Now that I’ve successfully migrated the old Bricolage SourceForge CVS repository to Git, and also migrated Subversion to Git, it’s time to stitch the two repositories together into one with all history intact. I’m glad to say that figuring out how to do so took substantially less time than the first two steps, thanks in large part to the great help from “doener,” “Ilari,” and “Fissure” on the Freenode #git channel.
- https://justatheory.com/2020/10/release-postgres-extensions-with-github-actions
Go beyond testing and fully automate the release of Postgres extensions on both GitHub and PGXN using GitHub actions.
- Accelerate Perl Github Workflows with Caching
https://justatheory.com/2021/11/cache-perl-github-workflows
A quick tip for speeding up Perl builds in GitHub workflows by caching dependencies.
Follow #github
on RSS or use the
JSON API
curl -X GET \
-H "Content-type: application/json" \
-H "Accept: application/json" \
"https://octothorp.es/~/github"