Hi Simon,
Quoting zimoun (2022-10-24 09:34:09)
> On dim., 23 oct. 2022 at 17:40, Tanguy LE CARROUR
> wrote:
>
> >> guix package --export-manifest > /tmp/my-pkgs.scm
> >> guix refresh -m /tmp/my-pkgs.scm 2>&1 | ...
> >
> > I'm not using manifest (anymore). I used to, but for the time be
Hi Tanguy,
On dim., 23 oct. 2022 at 17:40, Tanguy LE CARROUR wrote:
>> guix package --export-manifest > /tmp/my-pkgs.scm
>> guix refresh -m /tmp/my-pkgs.scm 2>&1 | ...
>
> I'm not using manifest (anymore). I used to, but for the time being, I'm using
> `divenv` + `guix shell` and I'm qui
Hi Tanguy,
On dim., 23 oct. 2022 at 17:48, Tanguy LE CARROUR wrote:
> ```console
> $ guix package -I | awk '{print $1}' | tr '\n' ' ' | xargs guix refresh 2>&1 \
> | ag -v '(already|failed|no updater|warning|redirection)'
> ```
This pipe is equivalent to,
guix package --export-manifest >
Hi Efraim,
Quoting Efraim Flashner (2022-10-19 21:31:15)
> On Tue, Oct 18, 2022 at 06:19:18PM +0200, Tanguy LE CARROUR wrote:
> > Quoting Tanguy LE CARROUR (2022-10-05 16:01:40)
> > > Quoting Christopher Baines (2022-09-18 17:55:30)
> > […]
> > This is no magic scheme, it's just an alias for:
> >
On Wed, Oct 19 2022, 11:57:15 AM +0200
zimoun wrote:
> and then give a look at the script etc/committer.scm.
Didn't know this existed. This should definitely get a mention in the
Guix manual.
--
Hi Simon,
Sorry it took me so long to answer, but I've been struggling for the
past week with the upgrade of Poetry!! 😱
It requires updating `python-virtualenv` and `python-lockfile` and
suddenly a **LOT** of packages needed to be rebuilt/updated. #dependencyHell!
But that will definitively be the
On Tue, Oct 18, 2022 at 06:19:18PM +0200, Tanguy LE CARROUR wrote:
> Hi Chris,
>
> Quoting Tanguy LE CARROUR (2022-10-05 16:01:40)
> > Quoting Christopher Baines (2022-09-18 17:55:30)
> > > […]
> > > - Maybe script making contributions like updating packages
> > > - Make a similar tool to Debian
Hi Tanguy,
On Tue, 18 Oct 2022 at 18:19, Tanguy LE CARROUR wrote:
> ```console
> $ guix package -I | awk '{print $1}' | tr '\n' ' ' | xargs guix refresh 2>&1
> | ag -v "already" | ag -v "failed" | ag -v "no updater" | ag -v "warning"
> ```
>
> Yeah, I know… ugly! But, it does (part of) the job!
Hi Chris,
Quoting Tanguy LE CARROUR (2022-10-05 16:01:40)
> Quoting Christopher Baines (2022-09-18 17:55:30)
> > […]
> > - Maybe script making contributions like updating packages
> > - Make a similar tool to Debian's how can I help
> >- Try to avoid suggesting updating packages with lots of
Quoting Christopher Baines (2022-10-05 18:51:52)
> Tanguy LE CARROUR writes:
>
> >> - Minimise the burden for submitters
> >> - Lengthy guidance for submitting patches
> >
> > Actually, the `16.4 Packaging Guidelines` and `16.6 Submitting Patches`
> > are everything that I've ever looked fo
Tanguy LE CARROUR writes:
>> - Minimise the burden for submitters
>> - Lengthy guidance for submitting patches
>
> Actually, the `16.4 Packaging Guidelines` and `16.6 Submitting Patches`
> are everything that I've ever looked for.
I think the point here is that the Submitting Patches sect
Hi Chris,
Quoting Christopher Baines (2022-09-18 17:55:30)
> Here are some notes I took during the discussion on patch review/quality
> assurance at the 10 Years of Guix event.
Thanks for the notes!
After months not contributing, today, I've started contributing patches
again!
Seems like I've f
Here are some notes I took during the discussion on patch review/quality
assurance at the 10 Years of Guix event.
Discussion:
- Find out how others review patches
- Julian
- Subscribe to guix-patches
- Look at subjects
- If not OCaml/Java/Maven, ignore email
- If obvious issues c
13 matches
Mail list logo