소스 검색
fix: [background updater] remove completed updates
pull/549/head
Terrtia
7 달 전
No known key found for this signature in database
GPG 키 ID: 1E1B1F50D84613D0
2개의 변경된 파일과
8개의 추가작업 그리고
1개의 파일을 삭제
-
bin/update-background.py
-
installing_deps.sh
|
|
|
@ -34,7 +34,7 @@ def launch_background_upgrade(version, script_name): |
|
|
|
r_serv.delete('ail:current_background_script') |
|
|
|
r_serv.delete('ail:current_background_script_stat') |
|
|
|
r_serv.delete('ail:current_background_update') |
|
|
|
r_serv.srem('ail:to_update', new_version) |
|
|
|
r_serv.srem('ail:to_update', version) |
|
|
|
|
|
|
|
if __name__ == "__main__": |
|
|
|
|
|
|
|
|
|
|
|
@ -88,6 +88,13 @@ pushd ardb/ |
|
|
|
make |
|
|
|
popd |
|
|
|
|
|
|
|
# KVROCKS # |
|
|
|
# test ! -d kvrocks/ && git clone https://github.com/bitleak/kvrocks.git |
|
|
|
# pushd kvrocks/ |
|
|
|
# make -j4 |
|
|
|
# popd |
|
|
|
|
|
|
|
# Config File |
|
|
|
if [ ! -f configs/core.cfg ]; then |
|
|
|
cp configs/core.cfg.sample configs/core.cfg |
|
|
|
fi |
|
|
|
|