Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 56489a0

Browse files
committed
Convert from machete to cutlass
Both brats and standard integration tests have been converted
1 parent d360c33 commit 56489a0

File tree

5,093 files changed

+1011476
-2279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,093 files changed

+1011476
-2279
lines changed

.envrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export GOPATH=$PWD
2+
export GOBIN=$GOPATH/.bin
3+
export PATH=$GOBIN:$PATH

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ binaries/trusty/*
1111
/log/
1212
vendor
1313
!/vendor
14+
!/src/php/vendor/
1415
*.DS_Store
1516
.bundle
1617
DebugKit
18+
/pkg/
19+
/.bin/

cf.Gemfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@ source "https://rubygems.org"
22

33
ruby '~> 2.3'
44

5-
gem 'machete', git: 'https://github.com/cloudfoundry/machete', tag: 'v0.0.71'
65
gem 'buildpack-packager', git: 'https://github.com/cloudfoundry/buildpack-packager', tag: 'v2.3.11'
7-
gem 'rspec'
8-
gem 'rspec-instafail'
9-
gem 'pry'
10-
gem 'excon'

cf.Gemfile.lock

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ GIT
99
semantic
1010
terminal-table (~> 1.4)
1111

12-
GIT
13-
remote: https://github.com/cloudfoundry/machete
14-
revision: 7b909eb0ae81ebf10697af67fa130ea5cfce036b
15-
tag: v0.0.71
16-
specs:
17-
machete (0.0.71)
18-
childprocess
19-
httparty
20-
2112
GEM
2213
remote: https://rubygems.org/
2314
specs:
@@ -26,42 +17,12 @@ GEM
2617
minitest (~> 5.1)
2718
thread_safe (~> 0.3, >= 0.3.4)
2819
tzinfo (~> 1.1)
29-
childprocess (0.7.1)
30-
ffi (~> 1.0, >= 1.0.11)
31-
coderay (1.1.1)
3220
concurrent-ruby (1.0.5)
33-
diff-lcs (1.2.5)
34-
excon (0.51.0)
35-
ffi (1.9.18)
36-
httparty (0.15.6)
37-
multi_xml (>= 0.5.2)
3821
i18n (0.9.0)
3922
concurrent-ruby (~> 1.0)
4023
kwalify (0.7.2)
41-
method_source (0.8.2)
4224
minitest (5.10.3)
43-
multi_xml (0.6.0)
44-
pry (0.10.4)
45-
coderay (~> 1.1.0)
46-
method_source (~> 0.8.1)
47-
slop (~> 3.4)
48-
rspec (3.5.0)
49-
rspec-core (~> 3.5.0)
50-
rspec-expectations (~> 3.5.0)
51-
rspec-mocks (~> 3.5.0)
52-
rspec-core (3.5.1)
53-
rspec-support (~> 3.5.0)
54-
rspec-expectations (3.5.0)
55-
diff-lcs (>= 1.2.0, < 2.0)
56-
rspec-support (~> 3.5.0)
57-
rspec-instafail (1.0.0)
58-
rspec
59-
rspec-mocks (3.5.0)
60-
diff-lcs (>= 1.2.0, < 2.0)
61-
rspec-support (~> 3.5.0)
62-
rspec-support (3.5.0)
6325
semantic (1.6.0)
64-
slop (3.6.0)
6526
terminal-table (1.8.0)
6627
unicode-display_width (~> 1.1, >= 1.1.1)
6728
thread_safe (0.3.6)
@@ -74,14 +35,9 @@ PLATFORMS
7435

7536
DEPENDENCIES
7637
buildpack-packager!
77-
excon
78-
machete!
79-
pry
80-
rspec
81-
rspec-instafail
8238

8339
RUBY VERSION
8440
ruby 2.3.1p112
8541

8642
BUNDLED WITH
87-
1.15.4
43+
1.16.1

cf_exec/manifest-tgz

Lines changed: 0 additions & 16 deletions
This file was deleted.

cf_spec/cf_spec_helper.rb

Lines changed: 0 additions & 21 deletions
This file was deleted.

cf_spec/integration/composer_can_configure_github_oauth_token_spec.rb

Lines changed: 0 additions & 29 deletions
This file was deleted.

cf_spec/integration/composer_failures_are_caught_spec.rb

Lines changed: 0 additions & 22 deletions
This file was deleted.

cf_spec/integration/composer_with_custom_path_spec.rb

Lines changed: 0 additions & 22 deletions
This file was deleted.

cf_spec/integration/composer_with_invalid_json_spec.rb

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)