again
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 25 Jan 2012 20:14:12 +0000 (21:14 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 25 Jan 2012 20:14:12 +0000 (21:14 +0100)
setup.py
sfa/storage/migrations/README [deleted file]
sfa/storage/migrations/versions/README.url [deleted file]

index 9899685..c1e8453 100755 (executable)
--- 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 (file)
index 6218f8c..0000000
+++ /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 (file)
index 682d695..0000000
+++ /dev/null
@@ -1 +0,0 @@
-http://readthedocs.org/docs/sqlalchemy-migrate/en/v0.7.2/versioning.html