From c99db71fc7d843226612f1617dac1faff91ceacc Mon Sep 17 00:00:00 2001 From: Richard Eckart de Castilho Date: Fri, 22 Nov 2024 10:01:46 +0100 Subject: [PATCH 1/2] Issue #422: Exclude release-related marker files from source distributions - Exclude release profile marker files from release source ZIP - Exclude release profile marker files from GitHub ZIP --- .gitattributes | 3 +++ src/main/assembly/src.xml | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/.gitattributes b/.gitattributes index e708bb192e..18d6a85cc6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,3 +18,6 @@ # The internal repo form for these is always lf, # The eol=lf means on check-out do nothing, and on check-in, if the file has crlf, convert to lf *.sh text eol=lf + +marker-file-enabling-auto-staging export-ignore +marker-file-enabling-release-notes export-ignore diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml index 82ada158b0..e2dfc52f69 100644 --- a/src/main/assembly/src.xml +++ b/src/main/assembly/src.xml @@ -78,6 +78,13 @@ under the License. **/checkpoint_synchPoint.xml **/checkpoint_synchPoint.xml.prev + + **/marker-file-enabling-auto-staging + **/marker-file-enabling-release-notes +