Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the last of depselector/gecode dependency from chef-mover
Browse files Browse the repository at this point in the history
Signed-off-by: Marc A. Paradise <[email protected]>
marcparadise committed Apr 5, 2017

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 60b5f8a commit 9835783
Showing 6 changed files with 0 additions and 822 deletions.
7 changes: 0 additions & 7 deletions src/chef-mover/Makefile
Original file line number Diff line number Diff line change
@@ -45,13 +45,6 @@ REL_VERSION ?= $$(git log --oneline --decorate | grep -v -F "jenkins" | grep -F
VERSION: version_clean
@echo -n $(REL_VERSION) > VERSION

bundle_clean:
@cd apps/chef_objects/priv/depselector_rb; rm -rf .bundle

bundle:
@echo bundling up depselector, This might take a while...
@cd apps/chef_objects/priv/depselector_rb; bundle install --deployment --path .bundle

## for Omnbibus
omnibus: $(REBAR3) distclean
$(REBAR3) update
5 changes: 0 additions & 5 deletions src/chef-mover/apps/chef_objects/priv/depselector_rb/Gemfile

This file was deleted.

33 changes: 0 additions & 33 deletions src/chef-mover/apps/chef_objects/priv/depselector_rb/Gemfile.lock

This file was deleted.

137 changes: 0 additions & 137 deletions src/chef-mover/apps/chef_objects/priv/depselector_rb/depselector.rb

This file was deleted.

635 changes: 0 additions & 635 deletions src/chef-mover/apps/chef_objects/test/chef_depsolver_tests.erl

This file was deleted.

5 changes: 0 additions & 5 deletions src/chef-mover/rebar.config
Original file line number Diff line number Diff line change
@@ -68,11 +68,6 @@

{ct_opts, [{ct_hooks, [cth_readable_shell]}]}.

{pre_hooks, [
{clean, "make bundle_clean version_clean"},
{compile, "make bundle VERSION"}
]}.

{plugins, [{pc, "0.3.0"}]}.

{overrides, [

0 comments on commit 9835783

Please sign in to comment.