-
Notifications
You must be signed in to change notification settings - Fork 15
Fix permissions issues to allow incubator project to run on Linux. #258
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
Open
nemo83
wants to merge
27
commits into
main
Choose a base branch
from
feat/linux-improvements-faster-bootstrap
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.
Open
Changes from 13 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
86edc82
chore: asked claude to make this to work on linux.
nemo83 a1be792
chore: root on macos and user on linux
nemo83 b8f3f5e
chore: added missing gid/uid
nemo83 5037cb7
chore: rolling back to older version
nemo83 324788e
chore: fully rolled back osmosis
nemo83 25db7b5
chore: fully rolled back osmosis
nemo83 1be39f2
chore: added creation or recreation of the .osmosisd-local
nemo83 bdf17b3
chore: added creation or recreation of the .osmosisd-local
nemo83 3faa2a8
chore: create .hermes folder if missing
nemo83 d87c4be
chore: don't delete osmosid.local
nemo83 872189c
chore: restore latest osmosis
nemo83 1ac180b
chore: removed overwriting compose/dockerfile
nemo83 2d1117b
chore: uncomment stuff
nemo83 1b83f23
chore: attempt to set user's permissions to .osmosisd.local folder
nemo83 1854051
chore: added missing uid gid
nemo83 774b2e5
chore: creating .osmosisd-local
nemo83 778b96d
chore: updated makefile
nemo83 dc934a8
chore: added missing file
nemo83 86329f7
chore: must run as admin or won't work. so must sudo rm -fr non inter…
nemo83 2ead66d
chore: fixed warnings
nemo83 25041fa
chore: rolling back from unwanted changes
nemo83 c6d26f3
chore: spend->mint ack packet. updated policy id
nemo83 1064704
chore: acknowledge_packet.spend -> acknowledge_packet.mint
nemo83 0258cea
chore: path
nemo83 12407a0
chore: paths
nemo83 35870d0
chore: swap sh fixes
nemo83 d39f0c2
chore: debug
nemo83 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fabianbormann this cleanup doesn't seem to be necessary. You can check the README.md in the
localosmosisfolder.Can you remember any other reasons why this might be required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah ok makes sense. It's just a re-write of the bash script. I assume we can just remove it ;)