This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
update glide
pull/317/head
Ethan Buchman
8 years ago
parent
3ff9355e7b
commit
01a3ac50af
3 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
glide.lock
+2
-0
scripts/glide/parse.sh
+2
-0
scripts/glide/update.sh
+ 1
- 1
glide.lock
View File
@ -88,7 +88,7 @@ imports:
subpackages:
- term
- name: github.com/tendermint/tmsp
version:
940f46278380a8a76da310ec05e925ff05a42635
version:
1201837ec13fc8b1b215434128a2426dfe0c9cd9
subpackages:
- client
- example/counter
+ 2
- 0
scripts/glide/parse.sh
View File
@ -3,8 +3,10 @@ set -euo pipefail
LIB
=
$1
set
+u
if
[
[
"
$GLIDE
"
=
=
""
]
]
;
then
GLIDE
=
$GOPATH
/src/github.com/tendermint/tendermint/glide.lock
fi
set
-u
cat
$GLIDE
|
grep -A1
$LIB
|
grep -v
$LIB
|
awk
'{print $2}'
+ 2
- 0
scripts/glide/update.sh
View File
@ -7,9 +7,11 @@ IFS=$'\n\t'
LIB
=
$1
TMCORE
=
$GOPATH
/src/github.com/tendermint/tendermint
set
+u
if
[
[
"
$GLIDE
"
=
=
""
]
]
;
then
GLIDE
=
$TMCORE
/glide.lock
fi
set
-u
OLD_COMMIT
=
`
bash
$TMCORE
/scripts/glide/parse.sh
$LIB
`
Write
Preview
Loading…
Cancel
Save