Message ID | cover.1703370677.git.jaeme@runbox.com |
---|---|
Headers | show |
Series | Remove ed.scm, update ed to 1.19. | expand |
> This patch-set removes ed.scm and moves the `ed' package to > text-editors.scm, it also updates ed to 1.19. This is similar to patch > #67997 which removes nano.scm and moves nano to text-editors.scm. Applied, thanks, Mathieu
On Mon, Dec 25, 2023 at 05:23:37PM +0100, Mathieu Othacehe wrote: > > > This patch-set removes ed.scm and moves the `ed' package to > > text-editors.scm, it also updates ed to 1.19. This is similar to patch > > #67997 which removes nano.scm and moves nano to text-editors.scm. > > Applied, thanks, > > Mathieu I had to revert the ed patch since it caused more than 5000 package rebuilds per architecture.
> I had to revert the ed patch since it caused more than 5000 package > rebuilds per architecture. Thanks for taking care of that, `guix refresh` states that it has no depends other than itself. I wonder what causes this massive rebuild. Mathieu
Hi, Mathieu Othacehe <othacehe@gnu.org> writes: >> I had to revert the ed patch since it caused more than 5000 package >> rebuilds per architecture. > > Thanks for taking care of that, `guix refresh` states that it has no > depends other than itself. I wonder what causes this massive rebuild. Actually I get: --8<---------------cut here---------------start------------->8--- $ guix refresh --list-dependent ed Building the following 2057 packages would ensure 5320 dependent packages are rebuilt: [...] --8<---------------cut here---------------end--------------->8--- and should be treated according to (info "(guix) Managing Patches and Branches") that is "pushed to a topic branch other than master", right? I don't know if this means that it should be pushed to a topic branch named like ed-update or to the core-updates one :-) Happy hacking! Gio'