pgAdmin 4 commit: Don't use old-style variable notation.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't use old-style variable notation.
Date: 2019-03-21 14:02:24
Message-ID: E1h6yH2-00026s-1M@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Don't use old-style variable notation.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=17464aa0343383afd22d2006e69172f17001c3b0

Modified Files
--------------
pkg/docker/build.sh | 20 +++---
pkg/mac/build.sh | 160 ++++++++++++++++++++++----------------------
pkg/mac/codesign-bundle.sh | 2 +-
pkg/mac/codesign-dmg.sh | 10 +--
pkg/mac/complete-bundle.sh | 150 ++++++++++++++++++++---------------------
pkg/mac/create-dmg.sh | 32 ++++-----
pkg/mac/framework-config.sh | 2 +-
pkg/pip/build.sh | 34 +++++-----
pkg/src/build.sh | 46 ++++++-------
9 files changed, 228 insertions(+), 228 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-21 14:05:44 pgAdmin 4 commit: Fix indent.
Previous Message Dave Page 2019-03-21 12:58:56 pgAdmin 4 commit: Fix PEP-8 issues.