1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-14 14:22:34 +00:00

Merge branch '7.1'

This commit is contained in:
杨赫然
2020-12-04 16:35:23 +08:00
7 changed files with 53 additions and 14 deletions

View File

@@ -152,7 +152,7 @@ class CcnetServer(Project):
super(CcnetServer, self).__init__('ccnet-server')
def branch(self):
return 'master'
return '7.1'
class SeafileServer(Project):