[postgis-tickets] [SCM] PostGIS branch master updated. f35288ebd43299a1d1a3adf2e87acefa4254a92f
git at osgeo.org
git at osgeo.org
Thu Dec 19 04:40:57 PST 2019
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 f35288ebd43299a1d1a3adf2e87acefa4254a92f (commit)
from e8a6e6963aabd995eaaf2b438ecabbc78cab2083 (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 f35288ebd43299a1d1a3adf2e87acefa4254a92f
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Dec 19 13:40:39 2019 +0100
Remove unneeded pipeline element
diff --git a/utils/check_news.sh b/utils/check_news.sh
index 2aaff53..7fa7d23 100755
--- a/utils/check_news.sh
+++ b/utils/check_news.sh
@@ -69,7 +69,6 @@ if test "${TICKET_REFS}" = "yes"; then
grep -v 'git-svn-id:' |
awk 'NR > 1 && /^[^ ]/ { printf "\n" } 1 { printf "%s", $0 }' |
grep -wvf $TICKET_REFS_SKIP_COMMITS |
- grep -i ' #[0-9]\+' |
sed -En 's|#([0-9]+)|\a\1\n|;/\n/!b;s|.*\a||;P;D' |
sort -nru |
while read ref; do
-----------------------------------------------------------------------
Summary of changes:
utils/check_news.sh | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list