bug#43893: [PATCH] maint: update-guix-package: Optionally add sources to store.

2020-11-10 Thread Maxim Cournoyer
Hi again! Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >>> Thanks for the patch, that should break the deadlock and allow us to >>> proceed with the release! >>> >>> Next we need to update the ‘release’ target so >>> GUIX_ALLOW_ME_TO_USE_PRIVATE_COMMIT is set. >> >> Done! > > Th

bug#43893: [PATCH] maint: update-guix-package: Optionally add sources to store.

2020-11-10 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: >> Thanks for the patch, that should break the deadlock and allow us to >> proceed with the release! >> >> Next we need to update the ‘release’ target so >> GUIX_ALLOW_ME_TO_USE_PRIVATE_COMMIT is set. > > Done! Thanks! >> the extra dependency on Git, > > To me, thi

bug#43893: [PATCH] maint: update-guix-package: Optionally add sources to store.

2020-11-10 Thread Maxim Cournoyer
Hello Ludovic, Ludovic Courtès writes: > Maxim Cournoyer skribis: [...] >> -(define-syntax-rule (with-temporary-git-worktree commit body ...) >> - "Execute BODY in the context of a temporary git worktree created from >> COMMIT." >> +(define-syntax-rule (call-with-temporary-git-worktree comm

bug#43893: [PATCH] maint: update-guix-package: Optionally add sources to store.

2020-11-09 Thread Ludovic Courtès
Maxim Cournoyer skribis: > Following discussions in , keeping a copy > of the updated package source is desirable when generating a release. Not just when generating a release: anytime you want to refer to a private commit, which could be for mere testing. > *

bug#43893: [PATCH] maint: update-guix-package: Optionally add sources to store.

2020-11-09 Thread Maxim Cournoyer
Following discussions in , keeping a copy of the updated package source is desirable when generating a release. * build-aux/update-guix-package.scm (version-controlled?): Remove variable. (call-with-temporary-git-worktree): Renamed from 'with-temporary-git-worktr