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 1fYVOL-0007Ih-PQ for pgadmin-hackers@arkaria.postgresql.org; Thu, 28 Jun 2018 11:47:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fYVOJ-0002kt-84 for pgadmin-hackers@arkaria.postgresql.org; Thu, 28 Jun 2018 11:47:11 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fYVOJ-0002km-3H for pgadmin-hackers@lists.postgresql.org; Thu, 28 Jun 2018 11:47:11 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fYVOH-0003yt-8l for pgadmin-hackers@postgresql.org; Thu, 28 Jun 2018 11:47:10 +0000 Received: from msg.df7cb.de (p5B34BAFE.dip0.t-ipconnect.de [91.52.186.254]) (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 41GdL33NvKz3Dyn; Thu, 28 Jun 2018 13:47:07 +0200 (CEST) Date: Thu, 28 Jun 2018 13:47:06 +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: <20180628114706.GB32048@msg.df7cb.de> References: <20180626192819.GA32582@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-27 > On Tue, Jun 26, 2018 at 8:28 PM, Christoph Berg wrote: > > > Re: Dave Page 2018-06-26 > RD6QNxA5ynH-X+-rPN7jA@mail.gmail.com> > > > ... can be found at https://developer.pgadmin.org/builds/2018-06-26-3.1/ > > > and dpage/pgadmin4:2018-06-26-3.1 on Docker Hub. > > > > > > Fahar; please verify for release on Thursday. > > > > > > Note that these are the first builds from the new fully automated build > > > system, and both the Windows and Mac versions now use Python 3, so please > > > be sure to test with extra care! > > > > Hmm, ModuleNotFoundError: No module named 'sshtunnel' > > > > Could you perhaps announce new versions that need new python modules a > > bit earlier, so we have time to package them? > > > > Good point. Not entirely sure how the mechanics of that would work, given > that we're trying to shorten release cycles down to a couple of weeks > (ideally). Just drop a note "hey we've added $module" once a non-standard dependency is added. > That said, for all other builds we're giving up trying to maintain Python > packages. Instead, we're going to be shipping a pre-built Python venv as > part of the package, built using Python 3.6. Whilst it's not perfect from a > "following the packaging rules" perspective, in other cases we're having to > install modules privately for pgAdmin anyway to avoid conflicts with older, > vendor supplied versions, so it's really just a different evil rather than > a new one. I'm not going to "pip install" or whatever from the build system. 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... Christoph