Skip to content

Commit

Permalink
REMOVE gb
Browse files Browse the repository at this point in the history
Gb is cool to work on a dev copy, but gb... can't vendor projects using
gb.

As pgrebase is intended to be included in other projects, let make it a
standard package.
  • Loading branch information
oelmekki committed Nov 13, 2016
1 parent ca07467 commit 52a59d5
Show file tree
Hide file tree
Showing 343 changed files with 4 additions and 141,934 deletions.
12 changes: 4 additions & 8 deletions README.md
Expand Up @@ -37,18 +37,14 @@ sql/
No need to add drop statement in those files, PgRebase will take care of it.


## Build

PgRebase use [gb](https://getgb.io/) as a building tool.

To build it:
## Install

```
go get github.com/constabulary/gb/... # if you don't have gb yet
gb build all
go get github.com/oelmekki/pgbrebase
```

Binary will be in `bin/pgrebase`.
Binary will be in `$GO_PATH/bin/pgrebase`. This is a static binary,
so it's safe to copy it in your project.

If you don't want to build the project, a binary for linux/amd64 is already
there.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 0 additions & 30 deletions vendor/manifest

This file was deleted.

46 changes: 0 additions & 46 deletions vendor/src/github.com/fsnotify/fsnotify/AUTHORS

This file was deleted.

0 comments on commit 52a59d5

Please sign in to comment.