@@ -52,9 +52,8 @@ groups:
52
52
- gotcha-debian
53
53
- genesis-homebrew
54
54
- genesis-debian
55
- - bosh2 -homebrew
55
+ - bosh -homebrew
56
56
- bosh-cli-debian
57
- - bosh-init-homebrew
58
57
- credhub-cli-debian
59
58
- uaa-cli-homebrew
60
59
- uaa-cli-debian
@@ -84,10 +83,9 @@ groups:
84
83
- kafka-service-broker-homebrew
85
84
- gotcha-homebrew
86
85
- genesis-homebrew
87
- - bosh2 -homebrew
86
+ - bosh -homebrew
88
87
- uaa-cli-homebrew
89
88
- riff-homebrew
90
- - bosh-init-homebrew
91
89
- govc-homebrew
92
90
- name : debian
93
91
jobs :
@@ -690,7 +688,7 @@ jobs:
690
688
REPO_ROOT : homebrew
691
689
REPO_OUT : pushme
692
690
IN_BINARY : " bosh-cli-*-linux-amd64"
693
- OUT_BINARY : bosh bosh2
691
+ OUT_BINARY : bosh bosh
694
692
NAME : bosh-cli
695
693
LICENSE : Apache2
696
694
DESCRIPTION : Interact with BOSH director
@@ -704,30 +702,30 @@ jobs:
704
702
GPG_PUBLIC_KEY : (( grab meta.gpg.public_key ))
705
703
GPG_PRIVATE_KEY : (( grab meta.gpg.private_key ))
706
704
707
- - name : bosh2 -homebrew
705
+ - name : bosh -homebrew
708
706
public : true
709
707
serial : true
710
708
plan :
711
709
- aggregate :
712
710
- get : homebrew
713
711
resource : homebrew
714
- - get : bosh2
715
- resource : bosh2
712
+ - get : bosh
713
+ resource : bosh
716
714
trigger : true
717
715
- task : update-homebrew
718
716
config :
719
717
platform : linux
720
718
image_resource : (( grab meta.image ))
721
719
inputs :
722
720
- name : homebrew
723
- - name : bosh2
721
+ - name : bosh
724
722
path : recipe
725
723
outputs :
726
724
- name : pushme
727
725
run :
728
726
path : " homebrew/ci/scripts/update-homebrew.sh"
729
727
args :
730
- - bosh2 .rb
728
+ - bosh .rb
731
729
params :
732
730
REPO_ROOT : homebrew
733
731
REPO_OUT : pushme
@@ -737,39 +735,6 @@ jobs:
737
735
repository : pushme/homebrew
738
736
rebase : true
739
737
740
- - name : bosh-init-homebrew
741
- public : true
742
- serial : true
743
- plan :
744
- - aggregate :
745
- - get : homebrew
746
- resource : homebrew
747
- - get : bosh-init
748
- resource : bosh-init
749
- trigger : true
750
- - task : update-homebrew
751
- config :
752
- platform : linux
753
- image_resource : (( grab meta.image ))
754
- inputs :
755
- - name : homebrew
756
- - name : bosh-init
757
- path : recipe
758
- outputs :
759
- - name : pushme
760
- run :
761
- path : " homebrew/ci/scripts/update-homebrew.sh"
762
- args :
763
- - bosh-init.rb
764
- params :
765
- REPO_ROOT : homebrew
766
- REPO_OUT : pushme
767
- BINARY : " bosh-init-*-darwin-amd64"
768
- - put : homebrew
769
- params :
770
- repository : pushme/homebrew
771
- rebase : true
772
-
773
738
- name : credhub-cli-debian
774
739
public : true
775
740
serial_groups : [apt]
@@ -1697,7 +1662,7 @@ resources:
1697
1662
repository : install-debs-in-order
1698
1663
access_token : (( grab meta.github.access_token ))
1699
1664
1700
- - name : bosh2
1665
+ - name : bosh
1701
1666
type : github-release
1702
1667
source :
1703
1668
user : cloudfoundry
@@ -1710,13 +1675,6 @@ resources:
1710
1675
bucket : bosh-cli-artifacts
1711
1676
regexp : bosh-cli-(.*)-linux-amd64
1712
1677
1713
- - name : bosh-init
1714
- type : github-release
1715
- source :
1716
- user : cloudfoundry
1717
- repository : bosh-init
1718
- access_token : (( grab meta.github.access_token ))
1719
-
1720
1678
- name : credhub-cli
1721
1679
type : github-release
1722
1680
source :
0 commit comments