Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rYOXR-00FmG0-2v for pgadmin-hackers@arkaria.postgresql.org; Fri, 09 Feb 2024 10:55:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rYOXQ-008B6W-9C for pgadmin-hackers@arkaria.postgresql.org; Fri, 09 Feb 2024 10:55:20 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rYOXQ-008B6N-0Z for pgadmin-hackers@lists.postgresql.org; Fri, 09 Feb 2024 10:55:20 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rYOXN-005sFp-F8 for pgadmin-hackers@lists.postgresql.org; Fri, 09 Feb 2024 10:55:18 +0000 Received: from github.com (hubbernetes-node-354df90.va3-iad.github.net [10.48.152.35]) by smtp.github.com (Postfix) with ESMTPA id 19062E096E for ; Fri, 9 Feb 2024 02:55:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1707476116; bh=CUqZopw0kWKPmyXyK010imMkckGuFU8FXE4Q/+R3erg=; h=Date:From:To:Subject:From; b=N+pI0KCygBXmD9ugksYwwrjc6MMK2wOlSzGMW80B/Vh0UlLkXs+WCQXCz6hCgKcTX dh/zs4ncfHNQ7cTOwAYLu4MpyWY8WKZ1+akg5/rPeiOeSuYPOonaUJLABoHm13MtDJ Tp+F0Qa7inGu9yHrHAGLD7CDLAFkKp1cpkK2FK6M= Date: Fri, 09 Feb 2024 02:55:16 -0800 From: Ashesh Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] d09833: Separate the application name, branding & version ... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: d09833744af8c18715f7fd9d46df48697112fcdd https://github.com/pgadmin-org/pgadmin4/commit/d09833744af8c18715f7fd9d46df48697112fcdd Author: Ashesh Vashi Date: 2024-02-09 (Fri, 09 Feb 2024) Changed paths: M Make.bat M Makefile M pkg/linux/build-functions.sh M pkg/mac/build-functions.sh M pkg/pip/build.sh M pkg/src/build.sh A web/branding.py M web/config.py A web/version.py Log Message: ----------- Separate the application name, branding & version information from the configuration file. #7187