Commit Graph
560 Commits
Author SHA1 Message Date
Joshua Bussdieker 680e356630 Merge pull request #138 from uhoh-itsmaciek/respond-to-requests-for-help
Respond to help command by showing usage info
2015-12-17 12:26:26 -08:00
Joshua Bussdieker f7916c90b4 Merge pull request #163 from nikolas/patch-1
Add --default option to documentation
2015-12-17 12:24:18 -08:00
Joshua Bussdieker 2feeac7454 Merge pull request #168 from todd/install_15x_note
Add Go 1.5 Compilation Notes
2015-10-24 14:37:19 -07:00
Todd Bealmear 725bc293b2 📝 Add Go 1.5 Compilation Notes [ci skip] 2015-10-24 14:21:57 -07:00
Nik Nyby f62c61ec5c Add --default option to documentation 2015-10-08 13:32:30 -04:00
Joshua Bussdieker 8b7e848371 Merge pull request #157 from ilons/master
Should add source_line properly for bashrc
2015-09-11 08:58:58 -07:00
Ilon Sjögren 604e702e2a Should add source_line properly for bashrc 2015-09-10 13:52:01 +02:00
Joshua Bussdieker 595852af11 Merge pull request #139 from nmabhinandan/master
Pre appended newline to source_line
2015-09-09 08:37:57 -07:00
Joshua Bussdieker e34bbfc017 Merge pull request #154 from kei-yamazaki/goroot_bootstrap
Fix compilation problem of go1.5
2015-09-09 08:35:57 -07:00
Kei YAMAZAKI 707e5de0ba Fix compilation problem of go1.5 2015-08-20 09:58:20 +09:00
Gregory G. Tseng ff81688ece Merge pull request #140 from david-poirier/master
changed gvm install to go1.4
2015-07-10 10:56:08 -07:00
David Poirier 5366dd903d changed gvm install to go1.4 2015-06-12 11:20:22 +10:00
Abhinandan d32b62bf31 Pre appended newline to source_line
Playing it safe
2015-05-28 13:51:43 +05:30
Maciek Sakrejda e66076be0d Respond to help command by showing usage info 2015-05-21 21:17:41 -07:00
Joshua Bussdieker bba42f81f9 Merge pull request #132 from nikolas/fix-typos
Fix typos: specifiy -> specify
2015-04-16 16:00:57 -07:00
Joshua Bussdieker 7fd2678da2 Merge pull request #135 from tchoulihan/patch-1
Show the useful gvm listall command
2015-04-16 16:00:18 -07:00
Tyler Houlihan 9cf079ba24 Show the useful gvm listall command
It took me a while to find this, but the gvm listall command is probably its most useful feature, and its not even on the front page.
2015-04-14 23:04:53 -04:00
Nik Nyby 4231e20b6a Fix typos: specifiy -> specify 2015-04-08 23:13:13 -04:00
Gregory G. Tseng 670008ebb9 Merge pull request #116 from tianon/go1.4-cross
Fix "gvm cross" for Go 1.4
2015-02-03 21:12:42 -08:00
Tianon Gravi ece4351a6b Fix some whitespace inconsistencies in scripts/cross 2015-02-03 22:03:22 -07:00
Tianon Gravi d1db113a52 Fix "gvm cross" for Go 1.4
> go tool dist: opendir /home/user/.gvm/gos/go1.4/src/pkg/runtime: No such file or directory
> ERROR: Couldn't compile runtime library for darwin amd64
2015-02-03 22:03:22 -07:00
Gregory G. Tseng c6850e273a Merge pull request #122 from naoina/master
Change Go source repository to git
2015-02-03 18:00:22 -08:00
Naoya Inada ccbb978c9a Fix for installation of master 2015-02-04 10:44:32 +09:00
Naoya Inada e1ea0e745f Change Go source repository to git 2015-02-04 09:49:50 +09:00
Gregory G. Tseng 121663b898 Merge pull request #118 from runcom/curl_dependency_check
Add check for curl dependency
2015-02-03 10:51:55 -08:00
Antonio Murdaca f2a28de3cf Add check for curl dependency 2015-02-03 19:33:35 +01:00
Gregory G. Tseng b5144138b0 Merge pull request #119 from runcom/fix_download_older_go_version
Fix download for older go binary version
2015-02-03 10:31:36 -08:00
Antonio Murdaca 9bc84bc286 Fix download for older go binary version 2015-01-11 22:35:12 +01:00
Joshua B. Bussdieker e5a06b52c7 Bump version to 1.0.22 1.0.22 2014-08-04 08:37:08 -07:00
Joshua Bussdieker 51d149771f Merge pull request #94 from meatballhat/scenario-tests-on-travis
Trying to run both default and scenario tests on Travis
2014-08-04 08:35:47 -07:00
Joshua Bussdieker eb61d9dbd0 Merge pull request #96 from runcom/zsh_installer_compatibility
Edit gvm-installer to be compatible with zsh
2014-08-04 08:32:51 -07:00
Antonio Murdaca 7fc9e0ef22 Edit gvm-installer to be compatible with zsh 2014-08-03 22:53:03 +02:00
Dan Buch 03d7843f69 Trying to run both default and scenario tests on Travis
* Aborting rake tests if subshells fail plus attempting to make
gvm-installer less destructive for easing local verification of the
tests that run on Travis.
* Getting rubocop happy with the Rakefile, collapsing things a bit
2014-07-22 10:38:47 -04:00
Joshua Bussdieker ac17654314 Merge pull request #91 from kainosnoema/fix/download-url
Fix invalid download paths preventing install
2014-07-21 22:18:35 -07:00
Joshua B. Bussdieker dff56e69df Bump version to 1.0.21 1.0.21 2014-07-21 22:14:26 -07:00
Evan Owen fb0881a609 Fix indentation everywhere
Signed-off-by: Evan Owen <kainosnoema@gmail.com>
2014-07-21 22:14:04 -07:00
Joshua Bussdieker ae439a3560 Merge pull request #92 from tianon/arm
Update "gvm cross" to support ARM properly
2014-07-21 22:13:08 -07:00
Evan Owen f9b3d1699d Replace go.googlecode.com fallback with storage.googleapis.com
go.googlecode.com no longer works, storage.googleapis.com does.

