]> git.parisson.com Git - telemeta.git/commitdiff
Goto 1.6.4
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 2 Jun 2017 11:36:44 +0000 (13:36 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 2 Jun 2017 11:36:44 +0000 (13:36 +0200)
app/scripts/app.sh
lib/TimeSide
setup.py
telemeta/__init__.py

index f6e454dbca5dcbcd2dfe11ebf7bbc5ee8c815285..a1819a01dacf7efaf46c11bb3ffb0d7702820e80 100644 (file)
@@ -39,7 +39,7 @@ if [ $REINDEX = "True" ]; then
 fi
 
 # fix media access rights
-chown -R www-data:www-data $media
+chown -R www-data:www-data !(import) $media
 
 # choose dev or prod mode
 if [ "$1" = "--runserver" ]; then
index 004c33b1532acafb2f3507fce8909d8f100dab09..a8d599754de80712a657c115a6e7d22e3dea104c 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 004c33b1532acafb2f3507fce8909d8f100dab09
+Subproject commit a8d599754de80712a657c115a6e7d22e3dea104c
index 6e28f1a1dd197472e21aacf2096eceb8dc8d218c..fbd333929da71b6e655499672b6fa7137d98af10 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ setup(
   long_description = open('README.rst').read(),
   author = "Guillaume Pellerin",
   author_email = "yomguy@parisson.com",
-  version = '1.6.3',
+  version = '1.6.4',
   install_requires = [
         'django==1.6.11',
         'django-registration==1.0',
index b7a310a67037ef5e292e998c086aab3b14ce4698..8b4c92fc8a4676472ce2d107a1e915baca5e84be 100644 (file)
@@ -15,12 +15,12 @@ U{http://telemeta.org}
 """
 
 __docformat__ = 'epytext en'
-__version__ = '1.6.3'
+__version__ = '1.6.4'
 __url__ = 'http://telemeta.org'
-__copyright__ = '(C) 2006-2016 Parisson SARL'
+__copyright__ = '(C) 2006-2017 Parisson SARL'
 __license__ = 'AGPLv3'
 __license_long__ = """
-Copyright (C) Parisson SARL (2006-2016)
+Copyright (C) Parisson SARL (2006-2017)
 
 This file is part of Telemeta.