Skip to content

Commit

Permalink
Merge pull request #35 from loky9000/backports
Browse files Browse the repository at this point in the history
point to backports cookbooks
  • Loading branch information
DmZ committed Apr 1, 2015
2 parents 22fb826 + 6cebef6 commit 2d921bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ cookbook 'windows', git: "https://github.com/opscode-cookbooks/windows.git", ref
cookbook 'java', git: "https://github.com/opscode-cookbooks/java.git", ref: "7b559d6509c32cb250571250a2484dba2a9d5e49"


cookbook "cookbook-qubell-tomcat", git: "https://github.com/qubell-bazaar/cookbook-qubell-tomcat.git", ref: "ac98a7e709aa8dd5b7c8a2a102289c7239fe5b96"
cookbook "cookbook-qubell-build", git: "https://github.com/qubell-bazaar/cookbook-qubell-build.git", ref: "59889592b5d2a8a6e3d02ca4814f07961f4de22d"
cookbook "cookbook-qubell-tomcat", git: "https://github.com/qubell-bazaar/cookbook-qubell-tomcat.git", ref: "v0.3.0"
cookbook "cookbook-qubell-build", git: "https://github.com/qubell-bazaar/cookbook-qubell-build.git", ref: "v0.3.0"
3 changes: 1 addition & 2 deletions component-tomcat-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ application:
name: Cookbooks URL
actions:
build-app:
type: receive-command(string scm-provider, string git-uri, string app-branch => list<string> wars)
type: receive-command(string git-uri, string app-branch => list<string> wars)
name: Maven build
deploy-libs:
type: receive-command(list<string> lib-uri)
Expand Down Expand Up @@ -150,7 +150,6 @@ application:
recipeUrl: "{$.recipe-url}"
jattrs:
scm:
provider: "{$.scm-provider}"
repository: "{$.git-uri}"
revision: "{$.app-branch}"
output:
Expand Down
2 changes: 1 addition & 1 deletion test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ def test_port(self, instance, hosts, port):
assert result == 0

@instance(byApplication=name)
@workflow("tomcat.build-app", {"scm-provider": "git", "git-uri": "git://github.com/qubell/starter-java-web.git", "app-branch": "HEAD"})
@workflow("tomcat.build-app", {"git-uri": "git://github.com/qubell/starter-java-web.git", "app-branch": "HEAD"})
def test_build(self, instance):
assert True

0 comments on commit 2d921bd

Please sign in to comment.