This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 77ff32c Cleanup directory with SVN repo for PMC members
new 1542971 Merge pull request #13580 from Cleanup directory with SVN
repo for PMC members
77ff32c is described below
commit 77ff32ca1e953e135ee7c1f2600557732efb4c02
Author: Pablo Estrada <[email protected]>
AuthorDate: Wed Dec 16 14:34:26 2020 -0800
Cleanup directory with SVN repo for PMC members
---
release/src/main/scripts/preparation_before_release.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/release/src/main/scripts/preparation_before_release.sh
b/release/src/main/scripts/preparation_before_release.sh
index 88e9ac6..a42c4f0 100755
--- a/release/src/main/scripts/preparation_before_release.sh
+++ b/release/src/main/scripts/preparation_before_release.sh
@@ -73,6 +73,8 @@ if [[ $confirmation != "y" ]]; then
else
echo "Not commit new changes into
${ROOT_SVN_URL}${DEV_REPO}/${BEAM_REPO}/KEYS"
fi
+ cd ~
+ rm -rf ${LOCAL_SVN_DIR}/${BEAM_REPO}
echo "Only a PMC member can write into dist.apache.org's release KEYS. Are
you a PMC member? [y|N]"
read pmc_permission