I was playing with third party hosting for some git stuff and was confused on why my script was being called
So it turns out that we explicitly expect all git projects to be hosted on github without allowing for other sites. A bit amusing, but ultimately is going to result in issues.
github.com
null-release
in the git information.
Code:
> git checkout [Private Git Repo] release
Starting
remote: Enumerating objects
remote: Counting objects
remote: Compressing objects
Receiving objects
Resolving deltas
Updating references
Checking out files
Copying: scripts/test.js
Cloned project null-release
So it turns out that we explicitly expect all git projects to be hosted on github without allowing for other sites. A bit amusing, but ultimately is going to result in issues.
kolmafia/src/net/sourceforge/kolmafia/scripts/ScriptManager.java at main · kolmafia/kolmafia
KoLmafia is a cross-platform desktop tool which interfaces with the online adventure game Kingdom of Loathing 🗡️🍸 - kolmafia/kolmafia