From 0b0c99dd4dfdc6775e26e5c35a960a9f4008d9c1 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Tue, 22 Feb 2022 18:41:43 +1100 Subject: [PATCH] season 14 --- cut_races.py | 2 +- cut_sync_race.py | 2 +- docker-compose.jsonnet | 4 ++-- list_races.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cut_races.py b/cut_races.py index 8c4b0f0..2bd001b 100644 --- a/cut_races.py +++ b/cut_races.py @@ -30,7 +30,7 @@ INFO_QUERY = """ def main( output_dir, - host='condor.live', user='necrobot-read', password='necrobot-read', database='condor_xii', + host='condor.live', user='necrobot-read', password='necrobot-read', database='season_14', base_dir='/srv/wubloader', start_range='0,10', non_interactive=False, restrict_league=None, only_match_id=0, best_effort_no_segments=False, no_start_detect=False, ): diff --git a/cut_sync_race.py b/cut_sync_race.py index 446320f..115acbd 100644 --- a/cut_sync_race.py +++ b/cut_sync_race.py @@ -80,7 +80,7 @@ def add_range(base, range): @argh.arg('--time-offset', type=float) def main(match_id, race_number, output_path, - host='condor.live', user='necrobot-read', password='necrobot-read', database='condor_xii', + host='condor.live', user='necrobot-read', password='necrobot-read', database='season_14', base_dir='/srv/wubloader', start_range="0,10", non_interactive=False, racer=0, time_offset=None, diff --git a/docker-compose.jsonnet b/docker-compose.jsonnet index 269dd98..2c7fade 100644 --- a/docker-compose.jsonnet +++ b/docker-compose.jsonnet @@ -13,7 +13,7 @@ // you're actually running, and must manually re-pull to get an updated copy. image_tag:: std.extVar("tag"), database_tag:: "bb05e37", // tag for DB, which changes less and restarts are disruptive - downloader_tag:: "59b0732-wip", // prevent downloader restarts + downloader_tag:: "8795050", // prevent downloader restarts // For each service, whether to deploy that service. enabled:: { @@ -93,7 +93,7 @@ dbname: "wubloader", }, - condor_db:: "mysql://necrobot-read:necrobot-read@condor.live/condor_xii", + condor_db:: "mysql://necrobot-read:necrobot-read@condor.live/season_14", // Other database arguments db_super_user:: "postgres", // only accessible from localhost diff --git a/list_races.py b/list_races.py index a38a5f7..412a99f 100644 --- a/list_races.py +++ b/list_races.py @@ -40,7 +40,7 @@ def ts(dt): return dt.strftime("%FT%T") -def main(find1, find2, host='condor.live', user='necrobot-read', password='necrobot-read', database='condor_xii'): +def main(find1, find2, host='condor.live', user='necrobot-read', password='necrobot-read', database='season_14'): logging.basicConfig(level=logging.INFO) if password is None: