Moving a package to new repository
Julia Programming Language
Moving a package to new repository
I am trying to move my a package to a new repo. I sent a PR and after an identity confirmation step I was told that I “need to make all of the existing treehashes available in the new repo.” I have no clue what it means. I’m guessing I need to include fragments like this example in my project.toml: [[deps.Packagename]] deps = [ ] git-tree-sha1 = “a07df0937c4b4c4d55a4a2b807c5addaf8d6e3bb” uuid = “89d1cb86-bdfb-46ce-bf84-ab7f830013b1” version = “0.x.0” Can anyone give me a hand with this qu...
0 comments
No comments yet.