]> git.parisson.com Git - mezzo.git/commitdiff
Do not update submodules
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 20 Oct 2016 15:23:43 +0000 (17:23 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Thu, 20 Oct 2016 15:23:43 +0000 (17:23 +0200)
.gitmodules
lib/django-prestashop [new submodule]
scripts/pull.sh

index 80542a68f6b02f4a0f1fae174bb8549bf668695c..f6625c9eb1aec782ed3dacd04f0fab2e724425e6 100644 (file)
@@ -11,5 +11,5 @@
        path = lib/mezzanine
        url = https://github.com/yomguy/mezzanine.git
 [submodule "lib/django-prestashop"]
-        path = lib/django-prestashop
-        url = https://github.com/yomguy/django-prestashop.git
+       path = lib/django-prestashop
+       url = https://github.com/yomguy/django-prestashop.git
diff --git a/lib/django-prestashop b/lib/django-prestashop
new file mode 160000 (submodule)
index 0000000..161ade3
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 161ade381ccbec5dcc731e1a37c95a52f7a5c73a
index a6e290febd05e0857f9548659ed57caf5ea7e177..a7d36d85c9deaeba6f05ab82accfda5397355099 100755 (executable)
@@ -3,6 +3,6 @@
 sudo chown -R $USER data/media
 sudo chown -R $USER data/backup
 git pull
-git submodule update --init --recursive
+git submodule update --init --recursive
 git submodule foreach git pull
 docker-compose run db /srv/scripts/restore_db.sh