Re: Updating sources file using fedpkg

2021-06-17 Thread Fabio Valentini
On Thu, Jun 17, 2021 at 1:57 PM Ewoud Kohl van Wijngaarden wrote: > > Hello everyone, > > As someone who just got started, I'm looking for some help. > > I'd like to update packages. I'm used to git, so my typical flow is to > make sure I have some clean branch to start working from (clone is just

Re: Updating sources file using fedpkg

2021-06-17 Thread Matthias Runge
On Thu, Jun 17, 2021 at 01:57:03PM +0200, Ewoud Kohl van Wijngaarden wrote: > Hello everyone, > > As someone who just got started, I'm looking for some help. > > I'd like to update packages. I'm used to git, so my typical flow is to make > sure I have some clean branch to start working from (clon

Re: Updating sources file using fedpkg

2021-06-17 Thread Ewoud Kohl van Wijngaarden
On Thu, Jun 17, 2021 at 02:05:16PM +0200, Fabio Valentini wrote: On Thu, Jun 17, 2021 at 1:57 PM Ewoud Kohl van Wijngaarden wrote: Hello everyone, As someone who just got started, I'm looking for some help. I'd like to update packages. I'm used to git, so my typical flow is to make sure I ha

Re: Updating sources file using fedpkg

2021-06-17 Thread Ewoud Kohl van Wijngaarden
On Thu, Jun 17, 2021 at 02:11:41PM +0200, Matthias Runge wrote: On Thu, Jun 17, 2021 at 01:57:03PM +0200, Ewoud Kohl van Wijngaarden wrote: Hello everyone, As someone who just got started, I'm looking for some help. I'd like to update packages. I'm used to git, so my typical flow is to make su

Re: Updating sources file using fedpkg

2021-06-17 Thread Richard Shaw
On Thu, Jun 17, 2021 at 7:22 AM Ewoud Kohl van Wijngaarden < ewoud+fed...@kohlvanwijngaarden.nl> wrote: > > To be clear: I don't want to fiddle with the sources file, hence this > email. However, I would like to at least complete a local mockbuild > before uploading to the lookaside cache. It is m

Re: Updating sources file using fedpkg

2021-06-17 Thread Tom Hughes via devel
On 17/06/2021 12:57, Ewoud Kohl van Wijngaarden wrote: After that, I'm looking for a command to update the sources file with new checksums so I can run: fedpkg new-sources I could not find such a command so until now I've been using sha512sum manually, but there must be a better way :) We

Re: Updating sources file using fedpkg

2021-06-17 Thread Ken Dreyer
On Thu, Jun 17, 2021 at 8:33 AM Richard Shaw wrote: > > On Thu, Jun 17, 2021 at 7:22 AM Ewoud Kohl van Wijngaarden > wrote: >> >> >> To be clear: I don't want to fiddle with the sources file, hence this >> email. However, I would like to at least complete a local mockbuild >> before uploading to

Re: Updating sources file using fedpkg

2021-06-17 Thread Otto Urpelainen
Ken Dreyer kirjoitti 17.6.2021 klo 19.04: On Thu, Jun 17, 2021 at 8:33 AM Richard Shaw wrote: On Thu, Jun 17, 2021 at 7:22 AM Ewoud Kohl van Wijngaarden wrote: To be clear: I don't want to fiddle with the sources file, hence this email. However, I would like to at least complete a local m

Re: Updating sources file using fedpkg

2021-06-18 Thread Vít Ondruch
I always use `fedpkg import` and this command has `--offline` option, which populates the `sources` file without uploading the archives to the look-a-side cache. Vít Dne 17. 06. 21 v 18:04 Ken Dreyer napsal(a): On Thu, Jun 17, 2021 at 8:33 AM Richard Shaw wrote: On Thu, Jun 17, 2021 at 7:

Re: Updating sources file using fedpkg

2021-06-21 Thread Vít Ondruch
Dne 17. 06. 21 v 20:02 Otto Urpelainen napsal(a): Ken Dreyer kirjoitti 17.6.2021 klo 19.04: On Thu, Jun 17, 2021 at 8:33 AM Richard Shaw wrote: On Thu, Jun 17, 2021 at 7:22 AM Ewoud Kohl van Wijngaarden wrote: To be clear: I don't want to fiddle with the sources file, hence this email.

Re: Updating sources file using fedpkg

2021-06-21 Thread Ewoud Kohl van Wijngaarden
On Thu, Jun 17, 2021 at 09:02:12PM +0300, Otto Urpelainen wrote: Ken Dreyer kirjoitti 17.6.2021 klo 19.04: On Thu, Jun 17, 2021 at 8:33 AM Richard Shaw wrote: On Thu, Jun 17, 2021 at 7:22 AM Ewoud Kohl van Wijngaarden wrote: To be clear: I don't want to fiddle with the sources file, henc

Re: Updating sources file using fedpkg

2021-06-21 Thread Otto Urpelainen
Ewoud Kohl van Wijngaarden kirjoitti 21.6.2021 klo 14.50: On Thu, Jun 17, 2021 at 09:02:12PM +0300, Otto Urpelainen wrote: I am a bit confused about this discussion. My fedpkg does not care about the 'sources' file or the lookaside cache at all on 'fedpkg mockbuild'. It simply looks up the expe

Re: Updating sources file using fedpkg

2021-06-23 Thread Ewoud Kohl van Wijngaarden
On Tue, Jun 22, 2021 at 01:03:54AM +0300, Otto Urpelainen wrote: Ewoud Kohl van Wijngaarden kirjoitti 21.6.2021 klo 14.50: On Thu, Jun 17, 2021 at 09:02:12PM +0300, Otto Urpelainen wrote: I am a bit confused about this discussion. My fedpkg does not care about the 'sources' file or the lookasid

Re: Updating sources file using fedpkg

2021-06-23 Thread Sérgio Basto
On Tue, 2021-06-22 at 01:03 +0300, Otto Urpelainen wrote: > Ewoud Kohl van Wijngaarden kirjoitti 21.6.2021 klo 14.50: > > On Thu, Jun 17, 2021 at 09:02:12PM +0300, Otto Urpelainen wrote: > > > I am a bit confused about this discussion. My fedpkg does not care > > > about the 'sources' file or the

Re: Updating sources file using fedpkg

2021-07-02 Thread Ken Dreyer
On Fri, Jun 18, 2021 at 4:24 AM Vít Ondruch wrote: > > I always use `fedpkg import` and this command has `--offline` option, > which populates the `sources` file without uploading the archives to the > look-a-side cache. Oh, nice, I did not know of that command. Thanks. __

Re: Updating sources file using fedpkg

2021-07-02 Thread Sérgio Basto
On Fri, 2021-07-02 at 15:38 -0400, Ken Dreyer wrote: > On Fri, Jun 18, 2021 at 4:24 AM Vít Ondruch > wrote: > > > > I always use `fedpkg import` and this command has `--offline` option, > > which populates the `sources` file without uploading the archives to > > the > > look-a-side cache. > > Oh