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
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
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
Benjamin R. Haskell
3f72ed5f89
Fixes hard-coded path to cache
2013-05-28 23:53:37 -04:00
Matt T. Proud
a1b2d926d6
Provide support for vendored native code workflow.
...
This commit introduces generated overlay filesystem support for
${PATH}, ${LD_LIBRARY_PATH}, and ${PKG_CONFIG_PATH} as well as
includes a working example of how to take advantage of this support
when integrating with vendored code.
2013-05-24 11:36:44 +02:00
Joshua Bussdieker
1a8639a1ca
Fix issue with running update source but then not properly finding version. () <= subshell fail
2013-05-23 13:03:18 -07:00
Joshua Bussdieker
3c1ea3e670
Change response to already installed version.
2013-05-23 12:44:56 -07:00
Tatsuo Kaniwa
2ccc790306
add -w option to grep
2013-05-16 05:42:16 +09:00
Matt T. Proud
4e117a3ab8
Provide support for FreeBSD.
...
FreeBSD does not by default install the Bourne-Again Shell (bash); and
when it is installed, it is most certainly not installed to
``/bin/bash`` due to the nuances of the conventions around local site
packages. Rather, it is installed to ``/usr/local/bin/bash``.
Golang explicitly supports FreeBSD, so it should only be reasonable for
GVM to support this target, too. As a fix, the shell script shebang
definitions now use the ``env`` tool that comes from the _coreutils_
standard package, which is installed on all conventions-adhering Linux
distributions, Mac OS X, and FreeBSD.
FreeBSD prerequisites are now listed in the documentation.
I have tested this against FreeBSD 9.0 release branch on the amd64,
and it works satisfactorily now.
2012-11-18 20:10:59 +01:00
Joshua Bussdieker
ba20d967e0
Major cleanup of install script. Default is now clean install.
2012-03-28 23:43:54 -07:00
Joshua Bussdieker
06d266197d
Add warning if protoc isn't found when installing a Go version
...
with protocol buffer support
2012-03-28 22:56:53 -07:00
Joshua Bussdieker
37e9eef1f0
More logger like
2012-03-27 22:45:03 -07:00
Joshua Bussdieker
0f111283cc
Merge branch 'master' of github.com:moovweb/gvm
...
Conflicts:
scripts/diff
scripts/templates/binary
2012-03-24 05:00:40 -07:00
Joshua Bussdieker
00ca5e9ce1
Get the clean path to common posix tools used by GVM
2012-03-24 04:57:24 -07:00
Joshua Bussdieker
30e0fc52df
Make zsh compatible
2012-03-23 10:11:51 -07:00
Joshua Bussdieker
68c0ffdf9e
Don't know how this got deleted
2012-03-20 05:39:50 -07:00
Joshua Bussdieker
469bd7c81c
Cleanup system package install
2012-03-20 05:36:27 -07:00
Joshua Bussdieker
bc2ef7ba41
Fix bug in pb option
2012-03-19 22:05:49 -07:00
Joshua Bussdieker
a28c8f220e
Use display_warning function
2012-03-19 21:51:54 -07:00
Joshua Bussdieker
6bbf1f3bb5
Safer strings
2012-03-19 21:44:39 -07:00
Joshua Bussdieker
55ae6dd774
Make protocol buffer support optional
2012-03-19 21:44:14 -07:00
Joshua Bussdieker
0cae267942
Update source
2012-03-17 06:56:41 -07:00
Joshua Bussdieker
de9ceccb78
More message cleanup
2012-03-04 18:01:08 -08:00
Joshua Bussdieker
d4fa2d8bdb
Cleanup Go install script.
2012-03-02 01:30:51 -08:00
Joshua Bussdieker
9711c445d8
Skip tests for now...
2012-03-02 01:30:43 -08:00
Joshua Bussdieker
cc1715379c
Remove debug line
2012-03-01 23:13:34 -08:00
Joshua Bussdieker
967104cad7
Add command line parameters
2012-03-01 23:08:51 -08:00
Joshua Bussdieker
d7f0b47e17
Fix test mode
2012-03-01 22:05:42 -08:00
Joshua Bussdieker
081f7ea235
Adding test mode
2012-03-01 22:00:47 -08:00
Joshua Bussdieker
dd4d21df14
Moved gpkg to seperate repo
2012-03-01 21:36:27 -08:00
Joshua Bussdieker
b78b083fea
Fuzzy match fix
2012-02-29 20:02:44 -08:00
Joshua Bussdieker
7a54ee48da
Use new gpkg package
2012-02-29 19:38:37 -08:00
Joshua Bussdieker
1fe6466b6b
Clean up default component installs
2012-02-29 12:38:09 -08:00
Joshua Bussdieker
ffa00686f2
Fix Mac bug with find
2012-02-29 11:17:37 -08:00
Joshua Bussdieker
9af903c68e
Fix default pkgset bug
2012-02-28 21:56:51 -08:00
Joshua Bussdieker
569811ddfc
Functions!
2012-02-28 21:55:24 -08:00
Joshua Bussdieker
ef648d8f0f
Use hg to copy the go source.
...
Create a manifest of the install.
2012-02-28 18:58:25 -08:00
Joshua Bussdieker
add7f55028
Dry up code
2012-02-18 15:58:34 -08:00
Joshua Bussdieker
9f05842f7a
Print errors to stderr
2012-02-18 15:15:11 -08:00
Joshua Bussdieker
e1a824d445
Don't output for these
2012-02-18 15:05:05 -08:00
Joshua Bussdieker
b7015e00de
Reset color
2012-02-17 11:26:32 -08:00
Joshua Bussdieker
96b9e48a8d
Shouldn't create folder
2012-02-17 11:06:24 -08:00
Joshua Bussdieker
7c7483d2c2
Fix tabs
2012-02-17 10:54:26 -08:00
Joshua Bussdieker
01deadd125
stupid macs
2012-02-02 06:19:31 -08:00