Skip to content

Commit d97f9f2

Browse files
committed
SOLR-15593: Update scripts and documentation to refer to new Javadocs/Refguide folder
1 parent df1fd2a commit d97f9f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-docs/ref-guide/publish.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The HTML files themselves will be in `solr/solr-ref-guide/build/html-site`.
6161
Push the Guide directly to production via Subversion `import` from where you built it.
6262

6363
[source,bash]
64-
svn -m "Add Ref Guide for Solr 7.7" import <checkoutroot>/solr/solr-ref-guide/build/html-site https://svn.apache.org/repos/infra/websites/production/lucene/content/solr/guide/7_7
64+
svn -m "Add Ref Guide for Solr 7.7" import <checkoutroot>/solr/solr-ref-guide/build/html-site https://svn.apache.org/repos/infra/sites/solr/guide/7_7
6565

6666
Confirm you can browse to Guide manually by going to the new URL.
6767
For example: https://solr.apache.org/guide/7_7
@@ -91,7 +91,7 @@ Including the `-PsolrGuideDraft=false` property ensures the DRAFT watermark and
9191
. Checkout the directory you need to update from the svn production repo:
9292
+
9393
[source,bash]
94-
$ svn co https://svn.apache.org/repos/infra/websites/production/lucene/content/solr/guide/<dir>
94+
$ svn co https://svn.apache.org/repos/infra/sites/solr/guide/<dir>
9595
+
9696
* This command checks out the Guide version directory into a local subdirectory with the same name as the version (such as "7_7"). You can provide a better name locally if you prefer by adding it to the end of the command shown above.
9797
* Don't shortcut this and download the whole production website.

dev-tools/scripts/releaseWizard.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,11 +1060,11 @@ groups:
10601060
cmd: "{{ gradle_cmd }} documentation -Dversion.release={{ release_version }}"
10611061
comment: Build documentation
10621062
- !Command
1063-
cmd: svn -m "Add docs, changes and javadocs for Lucene {{ release_version }}" import {{ git_checkout_folder }}/lucene/build/docs https://svn.apache.org/repos/infra/websites/production/lucene/content/core/{{ version }}
1063+
cmd: svn -m "Add docs, changes and javadocs for Lucene {{ release_version }}" import {{ git_checkout_folder }}/lucene/build/docs https://svn.apache.org/repos/infra/sites/lucene/core/{{ version }}
10641064
logfile: add-docs-lucene.log
10651065
comment: Add docs for Lucene
10661066
- !Command
1067-
cmd: svn -m "Add docs, changes and javadocs for Solr {{ release_version }}" import {{ git_checkout_folder }}/solr/build/docs https://svn.apache.org/repos/infra/websites/production/lucene/content/solr/{{ version }}
1067+
cmd: svn -m "Add docs, changes and javadocs for Solr {{ release_version }}" import {{ git_checkout_folder }}/solr/build/docs https://svn.apache.org/repos/infra/sites/solr/docs/{{ version }}
10681068
logfile: add-docs-solr.log
10691069
comment: Add docs for Solr
10701070
- !Todo

0 commit comments

Comments
 (0)