Commit and Publish HTML Updates: Difference between revisions
From MediaWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Now that you have finalized the release information, you need to publish this information for the general public. In order to accomplish this, you will want to commit any modified files and then run: '''make docs''' as shown below: | Now that you have finalized the release information, you need to publish this information for the general public. In order to accomplish this, you will want to commit any modified files and then run: '''make docs-build-upload''' as shown below: | ||
[root@nst-dev-32 repo]# svn commit | [root@nst-dev-32 repo]# svn commit | ||
... typical commit output and comment | ... typical commit output and comment editing ... | ||
[root@nst-dev-32 repo]# | [root@nst-dev-32 repo]# make docs-build-upload SFUSER=ACCOUNT_NAME | ||
... lots of output as documentation is built ... | ... lots of output as documentation is built ... | ||
[root@nst-dev-32 repo]# | [root@nst-dev-32 repo]# |
Latest revision as of 13:53, 12 May 2024
Now that you have finalized the release information, you need to publish this information for the general public. In order to accomplish this, you will want to commit any modified files and then run: make docs-build-upload as shown below:
[root@nst-dev-32 repo]# svn commit ... typical commit output and comment editing ... [root@nst-dev-32 repo]# make docs-build-upload SFUSER=ACCOUNT_NAME ... lots of output as documentation is built ... [root@nst-dev-32 repo]#