移除githook
This commit is contained in:
parent
a353b38874
commit
e28201cea0
@ -62,9 +62,6 @@ def rebuild():
|
||||
except Exception as e:
|
||||
print('build_protocol rebuild error:' + str(e))
|
||||
|
||||
def repair_githooks():
|
||||
os.system('/bin/bash ../tools/scripts/githooks/install.sh')
|
||||
|
||||
parser = OptionParser(usage="%prog [options]")
|
||||
parser.add_option(
|
||||
"-n",
|
||||
@ -73,8 +70,6 @@ parser.add_option(
|
||||
help = "no repair git hooks",
|
||||
)
|
||||
(options, args) = parser.parse_args()
|
||||
if not options.nohooks:
|
||||
repair_githooks()
|
||||
|
||||
if need_rebuild():
|
||||
rebuild()
|
||||
|
@ -26,6 +26,8 @@ include_directories(
|
||||
/usr/include/mysql
|
||||
/usr/include/jsoncpp
|
||||
/usr/include/hiredis
|
||||
/usr/include/eigen3
|
||||
/usr/include/glm
|
||||
../../third_party
|
||||
.
|
||||
)
|
||||
|
2
third_party/a8engine
vendored
2
third_party/a8engine
vendored
@ -1 +1 @@
|
||||
Subproject commit 287a824201d2aac638b5a8b2b0c01e87973dc685
|
||||
Subproject commit 238bb8599fe25133416448739a8b298978879aba
|
Loading…
x
Reference in New Issue
Block a user