[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-2-g38bbd51

git at osgeo.org git at osgeo.org
Sun Feb 2 18:56:41 PST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  38bbd513d0fc22177f6deab69d24a3a4a6dd933b (commit)
      from  8bcbe2f44ae09d38ec641d69c79fe4e3bcb16ecc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 38bbd513d0fc22177f6deab69d24a3a4a6dd933b
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Feb 2 21:56:34 2020 -0500

    Remove clause to check if we are in git mode, we are always in git mode

diff --git a/make_dist.sh b/make_dist.sh
index a69044d..0b20f84 100755
--- a/make_dist.sh
+++ b/make_dist.sh
@@ -91,10 +91,10 @@ echo "Running make distclean"
 owd="$PWD"
 cd "$outdir"
 ${MAKE} distclean
-if [ "$git" = "yes" ]; then
-  echo "Removing .git dir"
-  rm -rf .git
-fi
+
+echo "Removing .git dir"
+rm -rf .git
+
 cd "$owd"
 
 # Find a better version name when fetching

-----------------------------------------------------------------------

Summary of changes:
 make_dist.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list