From b430de212a886f862ebca05e45bfb38a2652247d Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Thu, 17 Mar 2016 16:39:00 +0800 Subject: [PATCH] new: [www] moved charm directoy to root. --- precise/www/hooks/start | 7 ------- precise/www/hooks/stop | 3 --- {precise/www => www}/hooks/install | 0 {precise/www => www}/metadata.yaml | 0 {precise/www => www}/revision | 0 {precise/www => www}/shorewall | 0 6 files changed, 10 deletions(-) delete mode 100755 precise/www/hooks/start delete mode 100755 precise/www/hooks/stop rename {precise/www => www}/hooks/install (100%) rename {precise/www => www}/metadata.yaml (100%) rename {precise/www => www}/revision (100%) rename {precise/www => www}/shorewall (100%) diff --git a/precise/www/hooks/start b/precise/www/hooks/start deleted file mode 100755 index 88e357a..0000000 --- a/precise/www/hooks/start +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -## XXX: will need to add route: - -route add -net VPN_NET gw LXC_NAME - -juju-log "Nothing to Start for base." diff --git a/precise/www/hooks/stop b/precise/www/hooks/stop deleted file mode 100755 index 170162b..0000000 --- a/precise/www/hooks/stop +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -juju-log "Nothing to stop for base." diff --git a/precise/www/hooks/install b/www/hooks/install similarity index 100% rename from precise/www/hooks/install rename to www/hooks/install diff --git a/precise/www/metadata.yaml b/www/metadata.yaml similarity index 100% rename from precise/www/metadata.yaml rename to www/metadata.yaml diff --git a/precise/www/revision b/www/revision similarity index 100% rename from precise/www/revision rename to www/revision diff --git a/precise/www/shorewall b/www/shorewall similarity index 100% rename from precise/www/shorewall rename to www/shorewall