Commit Graph
416 Commits
Author SHA1 Message Date
Joshua Bussdieker 3c1ea3e670 Change response to already installed version. 2013-05-23 12:44:56 -07:00
jbussdieker 77fb23818f Merge pull request #20 from t-k/grep-with-w-option
add -w option to grep
2013-05-23 12:34:14 -07:00
Tatsuo Kaniwa 2ccc790306 add -w option to grep 2013-05-16 05:42:16 +09:00
jbussdieker b5197ac610 Update README
Better Go installation docs
2013-05-09 08:34:49 -06:00
jbussdieker 92b2df69fa Update README.md
Better Go installation docs
2013-05-09 08:33:48 -06:00
jbussdieker a294b34e57 Update VERSION
Bump version for FreeBSD support
1.0.16
2012-11-27 14:05:23 -08:00
jbussdieker 57c4a9eea7 Merge pull request #17 from matttproud/feature/decouple-shell-path-for-freebsd
Provide support for FreeBSD.
2012-11-27 14:00:28 -08: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
Manoj Dayaram b0ffc5c3c5 Making version var local so as to not conflict with any global version vars when executing gvm use 2012-09-20 15:08:18 -07:00
jbussdieker 71774a44ba Merge pull request #16 from fd/master
Aliasing support
2012-09-20 13:29:28 -07:00
Simon Menke 5c78e3b5c5 Adding the alias command 2012-09-20 22:06:42 +02:00
Simon Menke d6c46161ee Allow using a different SRC_REPO while installing GVM 2012-09-20 18:36:12 +02:00
jbussdieker 2dbe743a6f Update README.md 2012-08-17 01:39:51 -07:00
jbussdieker 07211ed306 Update README.md 2012-08-17 01:38:32 -07:00
Joshua Bussdieker 99579e9ada Fix bug with gvm completion script 2012-07-21 03:04:48 -07:00
Joshua Bussdieker 0eb9feb2aa Better error output when trying to 'gvm use' a version that
isn't installed. Fixes issue #15
2012-07-18 12:28:58 -07:00
Joshua Bussdieker 292e24e1ea Mostly working gnu install process 2012-04-06 04:20:11 -07:00
Joshua Bussdieker 42f23a42db Update authors and changelog 2012-04-06 04:07:44 -07:00
Joshua Bussdieker 96fae148f2 Update automake file 2012-04-06 04:04:42 -07:00
Joshua Bussdieker 2743e8a8a3 More gnu work 2012-04-06 03:40:45 -07:00
Joshua Bussdieker b050317920 Adding autogen script 2012-04-06 03:21:44 -07:00
Joshua Bussdieker e3d8ab9342 Work on gnu scripts 2012-04-06 03:19:43 -07:00
Joshua Bussdieker cb40ec511a Adding gnu build files 2012-04-06 03:15:45 -07:00
Joshua Bussdieker 004a4be87a Cleanup messages and add more error handling 2012-04-06 01:32:08 -07:00
Joshua Bussdieker 4429234d51 This needs to happen first 2012-04-06 01:15:49 -07:00
Joshua Bussdieker ee8f6bd7c8 Use tool locations from functions 2012-04-06 01:13:22 -07:00
Joshua Bussdieker 718f239a6c Add cross compile helper 2012-04-06 01:11:53 -07:00
Joshua Bussdieker 8db8d28e03 Adding newline to end. This is even more important than formatting. 2012-04-01 17:16:23 -07:00
Joshua Bussdieker 4ffe88c552 Merge branch 'master' of github.com:moovweb/gvm 2012-04-01 17:14:52 -07:00
Joshua Bussdieker 5b4da7cd20 Need tput and TERM=xterm for color. This fixes calling scripts from gedit. 2012-04-01 17:14:11 -07:00
Hampton Catlin 225515360d I just did the most important thing about a license, I formatted it 2012-03-29 09:12:11 -07:00
Hampton Catlin 96702949d7 adding in license 2012-03-29 09:11:03 -07:00
Joshua Bussdieker ba20d967e0 Major cleanup of install script. Default is now clean install. 2012-03-28 23:43:54 -07:00
Joshua Bussdieker b44a14bb35 Fix match for go current go version 2012-03-28 23:21:33 -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 0cc983dec8 Fix error and dependency checking 2012-03-28 22:03:40 -07:00
Joshua Bussdieker 5b7c7d708b Check for tput 2012-03-28 21:52:52 -07:00
Joshua Bussdieker 611925e4e7 Update README for Go1 2012-03-28 11:24:21 -07:00
Joshua Bussdieker 33c8fb5a38 Merge branch 'master' of https://github.com/moovweb/gvm 2012-03-28 11:01:18 -07:00
Joshua Bussdieker f57677b96a List go1 versions in gvm listall 2012-03-28 11:00:37 -07:00
Joshua Bussdieker 86af98f0af Merge branch 'master' of github.com:moovweb/gvm 2012-03-27 22:48:35 -07:00
Joshua Bussdieker 54df5d9ccd display_error no longer exits so it's safe to use when running
in the source environment. Also catch tool errors in the gvm script
and function.
2012-03-27 22:48:02 -07:00
Joshua Bussdieker 37e9eef1f0 More logger like 2012-03-27 22:45:03 -07:00
Joshua Bussdieker 252fcee6bd Start working on DEBIAN control file for packaging. 2012-03-26 16:38:31 -07:00
Joshua Bussdieker 895f00603b Revert "provide cleaner output where tput doesn't exist"
This reverts commit a3bd04c4c9.
2012-03-25 10:32:30 -07:00
jbussdieker d1b5a1721b Merge pull request #10 from handcraftsman/master
provide cleaner output where tput doesn't exist
2012-03-25 09:19:09 -07:00
Clinton Sheppard a3bd04c4c9 provide cleaner output where tput doesn't exist
e.g. msysgit - Git for Windows
2012-03-25 08:48:24 -05:00
Joshua Bussdieker aece4141b7 Missed a reference 2012-03-24 05:13:58 -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 1.0.15 2012-03-24 04:57:24 -07:00