Signed-off-by: Evan Owen <kainosnoema@gmail.com>
2014-07-21 22:12:07 -07:00
Evan Owen b3ac750c04 Remove extra 'go' from download URL path
GO_BINARY_FILE already contains the full "go1.3..." path.

Signed-off-by: Evan Owen <kainosnoema@gmail.com>
2014-07-21 22:12:07 -07:00
Joshua Bussdieker 112dfaac37 Merge pull request #88 from amitkgupta/master
gvm-check shows all missing requirements.
2014-07-21 22:08:07 -07:00
Joshua Bussdieker a71029eaa4 Merge pull request #89 from meatballhat/normalize-prefer-binary
Making all prefer-binary bits consistent
2014-07-21 22:07:26 -07:00
Tianon Gravi 78e2e80d40 Update "gvm cross" to support ARM properly 2014-07-21 10:29:38 -06:00
Dan Buch 9a9aab4b12 Correcting download URL construction
to not have a double `go`, e.g. when running one of the following:

    gvm install go1.3 --binary

or:

    gvm install go1.3 --prefer-binary
2014-07-21 11:27:12 -04:00
Dan Buch 38dfba78b8 Making all prefer-binary bits consistent 2014-07-21 10:37:42 -04:00
Amit Gupta 3ffc794bc5 gvm-check shows all missing requirements. 2014-07-20 23:52:59 -04:00
Joshua Bussdieker b914f5a6b3 Merge pull request #85 from jambli/master
Fix typos in pkgset-use
2014-07-12 12:20:15 -07:00
jambli 3d465f0ead Fix typos in pkgset-use 2014-07-12 11:22:01 -04:00
Joshua Bussdieker 4ce01e1e16 Merge pull request #81 from CoolOppo/patch-1
Merge the apt-get commands
2014-07-09 14:43:15 -07:00
Joshua Bussdieker a5ade13862 Merge pull request #84 from hoffoo/master
fix binary download path to golang.org/dl
2014-07-09 14:43:01 -07:00
Joshua Bussdieker e06e446acf Merge pull request #83 from meatballhat/support-prefer-binary
Adding support for --preferbinary
2014-07-09 14:41:34 -07:00