233 Commits
Author SHA1 Message Date
junv 6475454741 remove temp echo message 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 2016-03-06 21:41:18 +08:00
junv aa144d900a update source url 2016-03-06 21:30:35 +08:00
junv f987a3628c replase googlecode with github 2016-03-06 20:53:14 +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
bronzdoc 98c36fedb9 Add success message after go installation 2015-10-14 20:48:50 -06:00
Kei YAMAZAKI 707e5de0ba Fix compilation problem of go1.5 2015-08-20 09:58:20 +09:00
Nik Nyby 4231e20b6a Fix typos: specifiy -> specify 2015-04-08 23:13:13 -04: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
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
Antonio Murdaca f2a28de3cf Add check for curl dependency 2015-02-03 19:33:35 +01:00
Antonio Murdaca 9bc84bc286 Fix download for older go binary version 2015-01-11 22:35:12 +01: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
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
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
jambli 3d465f0ead Fix typos in pkgset-use 2014-07-12 11:22:01 -04: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
Marin 53fff83811 fall back to google code
if http://golang.org/dl (newer versions) fails, try to download from google code.
2014-07-08 20:03:34 -07:00
Marin fa0f1b4d57 fix binary download path to google code 2014-07-08 19:25:31 -07:00
Dan Buch 6b75a19639 Adding support for --preferbinary
to attempt an install from binary, falling back to source install.
2014-06-25 10:27:19 -04:00
Joshua B. Bussdieker 35d369dfd3 Cleanup error output 2014-06-12 15:10:37 -07:00
Michael Maltese 8954a3cb39 Mac binary package URLs contain system version
Fixes #77
2014-06-12 12:42:52 -07:00
Joshua B. Bussdieker 1218d4ed0f Fix typo 2014-06-12 12:20:45 -07:00
Joshua B. Bussdieker f265a1caca Try to detect OS and ARCH. Also cache downloaded binary. 2014-06-12 12:09:49 -07:00
Joshua B. Bussdieker 0bd1e648d8 MVP of binary install 2014-06-12 11:29:42 -07:00
Ali Abbas e27f83653f - implode function + confirmation prompt when invoking gvm implode
- test case
2014-04-12 15:57:26 +02:00
Ali Abbas b38be0c606 use GREP_PATH variable instead 2014-04-12 15:57:17 +02:00
Ali Abbas c1ec392bdd - Double quoting to avoid globbing
- Remove unecessary $(cat)
- switch * to ./* to avoid entries with dashes to be treated as options
- replace $* with "$@"
- repeating change path serial calls - unecessary if change path is called one (get script)
2014-04-12 15:56:54 +02:00
Ali Abbas 7d722aee3f * Switch $* to $@
* Use double quote everywhere, to avoid potential future globbing or word splitting
* Beautify EDITOR eval
* Fix typo in gvm-installer
* bin double quotes - best practice to avoid potential shell globbing and word splitting
* properly reference variable label
* simplify gvm-installer
2014-04-05 10:13:57 +02:00
Andrei Serdeliuc 1e9bca22a8 add output option to pkgenv
Using `pkgenv -o` or `pkgenv --output` will now cat the file instead of editing it.
2014-02-27 12:06:31 +01:00
Manoj Dayaram 402f71240e Merge pull request #51 from fdr/editor
Make gvm pkgenv sensitive to the EDITOR environment variable
2014-02-07 19:46:27 -08:00
Michael Fellinger 81fc036d26 Use "$PATH" to avoid weirdness.
Without this, I get this error when gvm is being loaded:

    /home/manveru/.gvm/scripts/gvm-default:export:17: not an identifier: 2:/home/manveru/node_modules/.bin:/home/manveru/github/akunspy/gopbuf/bin:./node_modules/.bin:.
2014-02-07 19:23:23 +01:00
Daniel Farina aa8763043d Make gvm pkgenv sensitive to the EDITOR environment variable
For those who do not use 'vi', although 'vi' is still the default.
2014-02-06 11:20:53 -08:00
Erik Aigner ab0e9e7c25 pkgenv command to edit package set environments. Fixes #41. 2013-11-16 17:20:42 +01:00
Joshua Bussdieker 99abb6d6ee Cleanup log location code 2013-11-12 01:55:37 -05:00
Peter Souter 3d24872ac7 Show log location when errors occur...
Makes it easier for users to figure out what happened :)
2013-10-17 10:34:09 +01:00
jbussdieker ed13433a66 Merge pull request #33 from modcloth-labs/filling-in-linkthis-docs
Filling in some docs for the `linkthis` command
2013-08-05 11:49:35 -07:00
Dan Buch 224a8deb25 Filling in some docs for the linkthis command
as well as some minor space/tab touchup.
2013-07-26 08:44:36 -04:00
jbussdieker c94d65bce5 More completion updates 2013-07-25 17:50:50 -07:00