Skip to content

Commit

Permalink
Merge 1b85430 into 2975acf
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Sep 17, 2016
2 parents 2975acf + 1b85430 commit f3580d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ os:
- osx
julia:
- 0.4
- 0.5
- nightly
notifications:
email: false
Expand Down
6 changes: 3 additions & 3 deletions src/API.jl
Expand Up @@ -644,9 +644,9 @@ end

function versioninfo(;verbose=false)
Base.versioninfo(verbose)
Base.Git.run(`log -1 '--pretty=format:Homebrew git revision %h; last commit %cr'`; dir=joinpath(prefix()))
Base.Git.run(`log -1 '--pretty=format:homebrew/core git revision %h; last commit %cr'`; dir=joinpath(prefix(), "Library", "Taps", "homebrew", "homebrew-core"))
Base.Git.run(`log -1 '--pretty=format:staticfloat/juliadeps revision %h; last commit %cr'`; dir=joinpath(prefix(), "Library", "Taps", "staticfloat", "homebrew-juliadeps"))
run(Cmd(`git log -1 '--pretty=format:Homebrew git revision %h; last commit %cr'`; dir=joinpath(prefix())))
run(Cmd(`git log -1 '--pretty=format:homebrew/core git revision %h; last commit %cr'`; dir=joinpath(prefix(), "Library", "Taps", "homebrew", "homebrew-core")))
run(Cmd(`git log -1 '--pretty=format:staticfloat/juliadeps revision %h; last commit %cr'`; dir=joinpath(prefix(), "Library", "Taps", "staticfloat", "homebrew-juliadeps")))

installed_pkgs = list()
println("\n$(length(installed_pkgs)) total packages installed:")
Expand Down

0 comments on commit f3580d1

Please sign in to comment.