*: switch from godep to glide
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
0d7b500cee
commit
4bc8701fc0
673 changed files with 57012 additions and 46916 deletions
9
Makefile
9
Makefile
|
@ -1,4 +1,4 @@
|
|||
.PHONY: all clean conmon ocid ocic
|
||||
.PHONY: all clean conmon ocid ocic update-deps
|
||||
|
||||
all: conmon ocid ocic
|
||||
|
||||
|
@ -13,3 +13,10 @@ ocic:
|
|||
|
||||
clean:
|
||||
rm -f ocic ocid
|
||||
|
||||
update-deps:
|
||||
@which glide > /dev/null 2>/dev/null || (echo "ERROR: glide not found." && false)
|
||||
glide update --strip-vcs --strip-vendor --update-vendored --delete
|
||||
glide-vc --only-code --no-tests
|
||||
# see http://sed.sourceforge.net/sed1line.txt
|
||||
find vendor -type f -exec sed -i -e :a -e '/^\n*$$/{$$d;N;ba' -e '}' "{}" \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue