mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 11:33:46 +00:00
fce8328e65
* Add automated cherry-pick machinery * Added script for backporting machinery * Implement dry-run mode * Comment old methods * Fix python2 * Add ya.make for sandbox tasks * Remove old stuff
12 lines
108 B
Makefile
12 lines
108 B
Makefile
PY_LIBRARY()
|
|
|
|
PY_SRCS(
|
|
__init__.py
|
|
backport.py
|
|
cherrypick.py
|
|
local.py
|
|
query.py
|
|
)
|
|
|
|
END()
|