-
Notifications
You must be signed in to change notification settings - Fork 27
Ruby 3.0 updates, tmate packaging, PATH revisions, and ssh-agent fix #92
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
tpoland
wants to merge
16
commits into
master
Choose a base branch
from
vendor-ruby
base: master
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 15 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
c620282
vendor ruby 3.0
tpoland fbd985d
revise user setup script for vendored ruby
tpoland 3a63855
convert tmate from binary to package install to workaround bitdefende…
tpoland 9a4490e
removing errant tab character
tpoland 6ad0187
correct ruby runtime dependency
tpoland 2799290
revise packaging script for vendored ruby
tpoland b77cad9
skip bundle install
tpoland f2ec398
add ruby to the jumpbox job
tpoland ffe7739
add ruby to path
tpoland 83dbb6e
upgrade PATH structure for bashrc
tpoland 32028e8
updating gem home to user home
tpoland 68f342a
add gem binpath to PATH if it exists
tpoland f5d7e78
set GEM_HOME and GEM_PATH
tpoland 177eb0b
fixup sshd configuration settings
tpoland 2f92d26
fixup boolean default interpretation
tpoland 94900a7
simplify template to use proper boolean matching for ternary operator…
tpoland 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
builds: | ||
68d0d668e001f63962387cc87c418ea98d7cf88880a7feb6e1ba12561653efb1: | ||
version: 68d0d668e001f63962387cc87c418ea98d7cf88880a7feb6e1ba12561653efb1 | ||
blobstore_id: 67174e62-14ca-42cc-7a2b-02376d4b790c | ||
sha1: sha256:3526abe6891f7d37ca3eeda5a3ad77f0c3e04529768d57267d3168d4cf36c4b7 | ||
format-version: "2" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ name: jumpbox | |
packages: | ||
- jumpbox | ||
- golang | ||
- ruby-3.0 | ||
|
||
templates: | ||
bin/jumpbox_ctl: bin/jumpbox_ctl | ||
|
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
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,2 @@ | ||
name: ruby-3.0 | ||
fingerprint: 68d0d668e001f63962387cc87c418ea98d7cf88880a7feb6e1ba12561653efb1 |
This file was deleted.
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.