Skip to content

Commit

Permalink
Removing cookoo and the cmd directory. Hope this goes well.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfarina committed Jan 21, 2016
1 parent 9f9cba0 commit da5599d
Show file tree
Hide file tree
Showing 35 changed files with 13 additions and 3,901 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install: build
install -m 755 ./glide ${DESTDIR}/usr/local/bin/glide

test:
go test . ./cmd ./gb ./path ./action ./tree ./util ./godep ./gpm
go test . ./gb ./path ./action ./tree ./util ./godep ./gpm ./cfg ./dependency ./importer ./msg ./repo

clean:
rm -f ./glide.test
Expand All @@ -18,7 +18,6 @@ clean:

bootstrap:
mkdir ./vendor
git clone https://github.com/Masterminds/cookoo vendor/github.com/Masterminds/cookoo
git clone https://github.com/Masterminds/vcs vendor/github.com/Masterminds/vcs
git clone https://gopkg.in/yaml.v2 vendor/gopkg.in/yaml.v2
git clone https://github.com/codegangsta/cli vendor/github.com/codegangsta/cli
Expand Down
114 changes: 0 additions & 114 deletions cmd/cache.go

This file was deleted.

21 changes: 0 additions & 21 deletions cmd/cache_test.go

This file was deleted.

110 changes: 0 additions & 110 deletions cmd/delete.go

This file was deleted.

Loading

0 comments on commit da5599d

Please sign in to comment.