-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: flatpak-builder --extra-sources not working ? #499
Comments
This comment was marked as outdated.
This comment was marked as outdated.
Doesn't work for me too: openSUSE 15.4 Command: flatpak-builder --extra-sources=/home/data/software/uC/8088 build-dir io.github.gcc_ia16.Gcc_ia16_2204.yaml Relevant manifest lines:
Doesn't use the local tarball, starts fetching from the remote site with curl. |
Yeah, this is broken for me, too. I'm trying to do a local build for an application that wants Lua, and Lua's site is currently down for maintenance. I already downloaded the tarball, but it won't use it.
Fortunately, Lua is a shared module, and you can work around the site outage by switching |
Checklist
Flatpak version
1.15.0
What Linux distribution are you using?
Manjaro Linux
Linux distribution version
Linux phoenix 5.19.17-2-MANJARO flatpak/flatpak#1 SMP PREEMPT_DYNAMIC Sun Nov 6 00:08:27 UTC 2022 x86_64 GNU/Linux
What architecture are you using?
x86_64
How to reproduce
I have the following module:
I run this command:
flatpak-builder --extra-sources=/home/timo/GtkRadiant/extra-sources --force-clean --disable-updates --repo=gtkradiant-repo gtkradiant io.github.TTimo.GtkRadiant.json
A directory with a local copy of the tarball is setup, the checksum matches:
Expected Behavior
flatpak-builder should be using my local tarball
Actual Behavior
flatpak-builder always downloads from the URL instead
Additional Information
It's possible I misunderstand the documentation, I haven't found any working examples online of using --extra-sources
The text was updated successfully, but these errors were encountered: