From e5fe18ca4377b6c3c2d2d62e3710d41728455498 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 17 Mar 2016 16:50:41 +0800 Subject: [PATCH] new: [www] renamed ``www`` to ``apache``. The general idea is that a service "www" could be implemented by various implementation ("lighthttpd" for instance). So we need to prefer the name of the actual service and not of the type of service it is offering. --- {www => apache}/actions/load | 0 {www => apache}/actions/relations/publish-dir/load-files | 0 {www => apache}/build/Dockerfile | 0 {www => apache}/build/entrypoint.sh | 0 .../build/etc/apache2/site-enabled/monitor.formanoo.org.passwd | 0 {www => apache}/hooks/init | 0 {www => apache}/hooks/install | 0 {www => apache}/hooks/log_rotate-relation-joined | 0 {www => apache}/hooks/publish_dir-relation-joined | 0 {www => apache}/hooks/web_proxy-relation-joined | 0 {www => apache}/lib/common | 0 {www => apache}/metadata.yaml | 0 {www => apache}/shorewall | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {www => apache}/actions/load (100%) rename {www => apache}/actions/relations/publish-dir/load-files (100%) rename {www => apache}/build/Dockerfile (100%) rename {www => apache}/build/entrypoint.sh (100%) rename {www => apache}/build/etc/apache2/site-enabled/monitor.formanoo.org.passwd (100%) rename {www => apache}/hooks/init (100%) rename {www => apache}/hooks/install (100%) rename {www => apache}/hooks/log_rotate-relation-joined (100%) rename {www => apache}/hooks/publish_dir-relation-joined (100%) rename {www => apache}/hooks/web_proxy-relation-joined (100%) rename {www => apache}/lib/common (100%) rename {www => apache}/metadata.yaml (100%) rename {www => apache}/shorewall (100%) diff --git a/www/actions/load b/apache/actions/load similarity index 100% rename from www/actions/load rename to apache/actions/load diff --git a/www/actions/relations/publish-dir/load-files b/apache/actions/relations/publish-dir/load-files similarity index 100% rename from www/actions/relations/publish-dir/load-files rename to apache/actions/relations/publish-dir/load-files diff --git a/www/build/Dockerfile b/apache/build/Dockerfile similarity index 100% rename from www/build/Dockerfile rename to apache/build/Dockerfile diff --git a/www/build/entrypoint.sh b/apache/build/entrypoint.sh similarity index 100% rename from www/build/entrypoint.sh rename to apache/build/entrypoint.sh diff --git a/www/build/etc/apache2/site-enabled/monitor.formanoo.org.passwd b/apache/build/etc/apache2/site-enabled/monitor.formanoo.org.passwd similarity index 100% rename from www/build/etc/apache2/site-enabled/monitor.formanoo.org.passwd rename to apache/build/etc/apache2/site-enabled/monitor.formanoo.org.passwd diff --git a/www/hooks/init b/apache/hooks/init similarity index 100% rename from www/hooks/init rename to apache/hooks/init diff --git a/www/hooks/install b/apache/hooks/install similarity index 100% rename from www/hooks/install rename to apache/hooks/install diff --git a/www/hooks/log_rotate-relation-joined b/apache/hooks/log_rotate-relation-joined similarity index 100% rename from www/hooks/log_rotate-relation-joined rename to apache/hooks/log_rotate-relation-joined diff --git a/www/hooks/publish_dir-relation-joined b/apache/hooks/publish_dir-relation-joined similarity index 100% rename from www/hooks/publish_dir-relation-joined rename to apache/hooks/publish_dir-relation-joined diff --git a/www/hooks/web_proxy-relation-joined b/apache/hooks/web_proxy-relation-joined similarity index 100% rename from www/hooks/web_proxy-relation-joined rename to apache/hooks/web_proxy-relation-joined diff --git a/www/lib/common b/apache/lib/common similarity index 100% rename from www/lib/common rename to apache/lib/common diff --git a/www/metadata.yaml b/apache/metadata.yaml similarity index 100% rename from www/metadata.yaml rename to apache/metadata.yaml diff --git a/www/shorewall b/apache/shorewall similarity index 100% rename from www/shorewall rename to apache/shorewall