bug#36242: Repacked source checkouts get a misleading file name

2019-06-17 Thread Ludovic Courtès
Hello, Marius Bakke skribis: > From 0c44561d0d45de91f4674d659b86d740642ae801 Mon Sep 17 00:00:00 2001 > From: Marius Bakke > Date: Sun, 16 Jun 2019 10:50:15 +0200 > Subject: [PATCH] packages: Keep full version in file name when repacking > source checkouts. > > * guix/packages.scm

bug#36242: Repacked source checkouts get a misleading file name

2019-06-16 Thread Marius Bakke
Efraim Flashner writes: > On Sun, Jun 16, 2019 at 11:04:26AM +0200, Marius Bakke wrote: >> Hello, >> >> When repacking a source checkout (e.g. by using git-fetch with a >> snippet), the generated file name contains only the first two version >> identifiers. >> >> E.g. `guix build -S eudev`

bug#36242: Repacked source checkouts get a misleading file name

2019-06-16 Thread Efraim Flashner
On Sun, Jun 16, 2019 at 11:04:26AM +0200, Marius Bakke wrote: > Hello, > > When repacking a source checkout (e.g. by using git-fetch with a > snippet), the generated file name contains only the first two version > identifiers. > > E.g. `guix build -S eudev` returns > >

bug#36242: Repacked source checkouts get a misleading file name

2019-06-16 Thread Marius Bakke
Hello, When repacking a source checkout (e.g. by using git-fetch with a snippet), the generated file name contains only the first two version identifiers. E.g. `guix build -S eudev` returns /gnu/store/7lgsxmr0rk9f8fbq6k0kj1aqb7lnrlll-eudev-3.2.tar.xz ...even though it should be "3.2.8". This