-
Notifications
You must be signed in to change notification settings - Fork 0
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
github integration #2
Comments
I think we should never clone the repo onto every machine in the cluster. On Wed, Jul 18, 2012 at 3:13 PM, Dan <
Sam Ritchie, Twitter Inc (Too brief? Here's why! http://emailcharter.org) |
Note that our bootstrap script has placeholders for your private key and public key git credentials. I'm not sure what the right way to do this would be. |
Fair enough. Where is the rsync comment, @sritchie? |
Search email for "rsync" |
nothing comes up. paste in the comment here, if you think it's worth the time. |
You have to click to expand the comment. It's still extremely convenient to have the repo on the cluster, for quickly switching between branches, etc. I'm not convinced rsync is the way to go. |
I don't care about having it on every machine, but having it on the master node is pretty sweet. |
Try rsync once, then judge for yourself. I'm totally convinced. On Wed, Jul 18, 2012 at 3:59 PM, Robin Kraft <
Sam Ritchie, Twitter Inc (Too brief? Here's why! http://emailcharter.org) |
Deal!! Great idea. On Jul 18, 2012, at 4:02 PM, Sam Ritchie wrote:
|
Are you using s3fs in conjunction with rsync? On Jul 18, 2012, at 4:02 PM, Sam Ritchie wrote:
|
Oh, right, missed that detail. On Jul 18, 2012, at 4:21 PM, Sam Ritchie wrote:
|
For reference, Sam's suggested solution, from here
The idea is that since rsync will only sync the changes, even if we're changing branches, etc., not that much is actually changing within the uberjar so it won't take long to sync. |
Currently, on our local clone of this project, we change this line to point to a file called
forma_bootstrap_robin.sh
, which contains Robin's github credentials. We need this in order to clone theforma-clj
project on the cluster. He doesn't want these credentials to go in this repo, which makes sense.Ideally, we would have a way to configure github using our own credentials which could be stored or copied into the
forma-deploy
repo on our local machine. Or maybe in~/.ssh
or something. I don't know. We can talk more about this if I am being unclear.The text was updated successfully, but these errors were encountered: