jbussdieker
45a4d1ff42
Merge pull request #25 from benizi/fix-zsh-completion
...
Fixes quoting so completion works in zsh
2013-05-29 02:40:23 -07:00
jbussdieker
faac33ab5e
Merge pull request #24 from benizi/fix-hardcoded-path
...
Fixes hard-coded path to cache
2013-05-29 02:09:34 -07:00
Benjamin R. Haskell
8999f3f072
Fixes quoting so completion works in zsh
2013-05-29 00:00:23 -04:00
Benjamin R. Haskell
3f72ed5f89
Fixes hard-coded path to cache
2013-05-28 23:53:37 -04:00
jbussdieker
7765f13d9a
Merge pull request #21 from matttproud/feature/native-code-support
...
Provide support for vendored native code workflow.
2013-05-24 06:43:10 -07: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.
1.0.17
2013-05-24 11:36:44 +02:00
jbussdieker
e209cb6742
Merge pull request #18 from COLDTURNIP/master
...
Store packageset data under local path.
2013-05-23 13:30:49 -07: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
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
COLDTURNIP
f3a0ec1274
Allow managing pkgset under local folder.
...
While replacing pakcageset name with "--local", the packageset
information will be managed under some/local/repo/.gvm_local folder, and
add the root path of repository as the first path in GOPATH and PATH.
This makes the repository more portable since we don't store all the
go-installed package files under $HOME/.gvm .
The repository root path for gvm is definded as $PWD while
"pkgset create --local" . When "pkgset list" under some configured local
repository, it will list the root path as the first packageset, and
marked with "L".
2013-02-11 02:19:00 +08: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