Skip to content

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

License

Notifications You must be signed in to change notification settings

Andrew-William-Smith/hudson-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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