572 Commits
Author SHA1 Message Date
junv 6475454741 remove temp echo message 1.0.32 2016-03-06 22:03:27 +08:00
junv cd26aff6f9 try to fix git url issue 2016-03-06 21:48:19 +08:00
junv 498fbe8ad3 update git repo url 1.0.31 2016-03-06 21:41:18 +08:00
junv aa144d900a update source url 2016-03-06 21:30:35 +08:00
junv 2ad422375d Bump version to 1.0.30 1.0.30 2016-03-06 21:17:17 +08:00
junv e383017680 update readme 2016-03-06 20:58:55 +08:00
junv f987a3628c replase googlecode with github 2016-03-06 20:53:14 +08:00
junv a19aa82656 update source repo 2016-01-13 15:36:33 +08:00
Junv 310a36ced1 add github repo url 2016-01-12 00:15:31 +08:00
Joshua Bussdieker 25ea8ae158 Add gvm use -h. Fixes #128 2015-12-17 12:39:08 -08:00
Joshua Bussdieker 20fe6c5214 Merge pull request #167 from bronzdoc/enhancement/install_success_message
Add success message after go installation
2015-12-17 12:26:48 -08:00
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
bronzdoc 98c36fedb9 Add success message after go installation 2015-10-14 20:48:50 -06: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