From 898848fd55461a408ca9a6cb6d692dd0db08099b Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Jul 10 2017 17:45:44 +0000 Subject: atomic: update ref for f26 In f26 and beyond we are using 'fedora/{release}/{arch}/atomic-host' Signed-off-by: Dusty Mabe --- diff --git a/scripts/push-two-week-atomic.py b/scripts/push-two-week-atomic.py index 2310f0d..61491d2 100755 --- a/scripts/push-two-week-atomic.py +++ b/scripts/push-two-week-atomic.py @@ -47,7 +47,7 @@ log = logging.getLogger(os.path.basename(sys.argv[0])) # Define "constants" ATOMIC_DIR = "/mnt/koji/mash/atomic/%s" -TARGET_REF = "fedora-atomic/%s/x86_64/docker-host" +TARGET_REF = "fedora/%s/x86_64/atomic-host" COMPOSE_BASEDIR = "/mnt/koji/compose/twoweek/" MASHER_LOCKFILE_GLOB = "/mnt/koji/mash/updates/MASHING*"