Andrew-William-Smith / hudson-changelog

Changelog for the Hudson toolchain's sourcehut repository: https://git.sr.ht/~awsmith/hudson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hudson Development Changelog

builds.sr.ht status

In protest of GitHub's abuse of platform privilege in automatically indexing (L)GPL-licensed repositories for the creation of a training dataset for GitHub Copilot, development of the Hudson programming language is not conducted on GitHub. However, many programmers use this platform as a form of newsfeed for the projects that they follow, using their GitHub homepage to keep up with the developments of development without conducting code reviews. As such, the Hudson project mirrors a commit log to this repository, allowing for the browsing of all commits on the project's master branch without making any actual code available to GitHub. If you would like to track Hudson development, you may follow this repository; however, to view changes in full, you will still need to browse the project's main repository on sourcehut.

Mirroring commits from sourcehut

Hudson developers may mirror their commits from sourcehut as follows:

$ git clone git@github.com:Andrew-William-Smith/hudson-changelog.git
$ cd hudson-changelog
$ ./publish.sh {path to Hudson repo}
$ git push -u origin master

This process should be run once per commit to hudson/master. At present, mirrored commit logs are not maintained for other branches.

Resources on GitHub Copilot

About

Changelog for the Hudson toolchain's sourcehut repository: https://git.sr.ht/~awsmith/hudson

License:GNU Lesser General Public License v3.0


Languages

Language:Shell 100.0%