Skip to content

Instantly share code, notes, and snippets.

@chezou
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chezou/c578aed2d97ed2634b5b to your computer and use it in GitHub Desktop.
Save chezou/c578aed2d97ed2634b5b to your computer and use it in GitHub Desktop.
julia> Pkg.update()
INFO: Updating METADATA...
...snip...
INFO: Building Homebrew
remote: Counting objects: 818, done.
remote: Compressing objects: 100% (232/232), done.
remote: Total 818 (delta 644), reused 759 (delta 585)
Receiving objects: 100% (818/818), 92.06 KiB | 0 bytes/s, done.
Resolving deltas: 100% (644/644), completed with 144 local objects.
From https://github.com/Homebrew/homebrew
653dc2e..aad426f master -> origin/master
HEAD is now at aad426f CurlDownloadStrategy: initialize attributes in initializer
HEAD is now at 0ff29b6 Add xz as a dependency for imagemagick
INFO: Building Cairo
julia> Pkg.tag("MeCab")
INFO: Tagging MeCab v0.1.2
INFO: Committing METADATA for MeCab
julia> Pkg.publish()
INFO: Validating METADATA
INFO: Pushing MeCab permanent tags: v0.1.2
INFO: Submitting METADATA changes
INFO: Forking JuliaLang/METADATA.jl to chezou
INFO: Pushing changes as branch pull-request/9edd153f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment