Skip to content
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

post 12.14 upgrades #1215

Merged
merged 9 commits into from
Apr 7, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove the last of depselector/gecode dependency from chef-mover
Signed-off-by: Marc A. Paradise <[email protected]>
  • Loading branch information
marcparadise committed Apr 6, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 691963d9e6eb71241d749e960336f65f0a35aa8b
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.

Loading