Skip to content

Commit 0f128cf

Browse files
authored
145: Fixes to promotion (#223)
* some simple fixes There were basic problems when booting and promotion was active. Fixed the order that variables are set etc to boot and run with promotion. Fixed other typos in the promotion processing. * need parents The test for empty parents allow the code to progress, but it was not correct. Instead, dawgie.pl.dag needs to recreate the parents in the trimmed tree. * updates to promotion The original structure was to process the children of a node. Changed to add the children to the queue and process them directly. Those with a consistent data set are being promoted correctly.
1 parent 9beca4d commit 0f128cf

File tree

141 files changed

+240
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+240
-202
lines changed

.ci/Dockerfile.ap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# COPYRIGHT:
2-
# Copyright (c) 2015-2023, California Institute of Technology ("Caltech").
2+
# Copyright (c) 2015-2024, California Institute of Technology ("Caltech").
33
# U.S. Government sponsorship acknowledged.
44
#
55
# All rights reserved.

.ci/Dockerfile.cit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# COPYRIGHT:
2-
# Copyright (c) 2015-2023, California Institute of Technology ("Caltech").
2+
# Copyright (c) 2015-2024, California Institute of Technology ("Caltech").
33
# U.S. Government sponsorship acknowledged.
44
#
55
# All rights reserved.

.ci/Dockerfile.dit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# COPYRIGHT:
2-
# Copyright (c) 2015-2023, California Institute of Technology ("Caltech").
2+
# Copyright (c) 2015-2024, California Institute of Technology ("Caltech").
33
# U.S. Government sponsorship acknowledged.
44
#
55
# All rights reserved.

.ci/Dockerfile.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# COPYRIGHT:
2-
# Copyright (c) 2015-2023, California Institute of Technology ("Caltech").
2+
# Copyright (c) 2015-2024, California Institute of Technology ("Caltech").
33
# U.S. Government sponsorship acknowledged.
44
#
55
# All rights reserved.

.ci/Dockerfile.os

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# COPYRIGHT:
2-
# Copyright (c) 2015-2023, California Institute of Technology ("Caltech").
2+
# Copyright (c) 2015-2024, California Institute of Technology ("Caltech").
33
# U.S. Government sponsorship acknowledged.
44
#
55
# All rights reserved.

.ci/Dockerfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# COPYRIGHT:
2-
# Copyright (c) 2015-2023, California Institute of Technology ("Caltech").
2+
# Copyright (c) 2015-2024, California Institute of Technology ("Caltech").
33
# U.S. Government sponsorship acknowledged.
44
#
55
# All rights reserved.

.ci/check_01.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env bash
22

33
# COPYRIGHT:
4-
# Copyright (c) 2015-2023, California Institute of Technology ("Caltech").
4+
# Copyright (c) 2015-2024, California Institute of Technology ("Caltech").
55
# U.S. Government sponsorship acknowledged.
66
#
77
# All rights reserved.

.ci/check_02.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env bash
22

33
# COPYRIGHT:
4-
# Copyright (c) 2015-2023, California Institute of Technology ("Caltech").
4+
# Copyright (c) 2015-2024, California Institute of Technology ("Caltech").
55
# U.S. Government sponsorship acknowledged.
66
#
77
# All rights reserved.

.ci/check_03.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env bash
22

33
# COPYRIGHT:
4-
# Copyright (c) 2015-2023, California Institute of Technology ("Caltech").
4+
# Copyright (c) 2015-2024, California Institute of Technology ("Caltech").
55
# U.S. Government sponsorship acknowledged.
66
#
77
# All rights reserved.

.ci/check_04.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env bash
22

33
# COPYRIGHT:
4-
# Copyright (c) 2015-2023, California Institute of Technology ("Caltech").
4+
# Copyright (c) 2015-2024, California Institute of Technology ("Caltech").
55
# U.S. Government sponsorship acknowledged.
66
#
77
# All rights reserved.

0 commit comments

Comments
 (0)