index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
.bra.toml
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2015-12-21 04:24:11 -0800
committer
Unknwon <u@gogs.io>
2015-12-21 04:24:11 -0800
commit
a49af93fafe824cdd375318d15de420b3ed61e79
(
patch
)
tree
1508c0bbd9f9caf2c3af8163e4e9abe326093558
/
.bra.toml
parent
c62a6b7a1238524225ec9c214dc5eac7da017663
(
diff
)
#1692 APIs: Users Followers
- User profile un/follow - List user's followers/following
Diffstat
(limited to '.bra.toml')
-rw-r--r--
.bra.toml
2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bra.toml b/.bra.toml
index 7d49786d..0d02f24e 100644
--- a/
.bra.toml
+++ b/
.bra.toml
@@ -13,7 +13,7 @@ watch_dirs = [
watch_exts = [".go"]
build_delay = 1500
cmds = [
- ["go", "install", "-race"], # sqlite redis memcache cert pam tidb
+ ["go", "install", "-v", "-race"], # sqlite redis memcache cert pam tidb
["go", "build", "-race"],
["./gogs", "web"]
] \ No newline at end of file