-
Notifications
You must be signed in to change notification settings - Fork 1
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
v0.2.0~2: Bump allowable Bitcoin version, Rename service to "Jam" #20
Conversation
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.
FullMetal took a look and gave me some advice about the SDK.
Upon compilation I got an error when fetching from the nginx.org repos, and reported it to the jam-docker issues.
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.
Looks good
@@ -75,7 +75,9 @@ cargo install toml-cli | |||
|
|||
``` | |||
cd ~/ && git clone https://github.com/Start9Labs/start-os.git | |||
cd start-os/backend/ | |||
#checkout v0.3.5.1 | |||
git checkout 39de098461833e4c56bd3509644ddf7f1a0fc4ca |
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.
git checkout 39de098461833e4c56bd3509644ddf7f1a0fc4ca | |
git checkout v0.3.5.1 |
While checking out the specific commit will produce the same result, checking out the tag makes it a bit more clear.
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.
I did try that but it seems the v0.3.5.1 branch was never made:
$ git checkout v0.3.5.1
error: pathspec 'v0.3.5.1' did not match any file(s) known to git
No description provided.