From 130ff4611b752da6744f40d012e81c6c4be5f446 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Jul 11 2017 13:45:18 +0000 Subject: atomic: move atomic repo location again We don't have perms to write to /mnt/koji/atomic/%s. Signed-off-by: Dusty Mabe --- diff --git a/scripts/push-two-week-atomic.py b/scripts/push-two-week-atomic.py index 01c3fa7..d2aed90 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/atomic/%s" +ATOMIC_DIR = "/mnt/koji/compose/atomic/%s" PREVIOUS_MAJOR_RELEASE_FINAL_COMMIT = 'ce555fa89da934e6eef23764fb40e8333234b8b60b6f688222247c958e5ebd5b' TARGET_REF = "fedora/%s/x86_64/atomic-host" COMPOSE_BASEDIR = "/mnt/koji/compose/twoweek/"