]> git.parisson.com Git - mezzo.git/commitdiff
Fix debian repos, finally fix submodule setup (should fix #1 and #2)
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 27 Sep 2017 10:27:15 +0000 (12:27 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 27 Sep 2017 10:27:35 +0000 (12:27 +0200)
app/settings.py
etc/apt/sources.list
lib/mezzanine
lib/mezzanine-organization
lib/mezzanine-organization-themes
requirements.txt

index ad4165f1c975f300b2ceaa804ba1144f06859ef0..818ed0dc22df4efed1120a62a1bd0a3837a9c3ca 100644 (file)
@@ -214,6 +214,7 @@ ROOT_URLCONF = "urls"
 ################
 
 INSTALLED_APPS = [
+    "organization_themes",
     "organization_themes.www_ircam_fr",
 
     "modeltranslation",
index b6f142619515cafed903cc834dd52f8f6a6946dd..ab4392bc13858957f76fd35546ea08568cd5f577 100644 (file)
@@ -1,26 +1,9 @@
 deb http://httpredir.debian.org/debian jessie main contrib non-free
-deb-src http://httpredir.debian.org/debian testing main contrib non-free
-
 deb http://security.debian.org/ jessie/updates main
-deb-src http://security.debian.org/ jessie/updates main
-
 deb http://httpredir.debian.org/debian jessie-updates main
-deb-src http://httpredir.debian.org/debian jessie-updates main
-
 deb http://httpredir.debian.org/debian jessie-backports main contrib non-free
-deb-src http://httpredir.debian.org/debian jessie-backports main contrib non-free
+deb https://deb.nodesource.com/node_6.x jessie main
 
 #deb http://mirrors.ircam.fr/pub/debian/ jessie main contrib non-free
-#deb-src http://mirrors.ircam.fr/pub/debian/ testing main contrib non-free
-
-#deb http://security.debian.org/ jessie/updates main
-#deb-src http://security.debian.org/ jessie/updates main
-
 #deb http://mirrors.ircam.fr/pub/debian/ jessie-updates main
-#deb-src http://mirrors.ircam.fr/pub/debian/ jessie-updates main
-
 #deb http://mirrors.ircam.fr/pub/debian/ jessie-backports main contrib non-free
-#deb-src http://mirrors.ircam.fr/pub/debian/ jessie-backports main contrib non-free
-
-deb https://deb.nodesource.com/node_6.x jessie main
-deb-src https://deb.nodesource.com/node_6.x jessie main
index 51cf69d973848f08bc482022fd5bdac9a41f8ff9..72380cb5c6a2c9fc0f439b9277dc88285d63d001 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 51cf69d973848f08bc482022fd5bdac9a41f8ff9
+Subproject commit 72380cb5c6a2c9fc0f439b9277dc88285d63d001
index 027dcc4eba786d9e53c73467e0ddc3c6c92f1e9b..b260f3456a97d9612f35cac601ac93cc14971f5d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 027dcc4eba786d9e53c73467e0ddc3c6c92f1e9b
+Subproject commit b260f3456a97d9612f35cac601ac93cc14971f5d
index cd2d99312d4536fa7cf439b8fd84397ddda72be7..a8648ac0731c3a7b908fa35aa48913f34cccf788 160000 (submodule)
@@ -1 +1 @@
-Subproject commit cd2d99312d4536fa7cf439b8fd84397ddda72be7
+Subproject commit a8648ac0731c3a7b908fa35aa48913f34cccf788
index 11f0d9aef6f5d11eed6c5c01b2fb7c418d6e98e1..f910c2a5eb354913374bcd1598e51c5d2c5dd97e 100644 (file)
@@ -10,6 +10,3 @@ vim
 ruby
 ruby-dev
 gettext
-python-sphinx
-python-numpy
-python-pandas