Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
492b6e54
Commit
492b6e54
authored
Apr 16, 2020
by
Mathias Goebel
🎠
Browse files
update to exist 5.2.0
parent
182208ea
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
492b6e54
...
...
@@ -36,17 +36,17 @@ installation:
stage
:
test
script
:
-
ant test
-
bash test/
eXist-db-*/
bin/startup.sh | tee output.log &
-
bash test/bin/startup.sh | tee output.log &
# wait for eXist
-
while [ $(curl -I -s http://localhost:8080 | grep -c "200 OK") == 0 ]; do sleep 2s; done
# shutdown eXist
-
bash test/
eXist-db-*/
bin/shutdown.sh
-
bash test/bin/shutdown.sh
-
ls -al /tmp; mv /tmp/tests-* . ||
true
artifacts
:
paths
:
-
output.log
-
test/tests-*.xml
-
test/
eXist-db-*/webapp/WEB-INF/
logs/expath-repo.log
-
test/logs/expath-repo.log
reports
:
junit
:
test/tests-*.xml
...
...
build.properties
View file @
492b6e54
...
...
@@ -2,7 +2,7 @@ project.name=http://textgrid.de/ns/SADE-fontane-develop
project.version
=
5.0.0
project.title
=
[Fontane] SADE
project.abbrev
=
SADE-fontane-develop
project.processorversion
=
4.7
.0
project.processorversion
=
5.2
.0
dependency.track
=
-develop
...
...
build.xml
View file @
492b6e54
...
...
@@ -30,23 +30,30 @@
<target
name=
"test"
depends=
"xar"
>
<delete
dir=
"${build.dir}"
>
<include
name=
"eXist-db-*.tar.bz2"
/>
<exclude
name=
"eXist-
db-
${project.processorversion}.tar.bz2"
/>
<exclude
name=
"eXist-${project.processorversion}.tar.bz2"
/>
</delete>
<get
src=
"https://bintray.com/existdb/releases/download_file?file_path=eXist-db-${project.processorversion}.tar.bz2"
dest=
"${build.dir}/eXist-db-${project.processorversion}.tar.bz2"
skipexisting=
"true"
/>
<untar
src=
"${build.dir}/eXist-db-${project.processorversion}.tar.bz2"
dest=
"${test.dir}"
compression=
"bzip2"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=cv${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/codeview-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=tgconnect${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/tgconnect${dependency.track}-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=fontane${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/fontane${dependency.track}-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=fontane-lucene-exist-module&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/fontane-lucene-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=openapi${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/openapi${dependency.track}-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find.zip?abbrev=markdown&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/markdown-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find.zip?abbrev=xqjson&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/xqjson-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find.zip?abbrev=fundocs&processor=${project.processorversion}"
dest=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy/fundocs-latest.xar"
ignoreerrors=
"true"
/>
<copy
file=
"${destfile}"
todir=
"${test.dir}/eXist-db-${project.processorversion}/autodeploy"
/>
<copy
todir=
"${test.dir}/eXist-db-${project.processorversion}/tools/jetty/webapps/portal/public"
preservelastmodified=
"true"
failonerror=
"false"
>
<get
src=
"https://bintray.com/existdb/releases/download_file?file_path=exist-distribution-${project.processorversion}-unix.tar.bz2"
dest=
"${build.dir}/eXist-${project.processorversion}.tar.bz2"
skipexisting=
"true"
quiet=
"true"
/>
<untar
src=
"${build.dir}/eXist-${project.processorversion}.tar.bz2"
dest=
"${test.dir}"
compression=
"bzip2"
>
<cutdirsmapper
dirs=
"1"
/>
</untar>
<setpermissions
mode=
"755"
>
<fileset
dir=
"${test.dir}"
>
<filename
name=
"bin/*.sh"
/>
</fileset>
</setpermissions>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=cv${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/codeview-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=tgconnect${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/tgconnect${dependency.track}-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=fontane${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/fontane${dependency.track}-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=fontane-lucene-exist-module&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/fontane-lucene-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"https://ci.de.dariah.eu/exist-repo/find.zip?abbrev=openapi${dependency.track}&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/openapi${dependency.track}-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find.zip?abbrev=markdown&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/markdown-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find.zip?abbrev=xqjson&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/xqjson-latest.xar"
ignoreerrors=
"true"
/>
<get
src=
"http://exist-db.org/exist/apps/public-repo/find.zip?abbrev=fundocs&processor=${project.processorversion}"
dest=
"${test.dir}/autodeploy/fundocs-latest.xar"
ignoreerrors=
"true"
/>
<copy
file=
"${destfile}"
todir=
"${test.dir}/autodeploy"
/>
<copy
todir=
"${test.dir}/etc/jetty/webapps/portal/public"
preservelastmodified=
"true"
failonerror=
"false"
>
<fileset
dir=
"${basedir}/../static/public"
/>
</copy>
</target>
...
...
Mathias Goebel
🎠
@mgoebel
mentioned in issue
#108 (closed)
·
Jun 16, 2020
mentioned in issue
#108 (closed)
mentioned in issue #108
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment