Daytripper: Fix build, enable for testing
This commit is contained in:
parent
9d8a27fd74
commit
12023b22ca
|
|
@ -12,19 +12,20 @@ addition to providing search services such as map, video, and Web searches. The
|
||||||
app utilizes artificial intelligence and natural language processing based on
|
app utilizes artificial intelligence and natural language processing based on
|
||||||
Alicebot chatbot. In addition to general chatbot and utility features, you can
|
Alicebot chatbot. In addition to general chatbot and utility features, you can
|
||||||
teach the app new knowledge by telling it facts.
|
teach the app new knowledge by telling it facts.
|
||||||
|
|
||||||
|
This build is meant for testing purpose only.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/datjandra/Daytripper.git
|
Repo:https://github.com/datjandra/Daytripper.git
|
||||||
|
|
||||||
Build:1.4,9
|
Build:1.4,9
|
||||||
disable=test build, fix dic
|
commit=61d55860b3e2caa6cfcbbdf8f5ed656bc5a0da2f
|
||||||
commit=e64b75ee46f32df61f67dbeda6349aab319e6676
|
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=yes
|
gradle=yes
|
||||||
srclibs=sanmoku@9c218550894fc352a4f14f20d599a9494e742b8d
|
srclibs=sanmoku@9c218550894fc352a4f14f20d599a9494e742b8d
|
||||||
prebuild=echo -e 'include ":app"' >> ../settings.gradle && \
|
rm=app/libs/*jar
|
||||||
sed -i -e '/maven/,+3d' ../build.gradle && \
|
prebuild=sed -i -e '/maven/,+3d' ../build.gradle && \
|
||||||
sed -i -e '/sanmoku/d' build.gradle && \
|
sed -i -e '/sanmoku/d' build.gradle && \
|
||||||
cp -fR $$sanmoku$$/analyzer/src/net src/main/java/ && \
|
cp -fR $$sanmoku$$/analyzer/src/net src/main/java/ && \
|
||||||
cp -fR $$sanmoku$$/feature-ex/src/net src/main/java/
|
cp -fR $$sanmoku$$/feature-ex/src/net src/main/java/
|
||||||
|
|
@ -32,8 +33,11 @@ Build:1.4,9
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
TODO: Generate scanignores from $$sanmoku$$/dicbuilder.
|
TODO: Generate scanignores from $$sanmoku$$/dicbuilder.
|
||||||
|
|
||||||
|
Test current build, so publish to archive.
|
||||||
.
|
.
|
||||||
|
|
||||||
|
Archive Policy:0 versions
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
Current Version:1.4
|
Current Version:1.4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue