From 541d637726ad862ad06dec1ec24e7696142d1c0a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 14 Feb 2024 12:48:36 -0800 Subject: [PATCH] Revert local testing change to setup_repos.py Er, whoops, that was *not* meant to get rolled into an unrelated commit and break every test on the public instance. Sorry. Signed-off-by: Adam Williamson --- setup_repos.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_repos.py b/setup_repos.py index 81f17de4..59b14b46 100755 --- a/setup_repos.py +++ b/setup_repos.py @@ -39,8 +39,8 @@ import sys # these are variables to make testing this script easier...change them # to /tmp for testing -WORKAROUNDS_DIR = "/tmp/workarounds_repo" -UPDATES_DIR = "/tmp/update_repo" +WORKAROUNDS_DIR = "/mnt/workarounds_repo" +UPDATES_DIR = "/mnt/update_repo" UPDATES_FILE_PATH = "/mnt"