Skip to content

Commit

Permalink
SOLR-15593: Update scripts and documentation to refer to new Javadocs…
Browse files Browse the repository at this point in the history
…/Refguide folder
  • Loading branch information
uschindler committed Aug 22, 2021
1 parent df1fd2a commit d97f9f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-docs/ref-guide/publish.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The HTML files themselves will be in `solr/solr-ref-guide/build/html-site`.
Push the Guide directly to production via Subversion `import` from where you built it.

[source,bash]
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
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

Confirm you can browse to Guide manually by going to the new URL.
For example: https://solr.apache.org/guide/7_7
Expand Down Expand Up @@ -91,7 +91,7 @@ Including the `-PsolrGuideDraft=false` property ensures the DRAFT watermark and
. Checkout the directory you need to update from the svn production repo:
+
[source,bash]
$ svn co https://svn.apache.org/repos/infra/websites/production/lucene/content/solr/guide/<dir>
$ svn co https://svn.apache.org/repos/infra/sites/solr/guide/<dir>
+
* 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.
* Don't shortcut this and download the whole production website.
Expand Down
4 changes: 2 additions & 2 deletions dev-tools/scripts/releaseWizard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,11 +1060,11 @@ groups:
cmd: "{{ gradle_cmd }} documentation -Dversion.release={{ release_version }}"
comment: Build documentation
- !Command
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 }}
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 }}
logfile: add-docs-lucene.log
comment: Add docs for Lucene
- !Command
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 }}
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 }}
logfile: add-docs-solr.log
comment: Add docs for Solr
- !Todo
Expand Down

0 comments on commit d97f9f2

Please sign in to comment.