diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 23:08:22 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 23:14:30 +0200 |
commit | 95602b8b12f652822b1c7b0f65d183128d51f76c (patch) | |
tree | f82498ac6cd28369e1665ff997dcc1abe96daaed /officecfg/registry | |
parent | 27b713a86edfc5f0efeb7124abbbcfee9c5e7213 (diff) |
prepare everything for automatic update builds
We now have a TDF server that we can use for the update checks.
Change-Id: I081b6f2f65d0abf6cc9d4a1ce11a68ba1cd076c7
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Update.xcs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Update.xcs b/officecfg/registry/schema/org/openoffice/Office/Update.xcs index 49021c3f7bfa..5ad40022e3e5 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Update.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Update.xcs @@ -39,13 +39,13 @@ <info> <desc>The URL that is used for the update check</desc> </info> - <value>http://updater.libreofficecrash.org/</value> + <value>http://vm195.documentfoundation.org/</value> </prop> <prop oor:name="UpdateChannel" oor:type="xs:string" oor:nillable="false"> <info> <desc>The update channel that is currently in use</desc> </info> - <value>Release</value> + <value>daily-master-gandalf</value> </prop> </group> </component> |