-
Notifications
You must be signed in to change notification settings - Fork 325
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
Invalid or missing image-customization.lua is ignored #3218
Labels
0. type: bug
This is a bug
3. topic: build
This is about the build system
6. skill: lua
This issue can be fixed with some Lua knowledge
7. v2023.2.x
Comments
neocturne
added
0. type: bug
This is a bug
6. skill: lua
This issue can be fixed with some Lua knowledge
3. topic: build
This is about the build system
7. v2023.2.x
labels
Mar 7, 2024
neocturne
added a commit
to neocturne/gluon
that referenced
this issue
Mar 7, 2024
…ization file image-customization.lua has replaced GLUON_FEATURES and GLUON_SITE_PACKAGES, so the file is always required to build a useful Gluon image. In addition, not only 'file not found' errors were ignored, but also all other Lua load errors, resulting in a build with empty image customization when the file was not valid. Closes freifunk-gluon#3218
neocturne
added a commit
to neocturne/gluon
that referenced
this issue
Mar 7, 2024
…ization file image-customization.lua has replaced GLUON_FEATURES and GLUON_SITE_PACKAGES, so the file is always required to build a useful Gluon image. In addition, not only 'file not found' errors were ignored, but also all other Lua load errors, resulting in a build with empty image customization when the file was not valid. Closes freifunk-gluon#3218
github-actions bot
pushed a commit
that referenced
this issue
Mar 8, 2024
…ization file image-customization.lua has replaced GLUON_FEATURES and GLUON_SITE_PACKAGES, so the file is always required to build a useful Gluon image. In addition, not only 'file not found' errors were ignored, but also all other Lua load errors, resulting in a build with empty image customization when the file was not valid. Closes #3218 (cherry picked from commit 7feaec8)
blocktrron
pushed a commit
that referenced
this issue
Mar 8, 2024
…ization file (#3220) image-customization.lua has replaced GLUON_FEATURES and GLUON_SITE_PACKAGES, so the file is always required to build a useful Gluon image. In addition, not only 'file not found' errors were ignored, but also all other Lua load errors, resulting in a build with empty image customization when the file was not valid. Closes #3218 (cherry picked from commit 7feaec8) Co-authored-by: Matthias Schiffer <mschiffer@universe-factory.net>
hafu
pushed a commit
to Freifunk-Potsdam/gluon
that referenced
this issue
Jun 2, 2024
…ization file (freifunk-gluon#3220) image-customization.lua has replaced GLUON_FEATURES and GLUON_SITE_PACKAGES, so the file is always required to build a useful Gluon image. In addition, not only 'file not found' errors were ignored, but also all other Lua load errors, resulting in a build with empty image customization when the file was not valid. Closes freifunk-gluon#3218 (cherry picked from commit 7feaec8) Co-authored-by: Matthias Schiffer <mschiffer@universe-factory.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0. type: bug
This is a bug
3. topic: build
This is about the build system
6. skill: lua
This issue can be fixed with some Lua knowledge
7. v2023.2.x
The build should abort when no valid image-customization.lua is found, rather than continuing as if the file were empty.
The text was updated successfully, but these errors were encountered: