Problems with git ?

Alberto Fanjul Alonso albertofanjul at gmail.com
Tue Jul 21 07:26:58 UTC 2020


You can explicitly put the branch you want to fetch in manifest. I
guess flatpak uses the convention master

cd flatpak-builder
$ rg \"master\"
src/builder-source-git.c
196:    return "master";

src/builder-manifest.c
1416:  return self->runtime_version ? self->runtime_version : "master";
1433:  return "master";

src/builder-main.c
592:      const char *git_branch = opt_from_git_branch ?
opt_from_git_branch : "master";

src/builder-flatpak-utils.c
427:    branch = "master";
441:    branch = "master";

El mar., 21 jul. 2020 a las 6:06, Japhering, Anonymous
(<japhering at gmail.com>) escribió:
>
> On Linux Mint 20
> trying to build the Evolution flatpak base on  the directions here:  https://wiki.gnome.org/Apps/Evolution/Flatpak
>
> I'm running into the following error
>
> flatpak-builder --force-clean org.gnome.Evolution-stable org.gnome.Evolution-stable.json
> Downloading sources
> Fetching full git repo https://git.code.sf.net/p/bogofilter/git
> fatal: ambiguous argument 'master': unknown revision or path not in the working tree.
>
> Is this related to the github change away from master/slave terminology?
>
> If so,  how do I fix it?
>
> Thanks
> _______________________________________________
> Flatpak mailing list
> Flatpak at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/flatpak


More information about the Flatpak mailing list