pgsql: ci: freebsd repartition script didn't copy .git directory

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: freebsd repartition script didn't copy .git directory
Date: 2024-03-24 07:43:30
Message-ID: E1roIVt-005Obu-M5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: freebsd repartition script didn't copy .git directory

We need a slightly different "cp" incantation to make sure top-level
"dot" files, such as ".git", are also copied.

This is relevant for example if a script wants to execute a git
command. This currently does not happen, but it has come up while
testing other patches.

Reviewed-by: Tristan Partin <tristan(at)neon(dot)tech>
Discussion: https://www.postgresql.org/message-id/flat/40e80f77-a294-4f29-a16f-e21bc7bc75fc%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fc2d260c7e6236fe2447dad0f8415e72f4be66a2

Modified Files
--------------
src/tools/ci/gcp_freebsd_repartition.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-03-24 16:31:55 pgsql: Release PQconninfoOptions array in GetDbnameFromConnectionOption
Previous Message Peter Eisentraut 2024-03-24 06:42:21 pgsql: Add temporal FOREIGN KEY contraints