From 1c826330ba6eb594c6a09641b18d86fd0bfb03c7 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Jan 04 2018 03:49:58 +0000 Subject: atomic: one time static delta generation Since we did a release earlier today, and we are about to do another release for a security issue, we'll go ahead and generate static deltas from the release from a few weeks ago as well. Signed-off-by: Dusty Mabe --- diff --git a/scripts/push-two-week-atomic.py b/scripts/push-two-week-atomic.py index 28aa92f..6f67b0c 100755 --- a/scripts/push-two-week-atomic.py +++ b/scripts/push-two-week-atomic.py @@ -49,9 +49,9 @@ log = logging.getLogger(os.path.basename(sys.argv[0])) ATOMIC_HOST_DIR = "/mnt/koji/atomic/%s" ARCHES = ['x86_64', 'aarch64', 'ppc64le'] PREVIOUS_MAJOR_RELEASE_FINAL_COMMITS = { - 'aarch64': None, - 'ppc64le': None, - 'x86_64': None, + 'aarch64': '0a7bd764394cc4e1afa6e35b20ed20a00dc8b449fc9563624fb47d9940af6a1d', + 'ppc64le': '46dfc00f165aa29b030acc5fdc5603de0084a1e6fc71005e82ccc3d5145d168d', + 'x86_64': 'a2b80278eea897eb1fec7d008b18ef74941ff5a54f86b447a2f4da0451c4291a', } TARGET_REF = "fedora/%s/%s/atomic-host" # example fedora/27/x86_64/atomic-host COMPOSE_BASEDIR = "/mnt/koji/compose/twoweek/"