Hi,
On Tue, 14 Sep 2021 at 09:43, Ludovic Courtès wrote:
> Philippe SWARTVAGHER skribis:
>
>> guix build chameleon --with-branch=chameleon=merge-requests/262/head
>> guix build: erreur : impossible de récupérer la branche «
>> merge-requests/262/head » depuis
>> https://gitlab.inria.fr/solversta
Hi!
Philippe SWARTVAGHER skribis:
> guix build chameleon --with-branch=chameleon=merge-requests/262/head
>
> ```
>
> (with 262 being the pull-request I'm interested in) However, this fails:
>
> ```
>
> guix build: erreur : impossible de récupérer la branche «
> merge-requests/262/head » depuis
>
Le 12/08/2021 à 17:30, raingloom a écrit :
> How is this different compared to just using the git URL and branch that
> the pull request is from?
>
> For example, here we have a merge request:
> https://gitlab.com/guile-git/guile-git/-/merge_requests/30
> From this repo:
> https://gitlab.com/plat
On Thu, 12 Aug 2021 11:38:38 +0200
Philippe SWARTVAGHER wrote:
> Hello,
>
> A nice feature would be to be able to use a pull-request as branch to
> specify in the `--with-branch` transformation option.
>
> A use-case is to use a pull-request coming from a private fork, thus
> we can't use the c
Hello,
A nice feature would be to be able to use a pull-request as branch to
specify in the `--with-branch` transformation option.
A use-case is to use a pull-request coming from a private fork, thus we
can't use the combination `--with-git-url= with-branch=`.
As an example, if I follow
https:/