소스 검색

fix: [background updater] remove completed updates

pull/549/head
Terrtia 7 달 전
부모
커밋
dcd3a810f1
No known key found for this signature in database GPG 키 ID: 1E1B1F50D84613D0
  1. 2
      bin/update-background.py
  2. 7
      installing_deps.sh

2
bin/update-background.py

@ -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__":

7
installing_deps.sh

@ -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

불러오는 중...
취소
저장