-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checkbox snap for Core24 builds (infra) (#1201)
* Draft snap for core24 * First draft that creates a snap * Classic series24 snap * Core24 snap for uc24 * Also sync checkbox classic 24 * Remove default provider and add perl everywhere * Remove exe bit from lib * Conditional removal with glob for arm64 * Patch does not apply to non x86 builds * Update classic wrapper with new LD_LIBRARY_PATH * Ignore error via || true instead of random exit
- Loading branch information
Showing
27 changed files
with
1,335 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
*.pyc | ||
*.snap | ||
__pycache__ | ||
build/mo/* | ||
dist/*.tar.gz | ||
parts/ | ||
snap/.snapcraft | ||
snap/gui/ | ||
stage/ | ||
prime/ | ||
|
||
# following files are populated by the prepare.sh script and should be ignored | ||
config/ | ||
checkbox-ng/ | ||
checkbox-support/ | ||
providers/ | ||
version.txt | ||
|
||
# following files are the result of the build process | ||
checkbox*.txt | ||
checkbox*.snap |
Oops, something went wrong.