Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from mageddo/mageddo-patch-1
Browse files Browse the repository at this point in the history
Adding all dependencies to gopkg.toml
  • Loading branch information
mageddo authored Sep 6, 2017
2 parents 4520644 + ef4e1bd commit 48df696
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
5 changes: 4 additions & 1 deletion bk-api/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# name = "github.com/x/y"
# version = "2.4.0"


[[constraint]]
name = "github.com/mageddo/go-logging"
revision = "7a44b89dd8729895685b465e309f2c8253be6a42"
Expand All @@ -32,3 +31,7 @@
[[constraint]]
name = "github.com/mattn/go-sqlite3"
version = "1.2.0"

[[constraint]]
name = "golang.org/x/net"
revision = "66aacef3dd8a676686c7ae3716979581e8b03c47"
11 changes: 0 additions & 11 deletions bk-api/builder
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ CUR_DIR=$PWD

case $1 in

pull-all )
git pull
for i in `git submodule | awk '{print $2}'`; do
echo "pulling $i"
cd $i
git pull
cd $CUR_DIR

done;
;;

build )

echo "starting build"
Expand Down

0 comments on commit 48df696

Please # to comment.