]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1607 from wallabag/v2-composer-lock
authorNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 21 Jan 2016 07:28:52 +0000 (08:28 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 21 Jan 2016 07:28:52 +0000 (08:28 +0100)
Ignore composer.lock

.gitignore
build.xml

index b6d6aa5d568f2cce10d5d206ccf2d8778280756a..02e921f8d0accce39ad7aa53e1882a7ec588b3b0 100644 (file)
@@ -35,3 +35,6 @@ data/db/wallabag*.sqlite
 # Docker container logs and data
 docker/logs/
 docker/data/
+
+# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release
+composer.lock
index ab8cac29a4cf704ce7fd619215f5d66a7aef80a1..3d82770fcb2d658964fa056000cb0d6b14863cd1 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -11,7 +11,7 @@
 
     <target name="composer" description="Install deps using Composer">
         <exec executable="composer">
-            <arg value="install"/>
+            <arg value="up"/>
             <arg value="--no-interaction"/>
             <arg value="--no-progress"/>
         </exec>