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 1qbEAN-00BSsF-HT for pgadmin-hackers@arkaria.postgresql.org; Wed, 30 Aug 2023 05:54:59 +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 1qbE9O-00Eo0z-5W for pgadmin-hackers@arkaria.postgresql.org; Wed, 30 Aug 2023 05:53:57 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qbE9N-00Eo0l-S7 for pgadmin-hackers@lists.postgresql.org; Wed, 30 Aug 2023 05:53:57 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qbE9H-001sYb-5N for pgadmin-hackers@lists.postgresql.org; Wed, 30 Aug 2023 05:53:56 +0000 Received: from github.com (hubbernetes-node-1ebb270.ash1-iad.github.net [10.56.157.30]) by smtp.github.com (Postfix) with ESMTPA id 129506010C3 for ; Tue, 29 Aug 2023 22:53:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1693374829; bh=00mJJFFb8ffOu3DTaWd9SB+cv+NnKeqbESyS+5hCdEk=; h=Date:From:To:Subject:From; b=gp2B8j4WC5TvltVdH9ycAU2ACCaW3o7PX+ktNeKT1GqhP3/z27Fp4iAZh1x3ZQTmL mJ/MsdOLDY5bn+KcY/4HlZyD8Ovr+pkv4zsfEsgewcVJQSfPJw2myLT4UVPyd43nXk Bff3C+ORpnzjsynByhSHjOozeHk96inx6/p62bpY= Date: Tue, 29 Aug 2023 22:53:49 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 0b9124: Another attempt to fix SBOM Windows issue. 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: 0b91244f91c053381639be3d69e1742d37e5887a https://github.com/pgadmin-org/pgadmin4/commit/0b91244f91c053381639be3d69e1742d37e5887a Author: Khushboo Vashi Date: 2023-08-30 (Wed, 30 Aug 2023) Changed paths: M Make.bat Log Message: ----------- Another attempt to fix SBOM Windows issue.