-
Notifications
You must be signed in to change notification settings - Fork 729
feat: add Fiddle snap package #1348
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
Draft
VerteDinde
wants to merge
15
commits into
main
Choose a base branch
from
add-snap-package
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+60
−4
Draft
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
c4cd192
build: init commit, debugging build
VerteDinde 48c17ee
build: apt install snapd
VerteDinde 62bc0dd
build: try docker img ubuntudesktop/gnome-3-38-2004
VerteDinde 695c89c
build: why is git not on this image
VerteDinde 9a9a873
build: dependency whack-a-mole
VerteDinde d94d30e
build: handle icon in config
VerteDinde 0d1af20
build: add debug command
VerteDinde 8ab847e
build: use cibuilds/snapcraft:core18
VerteDinde d044493
build: revert to support dockerfile, use wrapper
VerteDinde e2abe7a
build: remove debug variable
VerteDinde 61281ed
build: [debug] patch info into snap installer
VerteDinde 2c864b1
build: move icon in config
VerteDinde a66c542
build: hell yes (clean up debugger code)
VerteDinde 31f7bb6
build: enable all linux arches
VerteDinde 91ff3a0
build: restore all jobs/filters
VerteDinde File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,13 @@ | ||
#!/bin/sh | ||
|
||
VerteDinde marked this conversation as resolved.
Show resolved
Hide resolved
|
||
SNAP="/snap/snapcraft/current" | ||
SNAP_NAME="$(awk '/^name:/{print $2}' $SNAP/meta/snap.yaml)" | ||
SNAP_VERSION="$(awk '/^version:/{print $2}' $SNAP/meta/snap.yaml)" | ||
SNAP_ARCH="amd64" | ||
|
||
export SNAP | ||
export SNAP_NAME | ||
export SNAP_VERSION | ||
export SNAP_ARCH | ||
|
||
exec "$SNAP/usr/bin/python3" "$SNAP/bin/snapcraft" "$@" |
This file contains hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.