You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should pull everything just like it would with git clone --recursive https://github.com/TDesktop-x64/tdesktop.git
Actual Behavior
❯ flatpak-builder build-dir test.yml
Downloading sources
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /home/solopasha/flatpak/test/.flatpak-builder/git/https_github.com_TDesktop-x64_tdesktop.git-4MYK21/
Fetching git repo https://github.com/TDesktop-x64/tdesktop.git, ref refs/tags/v1.0.81
remote: Enumerating objects: 3917, done.
remote: Counting objects: 100% (3917/3917), done.
remote: Compressing objects: 100% (3801/3801), done.
warning: object 92fbee05c936adf150b9f4f521cd19477fa28101: gitmodulesParse: could not parse gitmodules blob
remote: Total 3917 (delta 219), reused 2790 (delta 104), pack-reused 0
Receiving objects: 100% (3917/3917), 16.94 MiB | 3.34 MiB/s, done.
Resolving deltas: 100% (219/219), done.
From https://github.com/TDesktop-x64/tdesktop
* [new tag] v1.0.81 -> v1.0.81
Failed to download sources: module test: Key file contains line “[submodule "Telegram/ThirdParty/libtgvoip"]” which is not a key-value pair, group, or comment
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Checklist
flatpak-builder version
1.3.3
Flatpak version
1.15.4
How to reproduce
test.yml
Expected Behavior
It should pull everything just like it would with
git clone --recursive https://github.com/TDesktop-x64/tdesktop.git
Actual Behavior
Additional Information
No response
The text was updated successfully, but these errors were encountered: