-
Notifications
You must be signed in to change notification settings - Fork 144
Home
Greg Schueler edited this page Aug 20, 2018
·
6 revisions
(WIP)
This is to document the new (5/2018) Rundeck Documentation project.
- New Documentation Source repo: https://github.com/rundeck/docs
- Existing generated docs repo: https://github.com/rundeck/rundeck-docs
- Existing rundeck.org site repo: https://github.com/rundeck/rundeck-org-site
Note: previous (<5/2018) Rundeck Docs info: https://github.com/rundeck/rundeck/wiki/Rundeck-docs
- use a separate repo for documentation source
- seamless transition from old documentation build/publish to new repo
- include Rundeck PRO documentation within the source base
- track Rundeck OSS/PRO release identification along with documentation
Development:
- Rundeck OSS/Pro releases are 1:1 synched: OSS version vX.Y.Z tracks PRO version vQ.R.S
- rundeck/docs repo has separate branch for each minor OSS release #.#.x
- documentation for release vX.Y.Z OSS is added to branch X.Y.x
- release of OSS vX.Y.Z will tag branch X.Y.x with tag "vX.Y.Z"
- additional Branch information: Branches
Build:
- using existing build mechanism from OSS (makefile/pandoc/edam.groovy)
Release:
(implemented in ci-deploy.sh script)
- Rundeck version vX.Y.Z is released and tagged
- documentation branch X.Y.x is tagged with "vX.Y.Z"
- tagged branch is used to generate HTML documentation
- generated docs repo rundeck/rundeck-docs cloned, and new branch "docsX.Y.Z" created, HTML content committed and pushed
- rundeck-org site repo rundeck/rundeck-org-site cloned
- new git submodule "X.Y.Z" created pointing at
rundeck/rundeck-docs@docsX.Y.Z
- new git submodule "X.Y.Z" created pointing at
- IF this release is not a maintenance release
- git submodule "docs" is updated to point to same location
- See Branches page for more info on auto-deploy for branch/tags.
- new repo created
- existing docs imported
- new process added to publish docs from new repo
- old docs removed from rundeck/rundeck
- old release process changed to not update rundeck/rundeck/docs
- streamline maintenance of docs, see Branches