mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
5 lines
112 B
Python
5 lines
112 B
Python
#!/usr/bin/env python
|
|
|
|
SYNC_BRANCH_PREFIX = "sync-upstream"
|
|
SYNC_MASTER_BRANCH = f"{SYNC_BRANCH_PREFIX}/master"
|