Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
QA
ox-installer
Commits
927d4632
Commit
927d4632
authored
Nov 03, 2021
by
markus.wagner
Browse files
write the correct version
parent
06380fe0
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/repos.bash
View file @
927d4632
...
@@ -282,14 +282,14 @@ function writeDocumentconverterRepositories {
...
@@ -282,14 +282,14 @@ function writeDocumentconverterRepositories {
# Take care if update dir has to be used
# Take care if update dir has to be used
if
[[
"
${
AS_REPO_SOURCE
}
"
==
"OBS"
]]
;
then
if
[[
"
${
AS_REPO_SOURCE
}
"
==
"OBS"
]]
;
then
# internal buildservice format
# internal buildservice format
AS_REPO_DOCUMENTCONVERTER
=
"
${
REPOSITORY_SERVER
}
/documentconverter-
${
AS_DOCUMENTCONVERTER_
API_
VERSION
}
"
AS_REPO_DOCUMENTCONVERTER
=
"
${
REPOSITORY_SERVER
}
/documentconverter-
${
AS_DOCUMENTCONVERTER_VERSION
}
"
AS_REPO_PDFTOOL
=
"
${
REPOSITORY_SERVER
}
/oxhh/open-xchange-pdftool-
${
AS_PDFTOOL_VERSION
}
"
AS_REPO_PDFTOOL
=
"
${
REPOSITORY_SERVER
}
/oxhh/open-xchange-pdftool-
${
AS_PDFTOOL_VERSION
}
"
AS_REPO_READERENGINE
=
"
${
REPOSITORY_SERVER
}
/oxhh/readerengine-
${
AS_READERENGINE_VERSION
}
"
AS_REPO_READERENGINE
=
"
${
REPOSITORY_SERVER
}
/oxhh/readerengine-
${
AS_READERENGINE_VERSION
}
"
elif
[[
"
${
AS_REPO_SOURCE
}
"
==
"EXT"
]]
;
then
elif
[[
"
${
AS_REPO_SOURCE
}
"
==
"EXT"
]]
;
then
# public repo format
# public repo format
# TODO: doc-conv/readerengine require always valid license. When installing from EXT without creds this may fail
# TODO: doc-conv/readerengine require always valid license. When installing from EXT without creds this may fail
#
#
AS_REPO_DOCUMENTCONVERTER
=
"
${
REPOSITORY_SERVER
}
/appsuite/
${
AS_DOCUMENTCONVERTER_
API_
VERSION
}
/documentconverter"
AS_REPO_DOCUMENTCONVERTER
=
"
${
REPOSITORY_SERVER
}
/appsuite/
${
AS_DOCUMENTCONVERTER_VERSION
}
/documentconverter"
AS_REPO_PDFTOOL
=
"
${
REPOSITORY_SERVER
}
/appsuite/
${
AS_PDFTOOL_VERSION
}
/pdftool"
AS_REPO_PDFTOOL
=
"
${
REPOSITORY_SERVER
}
/appsuite/
${
AS_PDFTOOL_VERSION
}
/pdftool"
AS_REPO_READERENGINE
=
"
${
REPOSITORY_SERVER
}
/appsuite/
${
AS_READERENGINE_VERSION
}
/readerengine"
AS_REPO_READERENGINE
=
"
${
REPOSITORY_SERVER
}
/appsuite/
${
AS_READERENGINE_VERSION
}
/readerengine"
else
else
...
...
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