git checkout -b otherrepo-master mastergit pull https://github.com/otherrepo/my-repo-name.git master| receivers: | |
| otlp: | |
| protocols: | |
| grpc: | |
| http: | |
| exporters: | |
| otlp/honeycomb: | |
| endpoint: api.honeycomb.io:443 | |
| headers: |
| If you are facing an error like that on new MacOS version. | |
| xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun | |
| It means that you need to install XCode command line, open a Terminal and run this command: | |
| $ xcode-select --install |
| source 'https://rubygems.org' | |
| gem 'activerecord', '4.0.0.rc1' |
| #!/bin/sh | |
| # | |
| # jenkins-slave: Launch a Jenkins BuildSlave instance on this node | |
| # | |
| # chkconfig: - 99 01 | |
| # description: Enable this node to fulfill build jobs | |
| # | |
| JENKINS_WORKDIR="/var/jenkins" | |
| JENKINS_USER="jenkins" |