From a365e5b2154175319393fa4dad52290c09b22be4 Mon Sep 17 00:00:00 2001 From: Bec White Date: Wed, 27 Nov 2019 15:47:36 -0600 Subject: [PATCH 1/2] Preserve permissions in the artifact; previously, all permissions were being squashed to 750, which broke Acquia Cloud hooks (#130). --- targets/artifact.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/targets/artifact.xml b/targets/artifact.xml index c713e91f..3c1b02c0 100644 --- a/targets/artifact.xml +++ b/targets/artifact.xml @@ -195,6 +195,9 @@ + + @@ -205,7 +208,7 @@ - + From 1329acbde2209c17deeb429a411e8c88fe008262 Mon Sep 17 00:00:00 2001 From: Bec White Date: Mon, 2 Dec 2019 13:48:09 -0600 Subject: [PATCH 2/2] Update the changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 524632f9..78dbf32b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## Unreleased + +### Changed + +* Preserve file permissions when building the artifact (#130 / #138) + ## Release 2.1.1 ### Added