3 Commits
Author SHA1 Message Date
Joshua Bussdieker 6e8720de05 Bumping version 2012-03-17 06:58:43 -07:00
Joshua Bussdieker 0cae267942 Update source 2012-03-17 06:56:41 -07:00
Joshua Bussdieker 578436bb4e Update help and remove more gvm pkg artifacts 2012-03-14 04:42:37 -07:00
4 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -1 +1 @@
1.0.9
1.0.10
+3 -2
View File
@@ -49,11 +49,12 @@ GVM is the Go Version Manager
version - print the gvm version number
get - gets the latest code (for debugging)
use - select a go version to use
diff - view changes to Go root
implode - completely remove gvm
install - install go versions
uninstall - uninstall go versions
list - list installed go versions
pkgset - manage go packages sets
pkg - manage go packages"
listall - list available versions
pkgset - manage go packages sets"
fi
fi
-6
View File
@@ -1,6 +0,0 @@
if [[ -f Makefile.gvm ]]; then
make -f Makefile.gvm $@
else
gb -bi
fi
+1 -1
View File
@@ -113,7 +113,7 @@ install_gpkg() {
install_gb() {
display_message " * Installing gb..."
$GVM_GOINSTALL github.com/skelterjohn/go-gb/gb > $GVM_ROOT/logs/$version-gb.log 2>&1
$GVM_GOINSTALL github.com/jbussdieker/go-gb/gb > $GVM_ROOT/logs/$version-gb.log 2>&1
if [[ $? -ne 0 ]]; then
echo "Failed to install gb"
return 1