Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fZIYT-0003lf-1M for pgadmin-hackers@arkaria.postgresql.org; Sat, 30 Jun 2018 16:16:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fZIYR-0001Xx-9r for pgadmin-hackers@arkaria.postgresql.org; Sat, 30 Jun 2018 16:16:55 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fZIYR-0001Xp-1b for pgadmin-hackers@lists.postgresql.org; Sat, 30 Jun 2018 16:16:55 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fZIYN-0006hj-AI for pgadmin-hackers@postgresql.org; Sat, 30 Jun 2018 16:16:53 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:147b:4ae0:76e5:bff:fef3:7e00]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 41HzDJ2M2kz3DxG; Sat, 30 Jun 2018 18:16:48 +0200 (CEST) Date: Sat, 30 Jun 2018 18:16:48 +0200 From: Christoph Berg To: Dave Page Cc: Syed Fahar Abbas , Devrim =?iso-8859-1?B?R9xORNxa?= , pgadmin-hackers Subject: Re: pgAdmin v3.1 candidate builds and source... Message-ID: <20180630161647.GC23723@msg.df7cb.de> References: <20180626192819.GA32582@msg.df7cb.de> <20180628114706.GB32048@msg.df7cb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.0 (2018-05-17) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Dave Page 2018-06-28 > > That said, the web/pgadmin/static/*/generated/ directories have > > disappeared from the tarball, so pgadmin doesn't load anymore. Could > > you please put them back, as I don't think rebuilding them via yarn is > > feasible? Because that's not packaged either... > > > > OK, please go grab the tarball again, from thttps://www.postgresql.org/ > ftp/pgadmin/pgadmin4/v3.1/source/. The MD5 checksum should be: > > f057bf46055d4f7b07a42ae984f499dd pgadmin4-3.1.tar.gz > > This should contain the missing files. > > Sorry about that - stupid case-sensitivity bug in a script :-( Hi, the tarball works fine now, thanks! I could finally build the packages now. (There were some issues with the python3.7 update happening in Debian at the same time, which broke a few bits, but I managed to work around.) Cheers, Christoph