aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xintegration/src/main/scripts/release/bumpSnapshots.sh3
-rwxr-xr-xintegration/src/main/scripts/release/getReleaseData.sh3
-rwxr-xr-xintegration/src/main/scripts/release/newReleaseSnapshots.sh3
-rwxr-xr-xintegration/src/main/scripts/release/releasePhase.sh23
-rwxr-xr-xintegration/src/main/scripts/release/resolveRefs.sh3
-rwxr-xr-xintegration/src/main/scripts/release/updateOomImages.sh3
6 files changed, 10 insertions, 28 deletions
diff --git a/integration/src/main/scripts/release/bumpSnapshots.sh b/integration/src/main/scripts/release/bumpSnapshots.sh
index 73eccd9e..e24cf0e9 100755
--- a/integration/src/main/scripts/release/bumpSnapshots.sh
+++ b/integration/src/main/scripts/release/bumpSnapshots.sh
@@ -4,7 +4,7 @@
# ============LICENSE_START================================================
# ONAP
# =========================================================================
-# Copyright (C) 2021-2022 Nordix Foundation.
+# Copyright (C) 2021-2022,2024 Nordix Foundation.
# =========================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -45,7 +45,6 @@ declare -a pf_repos=(
"policy/apex-pdp"
"policy/xacml-pdp"
"policy/distribution"
- "policy/gui"
"policy/clamp"
"policy/drools-applications"
)
diff --git a/integration/src/main/scripts/release/getReleaseData.sh b/integration/src/main/scripts/release/getReleaseData.sh
index 4ebcdb62..36045f1d 100755
--- a/integration/src/main/scripts/release/getReleaseData.sh
+++ b/integration/src/main/scripts/release/getReleaseData.sh
@@ -4,7 +4,7 @@
# ============LICENSE_START================================================
# ONAP
# =========================================================================
-# Copyright (C) 2021-2022 Nordix Foundation.
+# Copyright (C) 2021-2022,2024 Nordix Foundation.
# =========================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -47,7 +47,6 @@ declare -a pf_repos=(
"policy/xacml-pdp"
"policy/distribution"
"policy/clamp"
- "policy/gui"
"policy/drools-applications"
)
diff --git a/integration/src/main/scripts/release/newReleaseSnapshots.sh b/integration/src/main/scripts/release/newReleaseSnapshots.sh
index 49277d11..47b66886 100755
--- a/integration/src/main/scripts/release/newReleaseSnapshots.sh
+++ b/integration/src/main/scripts/release/newReleaseSnapshots.sh
@@ -4,7 +4,7 @@
# ============LICENSE_START================================================
# ONAP
# =========================================================================
-# Copyright (C) 2022-2023 Nordix Foundation.
+# Copyright (C) 2022-2023,2024 Nordix Foundation.
# =========================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -45,7 +45,6 @@ declare -a pf_repos=(
"policy/apex-pdp"
"policy/xacml-pdp"
"policy/distribution"
- "policy/gui"
"policy/clamp"
"policy/drools-applications"
)
diff --git a/integration/src/main/scripts/release/releasePhase.sh b/integration/src/main/scripts/release/releasePhase.sh
index 800768e3..be3b1083 100755
--- a/integration/src/main/scripts/release/releasePhase.sh
+++ b/integration/src/main/scripts/release/releasePhase.sh
@@ -4,7 +4,7 @@
# ============LICENSE_START================================================
# ONAP
# =========================================================================
-# Copyright (C) 2022 Nordix Foundation.
+# Copyright (C) 2022,2024 Nordix Foundation.
# =========================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -334,7 +334,7 @@ release_phase_10() {
}
release_phase_11() {
- echo "Updating snapshots for repos, updating references on policy/drools-applications, policy/gui . . ."
+ echo "Updating snapshots for repos, updating references on policy/drools-applications . . ."
bumpSnapshots.sh \
-d "$release_data_file" \
-l "$repo_location" \
@@ -344,47 +344,34 @@ release_phase_11() {
-d "$release_data_file" \
-l "$repo_location" \
-r "policy/drools-applications"
- updateRefs.sh \
- -pcmxk \
- -d "$release_data_file" \
- -l "$repo_location" \
- -r "policy/gui"
generateCommit.sh \
-l "$repo_location" \
-r "policy/drools-applications" \
-i "$issue_id" \
-e "update references in policy/drools-applications pom" \
-m "updated references in the policy/drools-applications pom"
- generateCommit.sh \
- -l "$repo_location" \
- -r "policy/gui" \
- -i "$issue_id" \
- -e "update references in policy/gui pom" \
- -m "updated references in the policy/gui pom"
- echo "Updated snapshots for repos, updated references on policy/drools-applications, policy/gui"
+ echo "Updated snapshots for repos, updated references on policy/drools-applications"
}
release_phase_12() {
echo "Generating artifact release yaml file and commit for policy/drools-applications . . ."
releaseRepo.sh -d "$release_data_file" -l "$repo_location" -r policy/drools-applications -i "$issue_id"
- releaseRepo.sh -d "$release_data_file" -l "$repo_location" -r policy/gui -i "$issue_id"
echo "Generated artifact release yaml file and commit for policy/drools-applications"
}
release_phase_13() {
echo "Generating docker release yaml file and commit for policy/drools-applications . . ."
releaseRepoImages.sh -d "$release_data_file" -l "$repo_location" -r policy/drools-applications -i "$issue_id"
- releaseRepoImages.sh -d "$release_data_file" -l "$repo_location" -r policy/gui -i "$issue_id"
echo "Generated docker release yaml file and commit for policy/drools-applications"
}
release_phase_14() {
- echo "Updating snapshots on policy/drools-applications and policy/gui . . ."
+ echo "Updating snapshots on policy/drools-applications . . ."
bumpSnapshots.sh \
-d "$release_data_file" \
-l "$repo_location" \
-i "$issue_id"
- echo "Updated snapshots on policy/drools-applications and policy/gui"
+ echo "Updated snapshots on policy/drools-applications"
}
release_phase_15() {
diff --git a/integration/src/main/scripts/release/resolveRefs.sh b/integration/src/main/scripts/release/resolveRefs.sh
index 5124db72..f62b90cc 100755
--- a/integration/src/main/scripts/release/resolveRefs.sh
+++ b/integration/src/main/scripts/release/resolveRefs.sh
@@ -4,7 +4,7 @@
# ============LICENSE_START================================================
# ONAP
# =========================================================================
-# Copyright (C) 2023 Nordix Foundation.
+# Copyright (C) 2023-2024 Nordix Foundation.
# =========================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -45,7 +45,6 @@ declare -a pf_repos=(
"policy/apex-pdp"
"policy/xacml-pdp"
"policy/distribution"
- "policy/gui"
"policy/clamp"
"policy/drools-applications"
)
diff --git a/integration/src/main/scripts/release/updateOomImages.sh b/integration/src/main/scripts/release/updateOomImages.sh
index 38fe5c3b..fb4166d4 100755
--- a/integration/src/main/scripts/release/updateOomImages.sh
+++ b/integration/src/main/scripts/release/updateOomImages.sh
@@ -4,7 +4,7 @@
# ============LICENSE_START================================================
# ONAP
# =========================================================================
-# Copyright (C) 2021-2022 Nordix Foundation.
+# Copyright (C) 2021-2022,2024 Nordix Foundation.
# =========================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -45,7 +45,6 @@ declare -a pf_repos=(
"policy/apex-pdp"
"policy/xacml-pdp"
"policy/distribution"
- "policy/gui"
"policy/clamp"
"policy/drools-applications"
)