Browse Source

update ron's ninep

Sevki 8 years ago
parent
commit
d38ac9f0db
2 changed files with 3 additions and 10 deletions
  1. 2 9
      bootstrap.sh
  2. 1 1
      util/third_party/src/github.com/rminnich/ninep

+ 2 - 9
bootstrap.sh

@@ -1,17 +1,10 @@
 #!/bin/bash
-if [ -n "$(git remote -v | awk '$1=="origin"{print $2}' | grep gerrithub)" ]; then
-	echo Setting up git...
-	curl -Lso .git/hooks/commit-msg http://review.gerrithub.io/tools/hooks/commit-msg
-	chmod u+x .git/hooks/commit-msg
-	# this is apparently the preferred method and might even work over HTTP
-	# https://gerrit-review.googlesource.com/Documentation/cmd-receive-pack.html
-	git config remote.origin.push HEAD:refs/for/master%r=rminnich@gmail.com,r=crossd@gmail.com,r=elbingmiss@gmail.com,r=anyrhine@gmail.com,r=0intro@gmail.com,r=hdonnay@gmail.com,r=john@jfloren.net,r=rafael.fernandez@taisis.com,r=keith.poole@gmail.com,r=s@sevki.org
-fi
+
 git submodule init
 git submodule update
 echo Building the build tool...
 GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go get -d harvey/cmd/... # should really vendor these bits
-GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go install github.com/rminnich/ninep harvey/cmd/...
+GOBIN="$(pwd)/util" GOPATH="$(pwd)/util/third_party:$(pwd)/util" go install github.com/rminnich/ninep/srv/examples/ufs harvey/cmd/...
 
 # this will make booting a VM easier
 mkdir -p tmp

+ 1 - 1
util/third_party/src/github.com/rminnich/ninep

@@ -1 +1 @@
-Subproject commit 07ad4f8e55d7c837dabf0c435addae3714f0426f
+Subproject commit 7b2218ecf68e2ad9e626b82d4dbee012fd256853