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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-14 12:48:36 -08:00
parent b371331436
commit 541d637726
1 changed files with 2 additions and 2 deletions

View File

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