diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-07-26 23:06:10 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-07-26 23:31:33 -0400 |
commit | 987170ede11a4751f931bf531a8e5599315029a7 (patch) | |
tree | 9836df104e39fb698e699af07e5da86115177e7e /configs | |
parent | 6173a8965e28e2bc2981f90eaee3c5ee1b44c5e9 (diff) | |
download | talos-skeleton-987170ede11a4751f931bf531a8e5599315029a7.tar.gz talos-skeleton-987170ede11a4751f931bf531a8e5599315029a7.zip |
Remove unused CACHE_PATH variable from configs
The library function doing the caching now makes the
parent directory if it doesn't exist so also removing
that bit of code from the system manager.
Change-Id: I30a55737a51e698d977dbc3f30208db1d4e0e87e
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Barreleye.py | 1 | ||||
-rw-r--r-- | configs/Firestone.py | 1 | ||||
-rw-r--r-- | configs/Garrison.py | 1 | ||||
-rw-r--r-- | configs/Palmetto.py | 1 | ||||
-rw-r--r-- | configs/Witherspoon.py | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/configs/Barreleye.py b/configs/Barreleye.py index 66eee6c..2b6a5aa 100644 --- a/configs/Barreleye.py +++ b/configs/Barreleye.py @@ -1,7 +1,6 @@ #! /usr/bin/python HOME_PATH = './' -CACHE_PATH = '/var/cache/obmc/' GPIO_BASE = 320 SYSTEM_NAME = "Barreleye" diff --git a/configs/Firestone.py b/configs/Firestone.py index 086e0b2..e7a1fd3 100644 --- a/configs/Firestone.py +++ b/configs/Firestone.py @@ -1,7 +1,6 @@ #! /usr/bin/python HOME_PATH = './' -CACHE_PATH = '/var/cache/obmc/' GPIO_BASE = 320 SYSTEM_NAME = "Firestone" diff --git a/configs/Garrison.py b/configs/Garrison.py index acc80e8..5f8bf2f 100644 --- a/configs/Garrison.py +++ b/configs/Garrison.py @@ -1,7 +1,6 @@ #! /usr/bin/python HOME_PATH = './' -CACHE_PATH = '/var/cache/obmc/' GPIO_BASE = 320 SYSTEM_NAME = "Garrison" diff --git a/configs/Palmetto.py b/configs/Palmetto.py index 99a8e23..f13cc4e 100644 --- a/configs/Palmetto.py +++ b/configs/Palmetto.py @@ -1,7 +1,6 @@ #! /usr/bin/python HOME_PATH = './' -CACHE_PATH = '/var/cache/obmc/' GPIO_BASE = 320 SYSTEM_NAME = "Palmetto" diff --git a/configs/Witherspoon.py b/configs/Witherspoon.py index a7d06ff..dd59e05 100644 --- a/configs/Witherspoon.py +++ b/configs/Witherspoon.py @@ -1,7 +1,6 @@ #! /usr/bin/python HOME_PATH = './' -CACHE_PATH = '/var/cache/obmc/' GPIO_BASE = 320 SYSTEM_NAME = "Witherspoon" |