From 4ce6bea92ff898f194ee68fe9775c22992ae7fb9 Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Wed, 7 Oct 2015 11:53:19 +0200 Subject: [PATCH 1/5] Added intial .ez.bundle.yml --- .ez.bundle.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .ez.bundle.yml diff --git a/.ez.bundle.yml b/.ez.bundle.yml new file mode 100644 index 0000000..d09c5f9 --- /dev/null +++ b/.ez.bundle.yml @@ -0,0 +1,18 @@ +v: 0 + +meta_repo: "https://github.com/ezsystems/ezplatform.git" +require: "ezsystems/demobundle:dev-master as 6.0.x-dev" + + +ci: + system: + matrix: + - + install: "demo" + arguments: "--profile demo --suite content" + - + install: "demo-clean" + arguments: "--profile demo --suite clean" + - +# install: "demo-clean" # not mandatory + arguments: "--profile rest --suite fullJson" From c41783d653e0911204e4d1c46e4b0d1840c485b2 Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Wed, 7 Oct 2015 11:53:39 +0200 Subject: [PATCH 2/5] Added dummy file --- bundle.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 bundle.txt diff --git a/bundle.txt b/bundle.txt new file mode 100644 index 0000000..e69de29 From f27438bf9419573a12f5d2e0087204ce1a6f1e82 Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Thu, 8 Oct 2015 13:19:54 +0200 Subject: [PATCH 3/5] Updated .ez.bundle.yml --- .ez.bundle.yml | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/.ez.bundle.yml b/.ez.bundle.yml index d09c5f9..571baf0 100644 --- a/.ez.bundle.yml +++ b/.ez.bundle.yml @@ -1,18 +1,25 @@ v: 0 -meta_repo: "https://github.com/ezsystems/ezplatform.git" +#meta_repo: "https://github.com/ezsystems/ezplatform.git" + +#only needed if you need to create alias require: "ezsystems/demobundle:dev-master as 6.0.x-dev" -ci: - system: - matrix: - - - install: "demo" - arguments: "--profile demo --suite content" - - - install: "demo-clean" - arguments: "--profile demo --suite clean" - - -# install: "demo-clean" # not mandatory - arguments: "--profile rest --suite fullJson" +integrate: + matrix: + - + install: "demo" + arguments: "--profile demo --suite content" + require: + meta_repo: "https://github.com/ezsystems/ezplatform.git" + - + install: "demo-clean" + arguments: "--profile demo --suite clean" + meta_repo: "https://github.com/ezsystems/ezstudio.git" + - +# install: "demo-clean" # not mandatory + arguments: "--profile rest --suite fullJson" + - +# install: "demo-clean" # not mandatory + arguments: "--profile rest --suite fullXml" From 466f0486b04f3ad09f1fdbd1587e1c343c978a03 Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Thu, 15 Oct 2015 15:39:48 +0200 Subject: [PATCH 4/5] Added foobar --- foobar | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 foobar diff --git a/foobar b/foobar new file mode 100644 index 0000000..e69de29 From 56786b7c20c7c56674757ebfc20692b270362813 Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Tue, 20 Oct 2015 13:38:25 +0200 Subject: [PATCH 5/5] Created .ez.yml --- .ez.bundle.yml | 25 ------------------------- .ez.yml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 25 deletions(-) delete mode 100644 .ez.bundle.yml create mode 100644 .ez.yml diff --git a/.ez.bundle.yml b/.ez.bundle.yml deleted file mode 100644 index 571baf0..0000000 --- a/.ez.bundle.yml +++ /dev/null @@ -1,25 +0,0 @@ -v: 0 - -#meta_repo: "https://github.com/ezsystems/ezplatform.git" - -#only needed if you need to create alias -require: "ezsystems/demobundle:dev-master as 6.0.x-dev" - - -integrate: - matrix: - - - install: "demo" - arguments: "--profile demo --suite content" - require: - meta_repo: "https://github.com/ezsystems/ezplatform.git" - - - install: "demo-clean" - arguments: "--profile demo --suite clean" - meta_repo: "https://github.com/ezsystems/ezstudio.git" - - -# install: "demo-clean" # not mandatory - arguments: "--profile rest --suite fullJson" - - -# install: "demo-clean" # not mandatory - arguments: "--profile rest --suite fullXml" diff --git a/.ez.yml b/.ez.yml new file mode 100644 index 0000000..e2de790 --- /dev/null +++ b/.ez.yml @@ -0,0 +1,15 @@ +v: 0 + +#meta_repo: "https://github.com/ezsystems/ezplatform.git" +meta: + repo: "https://github.com/ezsystems/ezplatform.git" + +#only needed if you need to create alias +require: "ezsystems/demobundle:dev-master as 6.0.x-dev" + +integrate: + matrix: + - + install: "demo" + arguments: "--profile demo --suite content" + require: