From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Releasing 0.9.1 Date: Thu, 25 Feb 2016 14:27:44 -0500 Message-ID: <20160225192744.GA18435@jasmine> References: <87d1sbi827.fsf@gnu.org> <8737sg65lb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZ1Zs-0000Du-6d for guix-devel@gnu.org; Thu, 25 Feb 2016 14:27:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZ1Zq-0007Dh-O3 for guix-devel@gnu.org; Thu, 25 Feb 2016 14:27:56 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:40472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZ1Zq-0007CP-HH for guix-devel@gnu.org; Thu, 25 Feb 2016 14:27:54 -0500 Content-Disposition: inline In-Reply-To: <8737sg65lb.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: Guix-devel On Thu, Feb 25, 2016 at 06:51:44PM +0100, Ludovic Courtès wrote: > So, what’s up with this release? > > ludo@gnu.org (Ludovic Courtès) skribis: > > > • Have a GNOME meta-package, or a ‘%gnome-packages’ variable, or > > something like that. We should provide an example of how to get a > > GNOME setup. I think several of you have that already. 宋文武? > > This is mostly done. Should be provide an additional config for GNOME > in gnu/system/examples? > > Besides, there’s the GNOME-Shell bug at that > would be nice to address. > > Also, NetworkManager apparently doesn’t work. Could someone > investigate? > > > • Proper ‘package-with-python2’ (see .) > > It just needs more testing and adjusting existing packages (fewer > > lines of code, yay!). > > Done. > > > • There are several bugs reports open regarding container-related test > > failures. I think we should make sure they are addressed and close > > them. David? > > Hello! :-) > > > • The nscd issue in the installer image: . > > I’ll try to reproduce it in a VM and debug from there. > > Presumably fixed. > > > • Incorporate root-encryption fixes () and > > documentation by Petter. Petter and Albin, among others, are > > already using an encrypted-root setup AIUI, so it’s “just a matter” > > of consolidating it. See also > > . > > Oops, I dropped the ball. Maybe that’ll have to wait again. > > > • The ‘guile@1.8’ syntax patch. Mathieu? > > Almost done. > > > • Possibly the GitHub updater, which seemed pretty much ready. Ben? > > Done or almost. > > I realized that before the release, it would be nice to have > infrastructure in place that would allow us to have a mirror of > hydra.gnu.org (if there’s a download peak after the release, I’m afraid > hydra.gnu.org wouldn’t be able to keep up.) One idea is to hack ‘guix > publish’ to make it easy to set up a mirror. We’ll see. When Florian was publishing substitutes from fps.io, there was a problem with `guix publish` in practice. I set my daemon to use '--substitute-urls=http://fps.io, http://hydra.gnu.org', or something like that (I don't remember the syntax). If a desired substitute was not available on fps.io, hydra.gnu.org would not be queried. Since Florian was not building continuously with Hydra, his server became less useful as his set of binaries diverged from those available on hydra.gnu.org. Was this ever fixed?