From 2c2befc763e34947faaee3988050872cf104a5e6 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Jul 11 2017 13:21:05 +0000 Subject: Merge #6900 `atomic: update location of atomic repo` --- diff --git a/scripts/push-two-week-atomic.py b/scripts/push-two-week-atomic.py index 54eec68..01c3fa7 100755 --- a/scripts/push-two-week-atomic.py +++ b/scripts/push-two-week-atomic.py @@ -46,7 +46,7 @@ logging.basicConfig(level=logging.INFO) log = logging.getLogger(os.path.basename(sys.argv[0])) # Define "constants" -ATOMIC_DIR = "/mnt/koji/mash/atomic/%s" +ATOMIC_DIR = "/mnt/koji/atomic/%s" PREVIOUS_MAJOR_RELEASE_FINAL_COMMIT = 'ce555fa89da934e6eef23764fb40e8333234b8b60b6f688222247c958e5ebd5b' TARGET_REF = "fedora/%s/x86_64/atomic-host" COMPOSE_BASEDIR = "/mnt/koji/compose/twoweek/"