From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: core-updates vs. core-updates-next Date: Sat, 28 May 2016 17:38:31 +0200 Message-ID: <87a8jajiq0.fsf@gnu.org> References: <20160526173645.9317.58057@vcs.savannah.gnu.org> <20160526173645.520A2220153@vcs.savannah.gnu.org> <87bn3rx6i6.fsf_-_@gnu.org> <20160527145635.GA21969@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6gJz-0008Tq-Hl for guix-devel@gnu.org; Sat, 28 May 2016 11:38:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6gJv-0003XZ-2y for guix-devel@gnu.org; Sat, 28 May 2016 11:38:38 -0400 In-Reply-To: <20160527145635.GA21969@jasmine> (Leo Famulari's message of "Fri, 27 May 2016 10:56:35 -0400") 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" To: Leo Famulari Cc: guix-devel Leo Famulari skribis: > On Fri, May 27, 2016 at 10:14:09AM +0200, Ludovic Court=C3=A8s wrote: >> Hi! >>=20 >> leo@famulari.name (Leo Famulari) skribis: >>=20 >> > commit b0bbf2491e346a355c1ec5584c16de7fbfa14f5e >> > Author: Leo Famulari >> > Date: Thu May 26 13:24:41 2016 -0400 >> > >> > gnu: expat: Remove replacement. >> >=20=20=20=20=20 >> > * gnu/packages/xml.scm (expat)[replacement]: Remove field. >> > (expat/fixed): Remove variable. >>=20 >> [...] >>=20 >> > commit aee7f2e98ae2cbbd0cd765beda6c0a4279929c94 >> > Author: Leo Famulari >> > Date: Thu May 26 22:45:51 2016 -0400 >> > >> > gnu: libxslt: Update to 1.1.29. >> >=20=20=20=20=20 >> > * gnu/packages/patches/libxslt-CVE-2015-7995.patch: Delete file. >> > * gnu/local.mk (dist_patch_DATA): Remove it. >> > * gnu/packages/xml.scm (libxslt): Update to 1.1.29. >> > [source]: Remove patch. >>=20 >> Clarification: until Hydra has started building all of core-updates, >> it=E2=80=99s OK to push non-core updates like these to core-updates. >>=20 >> There are still a couple of issues at >> to be fixed in the core >> packages before we can ask Hydra to build all of core-updates. Until >> then, feel free! :-) > > Okay, do you think I should move the commits from core-updates-next to > core-updates? Yes, please! Just cherry-picking them and that should be fine. Thank you, Ludo=E2=80=99.