* Re: 01/01: gnu: gnurl: Update to 7.44.0. [not found] ` <E1Znky8-00060X-9c@vcs.savannah.gnu.org> @ 2015-10-18 10:26 ` Andreas Enge 2015-10-18 10:39 ` Efraim Flashner 2015-10-18 16:36 ` Ludovic Courtès 0 siblings, 2 replies; 6+ messages in thread From: Andreas Enge @ 2015-10-18 10:26 UTC (permalink / raw) To: guix-devel Hello, I have also updated curl to 7.45.0. $ guix refresh -l curl Building the following 82 packages would ensure 142 dependent packages... Is it okay to push to master, or should I wait for the next core-updates cycle? Andreas ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 01/01: gnu: gnurl: Update to 7.44.0. 2015-10-18 10:26 ` 01/01: gnu: gnurl: Update to 7.44.0 Andreas Enge @ 2015-10-18 10:39 ` Efraim Flashner 2015-10-18 16:36 ` Ludovic Courtès 1 sibling, 0 replies; 6+ messages in thread From: Efraim Flashner @ 2015-10-18 10:39 UTC (permalink / raw) To: Andreas Enge; +Cc: guix-devel [-- Attachment #1: Type: text/plain, Size: 616 bytes --] On Sun, 18 Oct 2015 12:26:29 +0200 Andreas Enge <andreas@enge.fr> wrote: > Hello, > > I have also updated curl to 7.45.0. > > $ guix refresh -l curl > Building the following 82 packages would ensure 142 dependent packages... > > Is it okay to push to master, or should I wait for the next core-updates > cycle? > > Andreas > that doesn't seem like too large a number of packages -- Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 01/01: gnu: gnurl: Update to 7.44.0. 2015-10-18 10:26 ` 01/01: gnu: gnurl: Update to 7.44.0 Andreas Enge 2015-10-18 10:39 ` Efraim Flashner @ 2015-10-18 16:36 ` Ludovic Courtès 2015-10-18 17:07 ` Efraim Flashner 2015-10-20 16:18 ` Andreas Enge 1 sibling, 2 replies; 6+ messages in thread From: Ludovic Courtès @ 2015-10-18 16:36 UTC (permalink / raw) To: Andreas Enge; +Cc: guix-devel Andreas Enge <andreas@enge.fr> skribis: > I have also updated curl to 7.45.0. > > $ guix refresh -l curl > Building the following 82 packages would ensure 142 dependent packages... Sounds OK to me. > Is it okay to push to master, or should I wait for the next core-updates > cycle? ‘core-updates’ is for updates of the core: libc, gcc, coreutils, GMP, etc. Here that would be a ‘curl-update’ or something like that. Ludo’. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 01/01: gnu: gnurl: Update to 7.44.0. 2015-10-18 16:36 ` Ludovic Courtès @ 2015-10-18 17:07 ` Efraim Flashner 2015-10-19 14:59 ` Ludovic Courtès 2015-10-20 16:18 ` Andreas Enge 1 sibling, 1 reply; 6+ messages in thread From: Efraim Flashner @ 2015-10-18 17:07 UTC (permalink / raw) To: Ludovic Courtès; +Cc: guix-devel [-- Attachment #1: Type: text/plain, Size: 887 bytes --] On Sun, 18 Oct 2015 18:36:58 +0200 ludo@gnu.org (Ludovic Courtès) wrote: > Andreas Enge <andreas@enge.fr> skribis: > > > I have also updated curl to 7.45.0. > > > > $ guix refresh -l curl > > Building the following 82 packages would ensure 142 dependent > > packages... > > Sounds OK to me. > > > Is it okay to push to master, or should I wait for the next core-updates > > cycle? > > ‘core-updates’ is for updates of the core: libc, gcc, coreutils, GMP, > etc. Here that would be a ‘curl-update’ or something like that. > > Ludo’. The concern is more about the numbers of packages that would be rebuilt from pushing the update -- Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 01/01: gnu: gnurl: Update to 7.44.0. 2015-10-18 17:07 ` Efraim Flashner @ 2015-10-19 14:59 ` Ludovic Courtès 0 siblings, 0 replies; 6+ messages in thread From: Ludovic Courtès @ 2015-10-19 14:59 UTC (permalink / raw) To: Efraim Flashner; +Cc: guix-devel Efraim Flashner <efraim@flashner.co.il> skribis: > On Sun, 18 Oct 2015 18:36:58 +0200 > ludo@gnu.org (Ludovic Courtès) wrote: > >> Andreas Enge <andreas@enge.fr> skribis: >> >> > I have also updated curl to 7.45.0. >> > >> > $ guix refresh -l curl >> > Building the following 82 packages would ensure 142 dependent >> > packages... >> >> Sounds OK to me. >> >> > Is it okay to push to master, or should I wait for the next core-updates >> > cycle? >> >> ‘core-updates’ is for updates of the core: libc, gcc, coreutils, GMP, >> etc. Here that would be a ‘curl-update’ or something like that. >> >> Ludo’. > > The concern is more about the numbers of packages that would be rebuilt from > pushing the update Yes, sure. What I meant to say is that it’s often preferable to have focused branches, than to have break-the-world branches where it can be hard to find out what specific upgrade broke something. Of course we’re limited by the available CPU power on Hydra, so we can’t just have one branch being built for each package upgrade. Ludo’. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 01/01: gnu: gnurl: Update to 7.44.0. 2015-10-18 16:36 ` Ludovic Courtès 2015-10-18 17:07 ` Efraim Flashner @ 2015-10-20 16:18 ` Andreas Enge 1 sibling, 0 replies; 6+ messages in thread From: Andreas Enge @ 2015-10-20 16:18 UTC (permalink / raw) To: Ludovic Courtès; +Cc: guix-devel On Sun, Oct 18, 2015 at 06:36:58PM +0200, Ludovic Courtès wrote: > > $ guix refresh -l curl > > Building the following 82 packages would ensure 142 dependent packages... > Sounds OK to me. I took this as permission to push to master, which is done. Andreas ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-10-20 16:18 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <20151018101335.23039.16829@vcs.savannah.gnu.org> [not found] ` <E1Znky8-00060X-9c@vcs.savannah.gnu.org> 2015-10-18 10:26 ` 01/01: gnu: gnurl: Update to 7.44.0 Andreas Enge 2015-10-18 10:39 ` Efraim Flashner 2015-10-18 16:36 ` Ludovic Courtès 2015-10-18 17:07 ` Efraim Flashner 2015-10-19 14:59 ` Ludovic Courtès 2015-10-20 16:18 ` Andreas Enge
Code repositories for project(s) associated with this public inbox https://git.savannah.gnu.org/cgit/guix.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).