[postgis-tickets] [SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. 69a6e23e858b32c473c7a92b6d7f6fa86d1a17f3

git at osgeo.org git at osgeo.org
Thu Jul 13 15:00:44 PDT 2023


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 Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.".

The branch, master has been updated
       via  69a6e23e858b32c473c7a92b6d7f6fa86d1a17f3 (commit)
      from  ebf96db185e69c9fe579badf217b7f80fee38b8b (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 69a6e23e858b32c473c7a92b6d7f6fa86d1a17f3
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jul 14 00:00:35 2023 +0200

    Test ln -sfT

diff --git a/windows/mingw64/scripts/scratch_test.sh b/windows/mingw64/scripts/scratch_test.sh
index 6188601..6bd59c9 100644
--- a/windows/mingw64/scripts/scratch_test.sh
+++ b/windows/mingw64/scripts/scratch_test.sh
@@ -3,8 +3,10 @@
 mkdir /tmp/src
 touch /tmp/src/file
 
-ln -sf /tmp/src /tmp/tgt
-ln -sf /tmp/src /tmp/tgt
+rm /tmp/tgt
+
+ln -Tsf /tmp/src /tmp/tgt
+ln -Tsf /tmp/src /tmp/tgt
 
 ls -l /tmp/tgt
 

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

Summary of changes:
 windows/mingw64/scripts/scratch_test.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.


More information about the postgis-tickets mailing list