Hello community, here is the log from the commit of package velum-branding for openSUSE:Factory checked in at 2018-06-15 14:46:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/velum-branding (Old) and /work/SRC/openSUSE:Factory/.velum-branding.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "velum-branding" Fri Jun 15 14:46:40 2018 rev:3 rq:616510 version:0.0.0+git_r20_77ef46f Changes: -------- --- /work/SRC/openSUSE:Factory/velum-branding/velum-branding.changes 2018-06-05 12:53:01.697381527 +0200 +++ /work/SRC/openSUSE:Factory/.velum-branding.new/velum-branding.changes 2018-06-15 14:46:42.063407513 +0200 @@ -1,0 +2,65 @@ +Wed Jun 13 05:30:34 UTC 2018 - [email protected] + +- Commit 4468c00 by Maximilian Meister [email protected] + make 503 page more generic + + bsc#1080636 + + Signed-off-by: Maximilian Meister <[email protected]> + + +------------------------------------------------------------------- +Tue Jun 12 12:55:58 UTC 2018 - [email protected] + +- Commit 476bea0 by Maximilian Meister [email protected] + conform static error pages to haproxy standards + + * move them to a new folder other than public, as it would override the + precompiled assets after the mount + * add header + * change filename to end with .http according to the haproxy guidelines + * minify the html/css to stay within the 16kb limit to avoid truncation + + https://cbonte.github.io/haproxy-dconv/1.6/configuration.html#4-errorfile + + bsc#1080636 + + Signed-off-by: Maximilian Meister <[email protected]> + + +------------------------------------------------------------------- +Tue Jun 12 11:12:17 UTC 2018 - [email protected] + +- Commit 9e05732 by Jordi Massaguer Pla [email protected] + remove public dir + + Signed-off-by: Jordi Massaguer Pla <[email protected]> + + Commit ab10a35 by Jordi Massaguer Pla [email protected] + move favicon to the images folder that will be mounted by c-c-m + + Commit 32c2fba by Jordi Massaguer Pla [email protected] + Remove html error pages and use the ones from velum + + This is needed because we need to revert the change in + caasp-container-manifests that was mounting the public directory from the + host. + + Mounting the public directory from the host, was "hidding" the assets files + present in the public directory and so our images were broken. + + This was only happening in the iso and not in our dev environments because in + production we have the assets precompiled and we don't compile them on the + fly, since we don't have a js engine installed. + + Signed-off-by: Jordi Massaguer Pla <[email protected]> + + +------------------------------------------------------------------- +Tue Jun 12 06:34:07 UTC 2018 - [email protected] + +- Commit f772f3e by Thorsten Kukuk [email protected] + Update openSUSE Kubic branding with official one. + + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ velum-branding.spec ++++++ --- /var/tmp/diff_new_pack.oatBna/_old 2018-06-15 14:46:42.687384688 +0200 +++ /var/tmp/diff_new_pack.oatBna/_new 2018-06-15 14:46:42.695384395 +0200 @@ -23,7 +23,7 @@ %endif Name: velum-branding -Version: 0.0.0+git_r10_5ca0f38 +Version: 0.0.0+git_r20_77ef46f Release: 0 Summary: Branding for velum-branding License: Apache-2.0 @@ -44,22 +44,23 @@ %install # Install the web content install -d -m 0755 %{buildroot}/%{_datadir}/velum -install -d -m 0755 %{buildroot}/%{_datadir}/velum/public install -d -m 0755 %{buildroot}/%{_datadir}/velum/images -cp -R %{_dist}-%{name}/public/* %{buildroot}/%{_datadir}/velum/public +install -d -m 0755 %{buildroot}/%{_datadir}/velum/static-pages # set the product name cp %{_dist}-%{name}/PRODUCT %{buildroot}/%{_datadir}/velum # add different logos cp -R %{_dist}-%{name}/app/assets/images/* %{buildroot}/%{_datadir}/velum/images +# add static pages +cp -R %{_dist}-%{name}/static-pages/* %{buildroot}/%{_datadir}/velum/static-pages %files %defattr(-,root,root) %dir %{_datadir}/velum %{_datadir}/velum/PRODUCT -%dir %{_datadir}/velum/public -%{_datadir}/velum/public/* %dir %{_datadir}/velum/images %{_datadir}/velum/images/* +%dir %{_datadir}/velum/static-pages +%{_datadir}/velum/static-pages/* %if 0%{?suse_version} < 1500 %doc LICENSE ++++++ master.tar.gz ++++++ Binary files old/velum-branding-master/caasp-velum-branding/app/assets/images/favicon.ico and new/velum-branding-master/caasp-velum-branding/app/assets/images/favicon.ico differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/caasp-velum-branding/public/404.html new/velum-branding-master/caasp-velum-branding/public/404.html --- old/velum-branding-master/caasp-velum-branding/public/404.html 2018-05-31 12:25:31.000000000 +0200 +++ new/velum-branding-master/caasp-velum-branding/public/404.html 1970-01-01 01:00:00.000000000 +0100 @@ -1,70 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>The page you were looking for doesn't exist (404)</title> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> - <style> - body { - background-color: #003258; - color: #2E2F30; - text-align: center; - font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; - margin: 0; - } - - div.dialog { - width: 95%; - max-width: 33em; - margin: 4em auto 0; - } - - div.dialog > div { - border-bottom: 1px solid #BBB; - border-top: #00c081 solid 4px; - border-top-left-radius: 9px; - border-top-right-radius: 9px; - background-color: #00243E; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - - div.dialog > div > p { - color: #fff; - } - - h1 { - font-size: 100%; - color: #fff; - line-height: 1.5em; - font-weight: 500; - font-size: 18px; - } - - div.dialog > p { - margin: 0 0 1em; - padding: 1em; - background-color: #F7F7F7; - border: 1px solid #CCC; - border-right-color: #999; - border-left-color: #999; - border-bottom-color: #999; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - border-top-color: #DADADA; - color: #333333; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - </style> -</head> - -<body> - <!-- This file lives in public/404.html --> - <div class="dialog"> - <div> - <h1>The page you were looking for doesn't exist.</h1> - <p>You may have mistyped the address or the page may have moved.</p> - </div> - <p>If you are the application owner check the logs for more information.</p> - </div> -</body> -</html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/caasp-velum-branding/public/422.html new/velum-branding-master/caasp-velum-branding/public/422.html --- old/velum-branding-master/caasp-velum-branding/public/422.html 2018-05-31 12:25:31.000000000 +0200 +++ new/velum-branding-master/caasp-velum-branding/public/422.html 1970-01-01 01:00:00.000000000 +0100 @@ -1,70 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>The change you wanted was rejected (422)</title> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> - <style> - body { - background-color: #003258; - color: #2E2F30; - text-align: center; - font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; - margin: 0; - } - - div.dialog { - width: 95%; - max-width: 33em; - margin: 4em auto 0; - } - - div.dialog > div { - border-bottom: 1px solid #BBB; - border-top: #00c081 solid 4px; - border-top-left-radius: 9px; - border-top-right-radius: 9px; - background-color: #00243E; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - - div.dialog > div > p { - color: #fff; - } - - h1 { - font-size: 100%; - color: #fff; - line-height: 1.5em; - font-weight: 500; - font-size: 18px; - } - - div.dialog > p { - margin: 0 0 1em; - padding: 1em; - background-color: #F7F7F7; - border: 1px solid #CCC; - border-right-color: #999; - border-left-color: #999; - border-bottom-color: #999; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - border-top-color: #DADADA; - color: #333333; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - </style> -</head> - -<body> - <!-- This file lives in public/422.html --> - <div class="dialog"> - <div> - <h1>The change you wanted was rejected.</h1> - <p>Maybe you tried to change something you didn't have access to.</p> - </div> - <p>If you are the application owner check the logs for more information.</p> - </div> -</body> -</html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/caasp-velum-branding/public/500.html new/velum-branding-master/caasp-velum-branding/public/500.html --- old/velum-branding-master/caasp-velum-branding/public/500.html 2018-05-31 12:25:31.000000000 +0200 +++ new/velum-branding-master/caasp-velum-branding/public/500.html 1970-01-01 01:00:00.000000000 +0100 @@ -1,69 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>We're sorry, but something went wrong (500)</title> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> - <style> - body { - background-color: #003258; - color: #2E2F30; - text-align: center; - font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; - margin: 0; - } - - div.dialog { - width: 95%; - max-width: 33em; - margin: 4em auto 0; - } - - div.dialog > div { - border-bottom: 1px solid #BBB; - border-top: #00c081 solid 4px; - border-top-left-radius: 9px; - border-top-right-radius: 9px; - background-color: #00243E; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - - div.dialog > div > p { - color: #fff; - } - - h1 { - font-size: 100%; - color: #fff; - line-height: 1.5em; - font-weight: 500; - font-size: 18px; - } - - div.dialog > p { - margin: 0 0 1em; - padding: 1em; - background-color: #F7F7F7; - border: 1px solid #CCC; - border-right-color: #999; - border-left-color: #999; - border-bottom-color: #999; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - border-top-color: #DADADA; - color: #333333; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - </style> -</head> - -<body> - <!-- This file lives in public/500.html --> - <div class="dialog"> - <div> - <h1>We're sorry, but something went wrong.</h1> - </div> - <p>If you are the application owner check the logs for more information.</p> - </div> -</body> -</html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/caasp-velum-branding/public/503_database_not_ready.html new/velum-branding-master/caasp-velum-branding/public/503_database_not_ready.html --- old/velum-branding-master/caasp-velum-branding/public/503_database_not_ready.html 2018-05-31 12:25:31.000000000 +0200 +++ new/velum-branding-master/caasp-velum-branding/public/503_database_not_ready.html 1970-01-01 01:00:00.000000000 +0100 @@ -1,69 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>Platform is initializing</title> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> - <style> - body { - background-color: #003258; - color: #2E2F30; - text-align: center; - font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; - margin: 0; - } - - div.dialog { - width: 95%; - max-width: 33em; - margin: 4em auto 0; - } - - div.dialog > div { - border-bottom: 1px solid #BBB; - border-top: #00c081 solid 4px; - border-top-left-radius: 9px; - border-top-right-radius: 9px; - background-color: #00243E; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - - div.dialog > div > p { - color: #fff; - } - - h1 { - font-size: 100%; - color: #fff; - line-height: 1.5em; - font-weight: 500; - font-size: 18px; - } - - div.dialog > p { - margin: 0 0 1em; - padding: 1em; - background-color: #F7F7F7; - border: 1px solid #CCC; - border-right-color: #999; - border-left-color: #999; - border-bottom-color: #999; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - border-top-color: #DADADA; - color: #333333; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - </style> -</head> - -<body> - <!-- This file lives in public/503.html --> - <div class="dialog"> - <div> - <h1>SUSE CaaS Platform is initializing</h1> - </div> - <p>If you just finished the installation, it may take some seconds for the database to be available. Should the error persist check the logs for more information.</p> - </div> -</body> -</html> Binary files old/velum-branding-master/caasp-velum-branding/public/favicon.ico and new/velum-branding-master/caasp-velum-branding/public/favicon.ico differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/caasp-velum-branding/static-pages/404.html.http new/velum-branding-master/caasp-velum-branding/static-pages/404.html.http --- old/velum-branding-master/caasp-velum-branding/static-pages/404.html.http 1970-01-01 01:00:00.000000000 +0100 +++ new/velum-branding-master/caasp-velum-branding/static-pages/404.html.http 2018-06-13 07:31:51.000000000 +0200 @@ -0,0 +1,6 @@ +HTTP/1.0 404 Not Found +Cache-Control: no-cache +Connection: close +Content-Type: text/html + +<!DOCTYPE html><html><head> <title>The page you were looking for doesn't exist (404)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> <style>body{background-color: #003258; color: #2E2F30; text-align: center; font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0;}div.dialog{width: 95%; max-width: 33em; margin: 4em auto 0;}div.dialog > div{border-bottom: 1px solid #BBB; border-top: #00c081 solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; background-color: #00243E; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}div.dialog > div > p{color: #fff;}h1{font-size: 100%; color: #fff; line-height: 1.5em; font-weight: 500; font-size: 18px;}div.dialog > p{margin: 0 0 1em; padding: 1em; background-color: #F7F7F7; border: 1px solid #CCC; border-right-color: #999; border-left-color: #999; border-bottom-color: #999; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-color: #DADADA; color: #333333; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}</style></head><body> <div class="dialog"> <div> <h1>The page you were looking for doesn't exist.</h1> <p>You may have mistyped the address or the page may have moved.</p></div><p>If you are the application owner check the logs for more information.</p></div></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/caasp-velum-branding/static-pages/422.html.http new/velum-branding-master/caasp-velum-branding/static-pages/422.html.http --- old/velum-branding-master/caasp-velum-branding/static-pages/422.html.http 1970-01-01 01:00:00.000000000 +0100 +++ new/velum-branding-master/caasp-velum-branding/static-pages/422.html.http 2018-06-13 07:31:51.000000000 +0200 @@ -0,0 +1,6 @@ +HTTP/1.0 422 Unprocessable Entity +Cache-Control: no-cache +Connection: close +Content-Type: text/html + +<!DOCTYPE html><html><head> <title>The change you wanted was rejected (422)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> <style>body{background-color: #003258; color: #2E2F30; text-align: center; font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0;}div.dialog{width: 95%; max-width: 33em; margin: 4em auto 0;}div.dialog > div{border-bottom: 1px solid #BBB; border-top: #00c081 solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; background-color: #00243E; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}div.dialog > div > p{color: #fff;}h1{font-size: 100%; color: #fff; line-height: 1.5em; font-weight: 500; font-size: 18px;}div.dialog > p{margin: 0 0 1em; padding: 1em; background-color: #F7F7F7; border: 1px solid #CCC; border-right-color: #999; border-left-color: #999; border-bottom-color: #999; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-color: #DADADA; color: #333333; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}</style></head><body> <div class="dialog"> <div> <h1>The change you wanted was rejected.</h1> <p>Maybe you tried to change something you didn't have access to.</p></div><p>If you are the application owner check the logs for more information.</p></div></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/caasp-velum-branding/static-pages/500.html.http new/velum-branding-master/caasp-velum-branding/static-pages/500.html.http --- old/velum-branding-master/caasp-velum-branding/static-pages/500.html.http 1970-01-01 01:00:00.000000000 +0100 +++ new/velum-branding-master/caasp-velum-branding/static-pages/500.html.http 2018-06-13 07:31:51.000000000 +0200 @@ -0,0 +1,6 @@ +HTTP/1.0 500 Internal Server Error +Cache-Control: no-cache +Connection: close +Content-Type: text/html + +<!DOCTYPE html><html><head> <title>We're sorry, but something went wrong (500)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> <style>body{background-color: #003258; color: #2E2F30; text-align: center; font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0;}div.dialog{width: 95%; max-width: 33em; margin: 4em auto 0;}div.dialog > div{border-bottom: 1px solid #BBB; border-top: #00c081 solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; background-color: #00243E; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}div.dialog > div > p{color: #fff;}h1{font-size: 100%; color: #fff; line-height: 1.5em; font-weight: 500; font-size: 18px;}div.dialog > p{margin: 0 0 1em; padding: 1em; background-color: #F7F7F7; border: 1px solid #CCC; border-right-color: #999; border-left-color: #999; border-bottom-color: #999; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-color: #DADADA; color: #333333; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}</style></head><body> <div class="dialog"> <div> <h1>We're sorry, but something went wrong.</h1> </div><p>If you are the application owner check the logs for more information.</p></div></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/caasp-velum-branding/static-pages/503.html.http new/velum-branding-master/caasp-velum-branding/static-pages/503.html.http --- old/velum-branding-master/caasp-velum-branding/static-pages/503.html.http 1970-01-01 01:00:00.000000000 +0100 +++ new/velum-branding-master/caasp-velum-branding/static-pages/503.html.http 2018-06-13 07:31:51.000000000 +0200 @@ -0,0 +1,6 @@ +HTTP/1.0 503 Service Unavailable +Cache-Control: no-cache +Connection: close +Content-Type: text/html + +<!DOCTYPE html><html><head> <title>Platform is unavailable</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> <style>body{background-color: #003258; color: #2E2F30; text-align: center; font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0;}div.dialog{width: 95%; max-width: 33em; margin: 4em auto 0;}div.dialog > div{border-bottom: 1px solid #BBB; border-top: #00c081 solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; background-color: #00243E; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}div.dialog > div > p{color: #fff;}h1{font-size: 100%; color: #fff; line-height: 1.5em; font-weight: 500; font-size: 18px;}div.dialog > p{margin: 0 0 1em; padding: 1em; background-color: #F7F7F7; border: 1px solid #CCC; border-right-color: #999; border-left-color: #999; border-bottom-color: #999; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-color: #DADADA; color: #333333; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}</style></head><body> <div class="dialog"> <div> <h1>SUSE CaaS Platform is unavailable</h1> </div><p>If you just finished the installation, it may take some seconds for the database to be available. Should the error persist check the logs for more information.</p></div></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/kubic-velum-branding/PRODUCT new/velum-branding-master/kubic-velum-branding/PRODUCT --- old/velum-branding-master/kubic-velum-branding/PRODUCT 2018-05-31 12:25:31.000000000 +0200 +++ new/velum-branding-master/kubic-velum-branding/PRODUCT 2018-06-13 07:31:51.000000000 +0200 @@ -1 +1 @@ -Kubic +openSUSE® Kubic Binary files old/velum-branding-master/kubic-velum-branding/app/assets/images/favicon.ico and new/velum-branding-master/kubic-velum-branding/app/assets/images/favicon.ico differ Binary files old/velum-branding-master/kubic-velum-branding/app/assets/images/logo-footer.png and new/velum-branding-master/kubic-velum-branding/app/assets/images/logo-footer.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/kubic-velum-branding/app/assets/images/logo.svg new/velum-branding-master/kubic-velum-branding/app/assets/images/logo.svg --- old/velum-branding-master/kubic-velum-branding/app/assets/images/logo.svg 2018-05-31 12:25:31.000000000 +0200 +++ new/velum-branding-master/kubic-velum-branding/app/assets/images/logo.svg 2018-06-13 07:31:51.000000000 +0200 @@ -9,126 +9,67 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - version="1.0" - width="542.91956pt" - height="559.23584pt" - id="svg2" - sodipodi:docname="ludwigsidea.svg" - inkscape:version="0.92.2 5c3e80d, 2017-08-06" - inkscape:export-filename="/suse/rbrown/Pictures/luwdigsidea.svg.png" - inkscape:export-xdpi="193.08937" - inkscape:export-ydpi="193.08937"> + width="98.60006mm" + height="13.207999mm" + viewBox="0 0 98.60006 13.207999" + version="1.1" + id="svg8" + inkscape:version="0.48.5 r10040" + sodipodi:docname="opensusekubictext.svg"> + <defs + id="defs2" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="0.7" + inkscape:cx="308.57412" + inkscape:cy="-358.52346" + inkscape:document-units="mm" + inkscape:current-layer="layer1" + showgrid="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:window-width="2560" + inkscape:window-height="1359" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" /> <metadata - id="metadata22"> + id="metadata5"> <rdf:RDF> <cc:Work rdf:about=""> <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1016" - id="namedview20" - showgrid="false" - inkscape:zoom="0.81683759" - inkscape:cx="327.45238" - inkscape:cy="374.70412" - inkscape:window-x="1080" - inkscape:window-y="27" - inkscape:window-maximized="1" - inkscape:current-layer="svg2" - fit-margin-top="0" - fit-margin-left="0" - fit-margin-right="0" - fit-margin-bottom="0" /> - <defs - id="defs5" /> - <path - inkscape:connector-curvature="0" - id="path2207" - style="fill:#173f4f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 84.46823,580.36049 313.37467,466.95302 V 525.29 l -148.97971,73.99472" /> - <path - inkscape:connector-curvature="0" - id="path3954" - style="fill:#35b9ab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 83.92758,543.00379 263.5315,454.77567 313.12702,467.47284 84.34513,580.73952" /> - <path - inkscape:connector-curvature="0" - id="path1331" - style="fill:#173f4f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 50.52158,597.61264 84.68067,580.57756 83.97704,225.87492 49.91085,218.18257" /> - <path - inkscape:connector-curvature="0" - id="path2209" - style="fill:#35b9ab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 379.47501,650.0597 84.81315,580.40148 50.6264,597.46424 378.92556,676.15879" /> - <path - inkscape:connector-curvature="0" - id="path4030" - style="fill:#73ba25;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 0,146.76607 V 642.956 l 426.85661,102.47776 0.38754,-498.107 z m 50.607,72.03313 325.81493,76.85831 V 675.75578 L 50.607,597.51884 Z" /> - <path - inkscape:connector-curvature="0" - id="path4037" - style="fill:#173f4f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.83816564px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 723.79795,102.26339 v 496.1899 L 426.92642,745.64777 V 247.34702 Z m -35.19632,77.33467 -226.59874,110.9899 V 670.68622 L 688.60163,558.3177 Z" /> - <path - inkscape:connector-curvature="0" - id="path5814" - style="fill:#173f4f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 84.45262,142.13683 312.38127,29.34258 V 88.4208 l -147.63879,72.43687 v 0" /> - <path - inkscape:connector-curvature="0" - id="path5816" - style="fill:#73ba25;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 639.81365,108.01851 311.99276,29.14832 312.18701,88.3981 559.14429,147.57615" /> - <path - inkscape:connector-curvature="0" - id="path5803" - style="fill:#35b9ab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.83816552px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 297.43823,0 0.74675,146.93839 427.08638,247.17588 723.89274,102.47775 Z m 15.16487,29.23833 327.65309,78.75392 -228.04747,111.09416 -327.5382,-76.9732 z" /> - <path - inkscape:connector-curvature="0" - id="path3964" - style="fill:#173f4f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 312.17641,88.46342 35.83324,8.58192 v 353.1546 l -35.83324,17.82503 0.88388,-0.0884" /> - <path - inkscape:connector-curvature="0" - id="path1325" - style="fill:#73ba25;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 263.42736,455.16394 V 112.29229 l 48.72807,-23.75574 1.02134,379.05634" /> - <path - inkscape:connector-curvature="0" - id="path4846" - style="fill:#73ba25;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 313.44912,467.38418 v 57.77271 l 247.21761,59.36767 80.27927,-39.16494" /> - <path - inkscape:connector-curvature="0" - id="path4842" - style="fill:#35b9ab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 642.49772,519.83316 -294.23297,-69.78075 -34.61564,17.30782 328.29917,78.57202" /> - <path - inkscape:connector-curvature="0" - id="path2205" - style="fill:#73ba25;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="m 688.8042,179.36388 -48.0765,23.12687 -0.24508,342.72526 48.56666,12.63235" /> - <path - inkscape:connector-curvature="0" - id="path4848" - style="fill:#35b9ab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.838166px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" - d="M 688.88074,558.05562 462.05493,670.61656 v -37.94589 l 178.55423,-87.29619 z" /> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-3.3796101,-0.34815763)"> + <text + xml:space="preserve" + style="font-size:8.57431221px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;line-height:6.61458302px;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Source Sans Pro;-inkscape-font-specification:Source Sans Pro Light" + x="9.4125671" + y="10.182184" + id="text5057" + transform="scale(0.99991631,1.0000837)"><tspan + sodipodi:role="line" + id="tspan5055" + x="9.4125671" + y="10.182184" + style="font-size:11.43243027px;fill:#ffffff">openSUSE<tspan + style="font-size:4.57296753px;fill:#ffffff" + id="tspan5067">©</tspan> Kubic</tspan></text> + </g> </svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/kubic-velum-branding/public/404.html new/velum-branding-master/kubic-velum-branding/public/404.html --- old/velum-branding-master/kubic-velum-branding/public/404.html 2018-05-31 12:25:31.000000000 +0200 +++ new/velum-branding-master/kubic-velum-branding/public/404.html 1970-01-01 01:00:00.000000000 +0100 @@ -1,70 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>The page you were looking for doesn't exist (404)</title> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> - <style> - body { - background-color: #003258; - color: #2E2F30; - text-align: center; - font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; - margin: 0; - } - - div.dialog { - width: 95%; - max-width: 33em; - margin: 4em auto 0; - } - - div.dialog > div { - border-bottom: 1px solid #BBB; - border-top: #00c081 solid 4px; - border-top-left-radius: 9px; - border-top-right-radius: 9px; - background-color: #00243E; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - - div.dialog > div > p { - color: #fff; - } - - h1 { - font-size: 100%; - color: #fff; - line-height: 1.5em; - font-weight: 500; - font-size: 18px; - } - - div.dialog > p { - margin: 0 0 1em; - padding: 1em; - background-color: #F7F7F7; - border: 1px solid #CCC; - border-right-color: #999; - border-left-color: #999; - border-bottom-color: #999; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - border-top-color: #DADADA; - color: #333333; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - </style> -</head> - -<body> - <!-- This file lives in public/404.html --> - <div class="dialog"> - <div> - <h1>The page you were looking for doesn't exist.</h1> - <p>You may have mistyped the address or the page may have moved.</p> - </div> - <p>If you are the application owner check the logs for more information.</p> - </div> -</body> -</html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/kubic-velum-branding/public/422.html new/velum-branding-master/kubic-velum-branding/public/422.html --- old/velum-branding-master/kubic-velum-branding/public/422.html 2018-05-31 12:25:31.000000000 +0200 +++ new/velum-branding-master/kubic-velum-branding/public/422.html 1970-01-01 01:00:00.000000000 +0100 @@ -1,70 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>The change you wanted was rejected (422)</title> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> - <style> - body { - background-color: #003258; - color: #2E2F30; - text-align: center; - font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; - margin: 0; - } - - div.dialog { - width: 95%; - max-width: 33em; - margin: 4em auto 0; - } - - div.dialog > div { - border-bottom: 1px solid #BBB; - border-top: #00c081 solid 4px; - border-top-left-radius: 9px; - border-top-right-radius: 9px; - background-color: #00243E; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - - div.dialog > div > p { - color: #fff; - } - - h1 { - font-size: 100%; - color: #fff; - line-height: 1.5em; - font-weight: 500; - font-size: 18px; - } - - div.dialog > p { - margin: 0 0 1em; - padding: 1em; - background-color: #F7F7F7; - border: 1px solid #CCC; - border-right-color: #999; - border-left-color: #999; - border-bottom-color: #999; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - border-top-color: #DADADA; - color: #333333; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - </style> -</head> - -<body> - <!-- This file lives in public/422.html --> - <div class="dialog"> - <div> - <h1>The change you wanted was rejected.</h1> - <p>Maybe you tried to change something you didn't have access to.</p> - </div> - <p>If you are the application owner check the logs for more information.</p> - </div> -</body> -</html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/kubic-velum-branding/public/500.html new/velum-branding-master/kubic-velum-branding/public/500.html --- old/velum-branding-master/kubic-velum-branding/public/500.html 2018-05-31 12:25:31.000000000 +0200 +++ new/velum-branding-master/kubic-velum-branding/public/500.html 1970-01-01 01:00:00.000000000 +0100 @@ -1,69 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>We're sorry, but something went wrong (500)</title> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> - <style> - body { - background-color: #003258; - color: #2E2F30; - text-align: center; - font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; - margin: 0; - } - - div.dialog { - width: 95%; - max-width: 33em; - margin: 4em auto 0; - } - - div.dialog > div { - border-bottom: 1px solid #BBB; - border-top: #00c081 solid 4px; - border-top-left-radius: 9px; - border-top-right-radius: 9px; - background-color: #00243E; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - - div.dialog > div > p { - color: #fff; - } - - h1 { - font-size: 100%; - color: #fff; - line-height: 1.5em; - font-weight: 500; - font-size: 18px; - } - - div.dialog > p { - margin: 0 0 1em; - padding: 1em; - background-color: #F7F7F7; - border: 1px solid #CCC; - border-right-color: #999; - border-left-color: #999; - border-bottom-color: #999; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - border-top-color: #DADADA; - color: #333333; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - </style> -</head> - -<body> - <!-- This file lives in public/500.html --> - <div class="dialog"> - <div> - <h1>We're sorry, but something went wrong.</h1> - </div> - <p>If you are the application owner check the logs for more information.</p> - </div> -</body> -</html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/kubic-velum-branding/public/503_database_not_ready.html new/velum-branding-master/kubic-velum-branding/public/503_database_not_ready.html --- old/velum-branding-master/kubic-velum-branding/public/503_database_not_ready.html 2018-05-31 12:25:31.000000000 +0200 +++ new/velum-branding-master/kubic-velum-branding/public/503_database_not_ready.html 1970-01-01 01:00:00.000000000 +0100 @@ -1,69 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>Platform is initializing</title> - <meta name="viewport" content="width=device-width,initial-scale=1"> - <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> - <style> - body { - background-color: #003258; - color: #2E2F30; - text-align: center; - font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; - margin: 0; - } - - div.dialog { - width: 95%; - max-width: 33em; - margin: 4em auto 0; - } - - div.dialog > div { - border-bottom: 1px solid #BBB; - border-top: #00c081 solid 4px; - border-top-left-radius: 9px; - border-top-right-radius: 9px; - background-color: #00243E; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - - div.dialog > div > p { - color: #fff; - } - - h1 { - font-size: 100%; - color: #fff; - line-height: 1.5em; - font-weight: 500; - font-size: 18px; - } - - div.dialog > p { - margin: 0 0 1em; - padding: 1em; - background-color: #F7F7F7; - border: 1px solid #CCC; - border-right-color: #999; - border-left-color: #999; - border-bottom-color: #999; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - border-top-color: #DADADA; - color: #333333; - box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17); - } - </style> -</head> - -<body> - <!-- This file lives in public/503.html --> - <div class="dialog"> - <div> - <h1>Kubic is initializing</h1> - </div> - <p>If you just finished the installation, it may take some seconds for the database to be available. Should the error persist check the logs for more information.</p> - </div> -</body> -</html> Binary files old/velum-branding-master/kubic-velum-branding/public/favicon.ico and new/velum-branding-master/kubic-velum-branding/public/favicon.ico differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/kubic-velum-branding/static-pages/404.html.http new/velum-branding-master/kubic-velum-branding/static-pages/404.html.http --- old/velum-branding-master/kubic-velum-branding/static-pages/404.html.http 1970-01-01 01:00:00.000000000 +0100 +++ new/velum-branding-master/kubic-velum-branding/static-pages/404.html.http 2018-06-13 07:31:51.000000000 +0200 @@ -0,0 +1,6 @@ +HTTP/1.0 404 Not Found +Cache-Control: no-cache +Connection: close +Content-Type: text/html + +<!DOCTYPE html><html><head> <title>The page you were looking for doesn't exist (404)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> <style>body{background-color: #003258; color: #2E2F30; text-align: center; font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0;}div.dialog{width: 95%; max-width: 33em; margin: 4em auto 0;}div.dialog > div{border-bottom: 1px solid #BBB; border-top: #00c081 solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; background-color: #00243E; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}div.dialog > div > p{color: #fff;}h1{font-size: 100%; color: #fff; line-height: 1.5em; font-weight: 500; font-size: 18px;}div.dialog > p{margin: 0 0 1em; padding: 1em; background-color: #F7F7F7; border: 1px solid #CCC; border-right-color: #999; border-left-color: #999; border-bottom-color: #999; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-color: #DADADA; color: #333333; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}</style></head><body> <div class="dialog"> <div> <h1>The page you were looking for doesn't exist.</h1> <p>You may have mistyped the address or the page may have moved.</p></div><p>If you are the application owner check the logs for more information.</p></div></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/kubic-velum-branding/static-pages/422.html.http new/velum-branding-master/kubic-velum-branding/static-pages/422.html.http --- old/velum-branding-master/kubic-velum-branding/static-pages/422.html.http 1970-01-01 01:00:00.000000000 +0100 +++ new/velum-branding-master/kubic-velum-branding/static-pages/422.html.http 2018-06-13 07:31:51.000000000 +0200 @@ -0,0 +1,6 @@ +HTTP/1.0 422 Unprocessable Entity +Cache-Control: no-cache +Connection: close +Content-Type: text/html + +<!DOCTYPE html><html><head> <title>The change you wanted was rejected (422)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> <style>body{background-color: #003258; color: #2E2F30; text-align: center; font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0;}div.dialog{width: 95%; max-width: 33em; margin: 4em auto 0;}div.dialog > div{border-bottom: 1px solid #BBB; border-top: #00c081 solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; background-color: #00243E; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}div.dialog > div > p{color: #fff;}h1{font-size: 100%; color: #fff; line-height: 1.5em; font-weight: 500; font-size: 18px;}div.dialog > p{margin: 0 0 1em; padding: 1em; background-color: #F7F7F7; border: 1px solid #CCC; border-right-color: #999; border-left-color: #999; border-bottom-color: #999; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-color: #DADADA; color: #333333; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}</style></head><body> <div class="dialog"> <div> <h1>The change you wanted was rejected.</h1> <p>Maybe you tried to change something you didn't have access to.</p></div><p>If you are the application owner check the logs for more information.</p></div></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/kubic-velum-branding/static-pages/500.html.http new/velum-branding-master/kubic-velum-branding/static-pages/500.html.http --- old/velum-branding-master/kubic-velum-branding/static-pages/500.html.http 1970-01-01 01:00:00.000000000 +0100 +++ new/velum-branding-master/kubic-velum-branding/static-pages/500.html.http 2018-06-13 07:31:51.000000000 +0200 @@ -0,0 +1,6 @@ +HTTP/1.0 500 Internal Server Error +Cache-Control: no-cache +Connection: close +Content-Type: text/html + +<!DOCTYPE html><html><head> <title>We're sorry, but something went wrong (500)</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> <style>body{background-color: #003258; color: #2E2F30; text-align: center; font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0;}div.dialog{width: 95%; max-width: 33em; margin: 4em auto 0;}div.dialog > div{border-bottom: 1px solid #BBB; border-top: #00c081 solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; background-color: #00243E; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}div.dialog > div > p{color: #fff;}h1{font-size: 100%; color: #fff; line-height: 1.5em; font-weight: 500; font-size: 18px;}div.dialog > p{margin: 0 0 1em; padding: 1em; background-color: #F7F7F7; border: 1px solid #CCC; border-right-color: #999; border-left-color: #999; border-bottom-color: #999; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-color: #DADADA; color: #333333; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}</style></head><body> <div class="dialog"> <div> <h1>We're sorry, but something went wrong.</h1> </div><p>If you are the application owner check the logs for more information.</p></div></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/kubic-velum-branding/static-pages/503.html.http new/velum-branding-master/kubic-velum-branding/static-pages/503.html.http --- old/velum-branding-master/kubic-velum-branding/static-pages/503.html.http 1970-01-01 01:00:00.000000000 +0100 +++ new/velum-branding-master/kubic-velum-branding/static-pages/503.html.http 2018-06-13 07:31:51.000000000 +0200 @@ -0,0 +1,6 @@ +HTTP/1.0 503 Service Unavailable +Cache-Control: no-cache +Connection: close +Content-Type: text/html + +<!DOCTYPE html><html><head> <title>Kubic is unavailable</title> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> <style>body{background-color: #003258; color: #2E2F30; text-align: center; font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0;}div.dialog{width: 95%; max-width: 33em; margin: 4em auto 0;}div.dialog > div{border-bottom: 1px solid #BBB; border-top: #00c081 solid 4px; border-top-left-radius: 9px; border-top-right-radius: 9px; background-color: #00243E; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}div.dialog > div > p{color: #fff;}h1{font-size: 100%; color: #fff; line-height: 1.5em; font-weight: 500; font-size: 18px;}div.dialog > p{margin: 0 0 1em; padding: 1em; background-color: #F7F7F7; border: 1px solid #CCC; border-right-color: #999; border-left-color: #999; border-bottom-color: #999; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-color: #DADADA; color: #333333; box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);}</style></head><body> <div class="dialog"> <div> <h1>Kubic is unavailable</h1> </div><p>If you just finished the installation, it may take some seconds for the database to be available. Should the error persist check the logs for more information.</p></div></body></html> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/velum-branding-master/packaging/suse/make_spec.sh new/velum-branding-master/packaging/suse/make_spec.sh --- old/velum-branding-master/packaging/suse/make_spec.sh 2018-05-31 12:25:31.000000000 +0200 +++ new/velum-branding-master/packaging/suse/make_spec.sh 2018-06-13 07:31:51.000000000 +0200 @@ -66,22 +66,23 @@ %install # Install the web content install -d -m 0755 %{buildroot}/%{_datadir}/velum -install -d -m 0755 %{buildroot}/%{_datadir}/velum/public install -d -m 0755 %{buildroot}/%{_datadir}/velum/images -cp -R %{_dist}-%{name}/public/* %{buildroot}/%{_datadir}/velum/public +install -d -m 0755 %{buildroot}/%{_datadir}/velum/static-pages # set the product name cp %{_dist}-%{name}/PRODUCT %{buildroot}/%{_datadir}/velum # add different logos cp -R %{_dist}-%{name}/app/assets/images/* %{buildroot}/%{_datadir}/velum/images +# add static pages +cp -R %{_dist}-%{name}/static-pages/* %{buildroot}/%{_datadir}/velum/static-pages %files %defattr(-,root,root) %dir %{_datadir}/velum %{_datadir}/velum/PRODUCT -%dir %{_datadir}/velum/public -%{_datadir}/velum/public/* %dir %{_datadir}/velum/images %{_datadir}/velum/images/* +%dir %{_datadir}/velum/static-pages +%{_datadir}/velum/static-pages/* %if 0%{?suse_version} < 1500 %doc LICENSE
