Re: Changing dependencies for a project

2024-07-10 Thread Ben Cooksley
On Wed, Jul 10, 2024 at 7:26 PM David Jarvie wrote: > > > On 10 July 2024 06:29:18 BST, Heiko Becker wrote: > > On Wednesday, 10 July 2024 01:51:16 CEST, David Jarvie wrote: > > > On Tuesday, 9 July 2024 23:47:30 BST Albert Astals Cid wrote: > > >> El dimarts, 9 de juliol del 2024, a les 22:12:4

Re: Changing dependencies for a project

2024-07-10 Thread David Jarvie
On 10 July 2024 06:29:18 BST, Heiko Becker wrote: > On Wednesday, 10 July 2024 01:51:16 CEST, David Jarvie wrote: > > On Tuesday, 9 July 2024 23:47:30 BST Albert Astals Cid wrote: > >> El dimarts, 9 de juliol del 2024, a les 22:12:40 (CEST), David Jarvie va > >> > >> escriure: ... > > > > If

Re: Changing dependencies for a project

2024-07-10 Thread Ingo Klöcker
On Dienstag, 9. Juli 2024 22:12:40 CEST David Jarvie wrote: > I have just changed the dependencies for KAlarm (removed Canberra, added > libvlc and libvlccore), but after committing the changes, the build fails on > invent.kde.org. I've changed everything I can find in the KAlarm repository > relat

Re: Changing dependencies for a project

2024-07-09 Thread Johnny Jazeix
Hi, To paraphrase Captain Tsubasa "the CI is your friend". If there was a merge request, the build would have failed and you still would have sent a mail here to ask how to add the dependency :). Even for smaller changes, it's always interesting to have the CI run because it's quite quick and can

Re: Changing dependencies for a project

2024-07-09 Thread Heiko Becker
On Wednesday, 10 July 2024 01:51:16 CEST, David Jarvie wrote: On Tuesday, 9 July 2024 23:47:30 BST Albert Astals Cid wrote: El dimarts, 9 de juliol del 2024, a les 22:12:40 (CEST), David Jarvie va escriure: ... If I'd created a merge request, it would presumably have just sat there unmergeab

Re: Changing dependencies for a project

2024-07-09 Thread David Jarvie
On Tuesday, 9 July 2024 23:47:30 BST Albert Astals Cid wrote: > El dimarts, 9 de juliol del 2024, a les 22:12:40 (CEST), David Jarvie va > > escriure: > > I have just changed the dependencies for KAlarm (removed Canberra, added > > libvlc and libvlccore), but after committing the changes, the buil

Re: Changing dependencies for a project

2024-07-09 Thread Albert Astals Cid
El dimarts, 9 de juliol del 2024, a les 22:12:40 (CEST), David Jarvie va escriure: > I have just changed the dependencies for KAlarm (removed Canberra, added > libvlc and libvlccore), but after committing the changes, the build fails on > invent.kde.org. In the future probably helps if you do si

Changing dependencies for a project

2024-07-09 Thread David Jarvie
I have just changed the dependencies for KAlarm (removed Canberra, added libvlc and libvlccore), but after committing the changes, the build fails on invent.kde.org. I've changed everything I can find in the KAlarm repository relating to the dependencies, so is there something else I need to do