From 08080b3e222bf2e7368dde20249c92c5e476419e Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Nov 30 2017 16:38:25 +0000 Subject: atomic: stop generating static delta from f26 We've done two releases of f27AH so we can stop doing this now. Signed-off-by: Dusty Mabe --- diff --git a/scripts/push-two-week-atomic.py b/scripts/push-two-week-atomic.py index 1aae9a7..28aa92f 100755 --- a/scripts/push-two-week-atomic.py +++ b/scripts/push-two-week-atomic.py @@ -51,7 +51,7 @@ ARCHES = ['x86_64', 'aarch64', 'ppc64le'] PREVIOUS_MAJOR_RELEASE_FINAL_COMMITS = { 'aarch64': None, 'ppc64le': None, - 'x86_64': 'c099633883cd8d06895e32a14c63f6672072430c151de882223e4abe20efa7ca', + 'x86_64': None, } TARGET_REF = "fedora/%s/%s/atomic-host" # example fedora/27/x86_64/atomic-host COMPOSE_BASEDIR = "/mnt/koji/compose/twoweek/"