summaryrefslogtreecommitdiffstats
path: root/.bra.toml
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-07-14 22:56:02 +0800
committerUnknwon <u@gogs.io>2015-07-14 22:56:02 +0800
commit663c28beb61d5c1319665f195b7e2f4f370c3ea9 (patch)
tree2e2f8fd03f73fb63c6d507e152e3fa9745709d18 /.bra.toml
parent92783bf6efe56b9aa328e86f432dcc744f4ac0ca (diff)
downloadgitea-663c28beb61d5c1319665f195b7e2f4f370c3ea9.tar.gz
gitea-663c28beb61d5c1319665f195b7e2f4f370c3ea9.zip
#1279: Removing user from collaboration removes repositiory
Diffstat (limited to '.bra.toml')
-rw-r--r--.bra.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bra.toml b/.bra.toml
index 426b2e1773..fe9472159c 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -14,7 +14,7 @@ watch_exts = [".go"]
build_delay = 1500
cmds = [
#["go-bindata", "-o=modules/bindata/bindata.go", "-ignore=\\.DS_Store|README", "-pkg=bindata", "conf/..."],
- ["go", "install", "-tags", "sqlite cert"],# redis memcache
- ["go", "build", "-tags", "sqlite cert"],
+ ["go", "install", "-tags", "sqlite"],# redis memcache cert pam
+ ["go", "build", "-tags", "sqlite"],
["./gogs", "web"]
] \ No newline at end of file