diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-12-12 11:46:43 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-12-19 10:35:24 +0100 |
commit | bd8db77f5f8a5ee9cc1f2d2b10413292e1844a80 (patch) | |
tree | 13e4b0d152e11b14e6b397f0fb2092661e488636 /build.xml | |
parent | 5354485885c1ccfd5bc968ed4e4a44f0faeec726 (diff) | |
download | wallabag-bd8db77f5f8a5ee9cc1f2d2b10413292e1844a80.tar.gz wallabag-bd8db77f5f8a5ee9cc1f2d2b10413292e1844a80.tar.zst wallabag-bd8db77f5f8a5ee9cc1f2d2b10413292e1844a80.zip |
Remove comment
"The string "--" is not permitted within comments."
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -98,16 +98,6 @@ | |||
98 | <arg value="doctrine:database:create"/> | 98 | <arg value="doctrine:database:create"/> |
99 | <arg value="--env=test"/> | 99 | <arg value="--env=test"/> |
100 | </exec> | 100 | </exec> |
101 | <!-- | ||
102 | Looks like it doesn't work and generate an error: | ||
103 | There is no table with name '/home/jeremy/github/wallabag/app/..wallabag_entry' in the schema. | ||
104 | |||
105 | <exec executable="php"> | ||
106 | <arg value="${basedir}/bin/console"/> | ||
107 | <arg value="doctrine:database:import"/> | ||
108 | <arg value="data/sql/sqlite_base.sql"/> | ||
109 | <arg value="--env=test"/> | ||
110 | </exec> --> | ||
111 | <exec executable="php"> | 101 | <exec executable="php"> |
112 | <arg value="${basedir}/bin/console"/> | 102 | <arg value="${basedir}/bin/console"/> |
113 | <arg value="doctrine:schema:create"/> | 103 | <arg value="doctrine:schema:create"/> |
@@ -156,7 +146,6 @@ | |||
156 | <arg value="--env=test"/> | 146 | <arg value="--env=test"/> |
157 | </exec> | 147 | </exec> |
158 | <exec executable="psql"> | 148 | <exec executable="psql"> |
159 | <!-- psql -h host -d database -U username -f data/sql/pgsql_base.sql --> | ||
160 | <arg value="-h"/> | 149 | <arg value="-h"/> |
161 | <arg value="localhost"/> | 150 | <arg value="localhost"/> |
162 | <arg value="-d"/> | 151 | <arg value="-d"/> |