I hereby claim:
- I am deinspanjer on github.
- I am deinspanjer (https://keybase.io/deinspanjer) on keybase.
- I have a public key whose fingerprint is 1080 6154 9E69 6FA5 D351 A532 9001 A7B5 6F57 1C60
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| --- | |
| build_version : '5.4.0.0' | |
| build_arch : 'x64' | |
| build_exe : 'bin' | |
| build_name : 'pentaho-business-analytics' | |
| ci_base_url : 'http://build/hosted' | |
| ci_index_page : "%{hiera('ci_base_url')}/%{hiera('build_version')}/index.html" | |
| build_number : "%{most_recent_build_number('%{hiera("ci_index_page")}')}" |
| class install_nightly { | |
| $ci_base_url = hiera("ci_base_url") | |
| $ci_index_page = hiera("ci_index_page") | |
| $download_path = hiera("download_path") | |
| $build_version = hiera("build_version") | |
| $build_arch = hiera("build_arch") | |
| $build_exe = hiera("build_exe") | |
| $build_name = hiera("build_name") |
| BEGIN; | |
| CREATE TABLE dwh.d_date | |
| ( | |
| date_key CHAR(10) PRIMARY KEY NOT NULL, | |
| full_date DATE NOT NULL | |
| ); | |
| CREATE UNIQUE INDEX d_date_full_date_uindex ON dwh.d_date (full_date); | |
| INSERT INTO dwh.d_date |
| -- Deploy [% project %]:[% change %] to [% engine %] | |
| [% FOREACH item IN requires -%] | |
| -- requires: [% item %] | |
| [% END -%] | |
| [% FOREACH item IN conflicts -%] | |
| -- conflicts: [% item %] | |
| [% END -%] | |
| BEGIN; |
| -- Deploy [% project %]:[% change %] to [% engine %] | |
| [% FOREACH item IN requires -%] | |
| -- requires: [% item %] | |
| [% END -%] | |
| [% FOREACH item IN conflicts -%] | |
| -- conflicts: [% item %] | |
| [% END -%] | |
| BEGIN; |
| -- Deploy [% project %]:[% change %] to [% engine %] | |
| [% FOREACH item IN requires -%] | |
| -- requires: [% item %] | |
| [% END -%] | |
| [% FOREACH item IN conflicts -%] | |
| -- conflicts: [% item %] | |
| [% END -%] | |
| BEGIN; |
| -- Deploy [% project %]:[% change %] to [% engine %] | |
| [% FOREACH item IN requires -%] | |
| -- requires: [% item %] | |
| [% END -%] | |
| [% FOREACH item IN conflicts -%] | |
| -- conflicts: [% item %] | |
| [% END -%] | |
| BEGIN; |
| -- Deploy [% project %]:[% change %] to [% engine %] | |
| [% FOREACH item IN requires -%] | |
| -- requires: [% item %] | |
| [% END -%] | |
| [% FOREACH item IN conflicts -%] | |
| -- conflicts: [% item %] | |
| [% END -%] | |
| BEGIN; |
| -- Deploy [% project %]:[% change %] to [% engine %] | |
| [% FOREACH item IN requires -%] | |
| -- requires: [% item %] | |
| [% END -%] | |
| [% FOREACH item IN conflicts -%] | |
| -- conflicts: [% item %] | |
| [% END -%] | |
| BEGIN; |