Last active
August 29, 2015 14:10
-
-
Save chezou/c578aed2d97ed2634b5b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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