From 3083ddef578b54cbd5577985c398fbce6f10a475 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 25 Jan 2012 21:14:12 +0100 Subject: [PATCH] again --- setup.py | 2 +- sfa/storage/migrations/README | 4 ---- sfa/storage/migrations/versions/README.url | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 sfa/storage/migrations/README delete mode 100644 sfa/storage/migrations/versions/README.url diff --git a/setup.py b/setup.py index 98996857..c1e84532 100755 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ data_files = [ ('/etc/sfa/', [ 'config/aggregates.xml', ('/etc/sfatables/matches/', glob('sfatables/matches/*.xml')), ('/etc/sfatables/targets/', glob('sfatables/targets/*.xml')), ('/etc/init.d/', [ "init.d/%s"%x for x in initscripts ]), - ('/usr/share/sfa/migrations', glob('sfa/storage/migrations/*') ), + ('/usr/share/sfa/migrations', glob('sfa/storage/migrations/*.*') ), ('/usr/share/sfa/migrations/versions', glob('sfa/storage/migrations/versions/*') ), ('/usr/share/sfa/examples/', glob('sfa/examples/*' ) + [ 'cron.d/sfa.cron' ] ), ] diff --git a/sfa/storage/migrations/README b/sfa/storage/migrations/README deleted file mode 100644 index 6218f8ca..00000000 --- a/sfa/storage/migrations/README +++ /dev/null @@ -1,4 +0,0 @@ -This is a database migration repository. - -More information at -http://code.google.com/p/sqlalchemy-migrate/ diff --git a/sfa/storage/migrations/versions/README.url b/sfa/storage/migrations/versions/README.url deleted file mode 100644 index 682d6955..00000000 --- a/sfa/storage/migrations/versions/README.url +++ /dev/null @@ -1 +0,0 @@ -http://readthedocs.org/docs/sqlalchemy-migrate/en/v0.7.2/versioning.html -- 2.47.0