bug#22017: Bug #22017 Hunting: Pinning a Guix version

2019-11-28 Thread zimoun
On Thu, 28 Nov 2019 at 09:34, Ludovic Courtès wrote: > Yes, I think we should close this issue and create a new one about > tagging Guix revisions/channel instances. done. :-)

bug#22017: Bug #22017 Hunting: Pinning a Guix version

2019-11-28 Thread Ludovic Courtès
Hello! zimoun skribis: > You wrote: > > git clone …/guix.git my-pinned-guix > (cd my-pinned-guix; git checkout deadbeef) > guix package -L my-pinned-guix --manifest=my-manifest.scm > > > which is now possible with > > guix pull --commit=deadbeef > guix package -m my-manifest.scm > > Mo

bug#22017: Bug #22017 Hunting: Pinning a Guix version

2019-11-27 Thread zimoun
Hi Ludo, The bug [1] describes a wishlist about pinning Guix version. I think it is almost done. [1] http://issues.guix.gnu.org/issue/22017 You wrote: --8<---cut here---start->8--- git clone …/guix.git my-pinned-guix (cd my-pinned-guix; git checkout dead