summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-06-13 21:08:19 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-06-13 21:08:19 (GMT)
commit253ec8cf59ab4a236925989930a94719b2ed4c5c (patch)
treeafb31fce58a3ca183d12759ca5364a50e7dce4bd /abs/core/mythdb-initial
parentab7c6827c88c179b58e0cd97a77747ec39efe8e2 (diff)
downloadlinhes_pkgbuild-253ec8cf59ab4a236925989930a94719b2ed4c5c.zip
linhes_pkgbuild-253ec8cf59ab4a236925989930a94719b2ed4c5c.tar.gz
linhes_pkgbuild-253ec8cf59ab4a236925989930a94719b2ed4c5c.tar.bz2
mythdb-initial: custom.sql: remove disk0 mythtv_backup and let add_storage.py create
Diffstat (limited to 'abs/core/mythdb-initial')
-rwxr-xr-xabs/core/mythdb-initial/PKGBUILD4
-rw-r--r--abs/core/mythdb-initial/custom.sql4
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD
index 1e6dbc9..9906561 100755
--- a/abs/core/mythdb-initial/PKGBUILD
+++ b/abs/core/mythdb-initial/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythdb-initial
pkgver=8.4
-pkgrel=3
+pkgrel=4
pkgdesc="setup the initial mythtv database for linhes"
url=""
license=()
@@ -22,4 +22,4 @@ package() {
md5sums=('5f3492d396142d394c095749363fd03d'
'ad0e57ac5e7c3677808a670e16634bba'
- 'f57a97ca3ad0d22aafc8a2b6b34ae1c2')
+ '6d103c9e73ac2eb47cea2b53a7308068')
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index a77f678..05d814d 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -91,7 +91,7 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
-- /myth based storage groups are obsolete, add_storage.py will create the ones it needs.
-INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES
+-- INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES
-- ('Default' ,'apheleia' ,'/myth/tv/'),
-- ('LiveTV' ,'apheleia' ,'/myth/tv/live/'),
-- ('Screenshots' ,'apheleia' ,'/myth/artwork/screenshots/'),
@@ -101,7 +101,7 @@ INSERT INTO `storagegroup` (`groupname`, `hostname`, `dirname`) VALUES
-- ('Fanart' ,'apheleia' ,'/myth/artwork/fanart/'),
-- ('Trailers' ,'apheleia' ,'/myth/artwork/trailers/'),
-- ('Streaming' ,'apheleia' ,'/myth/streaming'),
- ('DB Backups' ,'apheleia' ,'/data/storage/disk0/backup/mythtv_backups');
+-- ('DB Backups' ,'apheleia' ,'/data/storage/disk0/backup/mythtv_backups/');
-- Clear out old values because mysql is mysql