build-recipe 470 B

12345678910111213
  1. the following is the robust procedure for building notabug
  2. $ go get -u github.com/gpmgo/gopm
  3. $ mkdir -p $GOPATH/src/notabug.org/YOUR-NICK
  4. $ mkdir -p $GOPATH/src/github.com/gogits/
  5. $ rm -rf $GOPATH/src/github.com/gogits/gogs > /dev/null
  6. $ cd $GOPATH/src/notabug.org/YOUR-NICK
  7. $ git clone git@notabug.org:YOUR-NICK/gogs.git
  8. $ ln -s $GOPATH/src/notabug.org/YOUR-NICK/gogs $GOPATH/src/github.com/gogits/gogs
  9. $ cd gogs/
  10. $ $GOPATH/bin/gopm get -v
  11. $ $GOPATH/bin/gopm build -v