-
Notifications
You must be signed in to change notification settings - Fork 166
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
Add support for <= v0.12 releases #261
Conversation
|
||
if [ "X$2" == "X" ]; then | ||
echo "Usage: promote_nightly.sh < iojs | nodejs > <version>" | ||
echo "Usage: promote_nightly.sh < iojs | nodejs >" |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
472be59
to
d175858
Compare
added |
@@ -3,5 +3,5 @@ JENKINS_SLAVE_JAR="/home/iojs/slave.jar" | |||
JENKINS_SLAVE_LOG="/home/iojs/$NAME.log" | |||
JENKINS_SECRET="{{secret}}" | |||
JENKINS_SLAVE_ARGS="-jnlpUrl https://ci.nodejs.org/computer/iojs-digitalocean-centos6-64-{{id}}/slave-agent.jnlp -secret $JENKINS_SECRET" | |||
JENKINS_ENV="DESTCPU={{arch}} ARCH={{arch}} OSTYPE=linux-gnu NODE_COMMON_PIPE=/home/iojs/test.pipe" | |||
JENKINS_ENV="PRE_1_PATH=/home/iojs/bin:$PATH JOBS=$(getconf _NPROCESSORS_ONLN) DESTCPU={{arch}} ARCH={{arch}} OSTYPE=linux-gnu NODE_COMMON_PIPE=/home/iojs/test.pipe" |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
LGTM with optional readability nit. |
d175858
to
6fbc50a
Compare
@jbergstroem is this OK? |
@rvagg sorry - should have elaborated. JENKINS_PATH gets passed to the binary through the init script. My suggestion was to move your path juggling to the JENKINS_PATH env since thats already used for the same purpose. I guess we're down to semantics so feel free to commit whatever's working for you. |
LGTM |
9e8a888
to
976d8a8
Compare
976d8a8
to
bca1eb2
Compare
For both centos5 release slaves and the web server for the promotion scripts.