Skip to content

Commit

Permalink
Merge pull request chef#513 from chef/mp/update-erchef-jenkins-for-ruby
Browse files Browse the repository at this point in the history
update erlang project jenkins builds with omnibus-toolchain in path
  • Loading branch information
marcparadise committed Sep 2, 2015
2 parents 3fd4c16 + cd94928 commit e9bf7fe
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 100 deletions.
2 changes: 1 addition & 1 deletion src/chef-mover/jenkins/build.sh
Expand Up @@ -6,7 +6,7 @@

PROJ_NAME=mover

export PATH=/opt/ruby1.9/bin:/opt/erlang/bin:$PATH:/usr/local/bin
export PATH=/opt/omnibus-toolchain/embedded/bin:/opt/otp/17.5/bin:$PATH:/usr/local/bin
export USE_SYSTEM_GECODE=1

make distclean
Expand Down
32 changes: 0 additions & 32 deletions src/chef-mover/jenkins/builder_info.rb

This file was deleted.

4 changes: 1 addition & 3 deletions src/oc_bifrost/jenkins/build.sh
Expand Up @@ -6,9 +6,7 @@

PROJ_NAME=oc_bifrost

export PATH=/opt/erlang/bin:$PATH:/usr/local/bin
jenkins/builder_info.rb
source machine_info
export PATH=/opt/omnibus-toolchain/embedded/bin:/opt/otp/17.5/bin:$PATH:/usr/local/bin

make distclean
git clean -fdX
Expand Down
32 changes: 0 additions & 32 deletions src/oc_bifrost/jenkins/builder_info.rb

This file was deleted.

2 changes: 1 addition & 1 deletion src/oc_erchef/jenkins/build.sh
Expand Up @@ -5,7 +5,7 @@
# PROJ_NAME and the make command.

PROJ_NAME=oc_erchef
export PATH=/opt/ruby1.9/bin:/opt/erlang/bin:$PATH:/usr/local/bin
export PATH=/opt/omnibus-toolchain/embedded/bin:/opt/otp/17.5/bin:$PATH:/usr/local/bin
export USE_SYSTEM_GECODE=1

make distclean
Expand Down
31 changes: 0 additions & 31 deletions src/oc_erchef/jenkins/builder_info.rb

This file was deleted.

0 comments on commit e9bf7fe

Please sign in to comment.