Thanks Tim, That fixed it and clearly the steps have changed a bit over the last few weeks!
Rob J. Goedman [email protected] On Jul 7, 2014, at 8:17 AM, Tim Holy <[email protected]> wrote: > Instructions on fixing it in > https://github.com/JuliaLang/julia/issues/5998 > > --Tim > > On Monday, July 07, 2014 08:14:30 AM Rob J. Goedman wrote: >> After (locally) registering a package Stan ( >> https://github,com/goedman/Stan.jl.git ) I'm trying to publish it >> (untagged) to METADATA.jl, but continue to get below error message. >> >> Github does accept my password (otherwise it gives another error message). >> Tagging the package does not seem to help either. >> >> In pkg.github.jl it seems to be checking a dictionary, but I'm not sure what >> this error is indicating. >> >> According to the latest manual this is suppose to generate a PR, but I think >> that section is out of date (I did use Pkg.publish about a month ago). >> >> Any suggestions? >> >> Thanks, >> Rob J. Goedman >> [email protected] >> >> >> >> robs-15inch-2:~ rob$ clear;julia >> >> _ >> _ _ _(_)_ | A fresh approach to technical computing >> (_) | (_) (_) | Documentation: http://docs.julialang.org >> _ _ _| |_ __ _ | Type "help()" to list help topics >> >> | | | | | | |/ _` | | >> | | | >> | | |_| | | | (_| | | Version 0.3.0-prerelease+4079 (2014-07-06 10:37 >> | | |UTC) >> >> _/ |\__'_|_|_|\__'_| | Commit 1d94ff9 (1 day old master) >> >> |__/ | x86_64-apple-darwin13.3.0 >> >> julia> Pkg.update() >> INFO: Updating METADATA... >> INFO: Cloning cache of HyperDualNumbers from >> git://github.com/JuliaDiff/HyperDualNumbers.jl.git INFO: Updating Stan... >> INFO: Updating HyperDualNumbers... >> INFO: Updating Jags... >> INFO: Updating MCMCExampleRepository... >> INFO: Computing changes... >> INFO: No packages to install, update or remove >> >> julia> Pkg.publish() >> INFO: Validating METADATA >> INFO: No new package versions to publish >> INFO: Submitting METADATA changes >> INFO: Forking JuliaLang/METADATA.jl to goedman >> Enter host password for user 'goedman': >> ERROR: key not found: "token" >> in getindex at dict.jl:615 >> in token at pkg/github.jl:53 >> in req at pkg/github.jl:61 >> in POST at pkg/github.jl:74 >> in fork at pkg/github.jl:87 >> in pull_request at pkg/entry.jl:290 >> in publish at pkg/entry.jl:357 >> in anonymous at pkg/dir.jl:28 >> in cd at file.jl:20 >> in cd at pkg/dir.jl:28 >> in publish at pkg.jl:57 >> >> julia> >
