Re: Bodhi: "how to install" is supposed to work?

2020-06-03 Thread Vít Ondruch
Dne 03. 06. 20 v 11:03 Alessio napsal(a): > On Wed, 2020-06-03 at 10:54 +0200, Vít Ondruch wrote: >> Dne 02. 06. 20 v 9:32 Alessio napsal(a): >>> In Bodhi there is a dnf command in the "How to install" section, in >>> order to install the package to test. Something like: >>> >>> sudo dnf upgrade

Re: Bodhi: "how to install" is supposed to work?

2020-06-03 Thread Alessio
On Wed, 2020-06-03 at 10:54 +0200, Vít Ondruch wrote: > Dne 02. 06. 20 v 9:32 Alessio napsal(a): > > In Bodhi there is a dnf command in the "How to install" section, in > > order to install the package to test. Something like: > > > > sudo dnf upgrade --enablerepo=updates-testing

Re: Bodhi: "how to install" is supposed to work?

2020-06-03 Thread Vít Ondruch
Dne 02. 06. 20 v 9:32 Alessio napsal(a): > In Bodhi there is a dnf command in the "How to install" section, in > order to install the package to test. Something like: > > sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020- > 81a3b3df7d > > Is it supposed to work? Because every

Re: Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Kevin Fenzi
On Tue, Jun 02, 2020 at 08:14:21AM -0700, Adam Williamson wrote: > On Tue, 2020-06-02 at 14:42 +, Zbigniew Jędrzejewski-Szmek wrote: > > On Tue, Jun 02, 2020 at 02:52:15PM +0200, Christopher Engelhard wrote: > > > On 02.06.20 14:24, Mattia Verga via devel wrote: > > > > Do you think adding a

Re: Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Adam Williamson
On Tue, 2020-06-02 at 15:40 +, Zbigniew Jędrzejewski-Szmek wrote: > On Tue, Jun 02, 2020 at 08:14:21AM -0700, Adam Williamson wrote: > > On Tue, 2020-06-02 at 14:42 +, Zbigniew Jędrzejewski-Szmek wrote: > > > On Tue, Jun 02, 2020 at 02:52:15PM +0200, Christopher Engelhard wrote: > > > > On

Re: Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jun 02, 2020 at 08:14:21AM -0700, Adam Williamson wrote: > On Tue, 2020-06-02 at 14:42 +, Zbigniew Jędrzejewski-Szmek wrote: > > On Tue, Jun 02, 2020 at 02:52:15PM +0200, Christopher Engelhard wrote: > > > On 02.06.20 14:24, Mattia Verga via devel wrote: > > > > Do you think adding a

Re: Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Adam Williamson
On Tue, 2020-06-02 at 14:42 +, Zbigniew Jędrzejewski-Szmek wrote: > On Tue, Jun 02, 2020 at 02:52:15PM +0200, Christopher Engelhard wrote: > > On 02.06.20 14:24, Mattia Verga via devel wrote: > > > Do you think adding a notice like > > > "The following command may take some time to work after

Re: Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Björn Persson
Christopher Engelhard wrote: > Suggestion: > > "It takes some time for repository mirrors to receive this update. If > the above command does not install anything, please wait for mirrors to > synchronize and try again. This should normally not take longer than > . People who don't already know

Re: Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jun 02, 2020 at 02:52:15PM +0200, Christopher Engelhard wrote: > On 02.06.20 14:24, Mattia Verga via devel wrote: > > Do you think adding a notice like > > "The following command may take some time to work after this update has > > been pushed to testing, because the dnf mirrors should

Re: Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Artur Iwicki
In a similar vein - "dnf upgrade" will fail if the package is not already installed on the system. Maybe bodhi should suggest "dnf install --best" instead? ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to

Re: Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Michael Schwendt
On Tue, 02 Jun 2020 09:32:27 +0200, Alessio wrote: > In Bodhi there is a dnf command in the "How to install" section, in > order to install the package to test. Something like: > > sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020- > 81a3b3df7d > > Is it supposed to work?

Re: Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Christopher Engelhard
On 02.06.20 14:24, Mattia Verga via devel wrote: > Do you think adding a notice like > "The following command may take some time to work after this update has > been pushed to testing, because the dnf mirrors should synchronize." > would work? It may be not the best way to express that, since I'm

Re: Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Mattia Verga via devel
Il 02/06/20 10:26, Zbigniew Jędrzejewski-Szmek ha scritto: > > Ideally, that message would be sent out only after mirrors have been > synchronized. > > Zbyszek > ___ That would be great, unfortunately it's simply impossible... Do you think adding a

Re: Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Jun 02, 2020 at 10:03:26AM +0200, Christopher Engelhard wrote: > Hi Alessio, > > On 02.06.20 09:32, Alessio wrote: > > sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020- > > 81a3b3df7d > > > > Is it supposed to work? Because every time I tried it, it didn't work. > >

Re: Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Christopher Engelhard
Hi Alessio, On 02.06.20 09:32, Alessio wrote: > sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020- > 81a3b3df7d > > Is it supposed to work? Because every time I tried it, it didn't work. > In addition a package received a negative karma due to that ^_^; It usually takes a bit

Bodhi: "how to install" is supposed to work?

2020-06-02 Thread Alessio
In Bodhi there is a dnf command in the "How to install" section, in order to install the package to test. Something like: sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020- 81a3b3df7d Is it supposed to work? Because every time I tried it, it didn't work. In addition a package