maas.ubuntu.com only shows the documentation for the most recent MAAS version
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| MAAS |
High
|
Raphaël Badin | ||
| 1.4 |
High
|
Raphaël Badin | ||
| 1.5 |
High
|
Raphaël Badin | ||
| maas (Ubuntu) |
High
|
Unassigned |
Bug Description
Only one version of the documentation is shown on maas.ubuntu.
Related branches
- Gavin Panella (community): Approve on 2014-04-06
-
Diff: 15 lines (+2/-2)1 file modifieddocs/conf.py (+2/-2)
- Julian Edwards (community): Approve on 2014-04-07
-
Diff: 4774 lines (+724/-3646)45 files modifieddocs/_templates/autosummary/module.rst (+0/-8)
docs/_templates/maas/layout.html (+19/-0)
docs/_templates/maas/localtoc.html (+3/-0)
docs/_templates/maas/relations.html (+19/-0)
docs/_templates/maas/static/css/main.css (+74/-0)
docs/_templates/maas/static/flasky.css_t (+559/-0)
docs/_templates/maas/theme.conf (+6/-0)
docs/_templates/ubuntu1210/globaltoc.html (+0/-4)
docs/_templates/ubuntu1210/layout.html (+0/-103)
docs/_templates/ubuntu1210/sourcelink.html (+0/-4)
docs/_templates/ubuntu1210/static/jquery.js (+0/-4)
docs/_templates/ubuntu1210/static/js/bootstrap.js (+0/-1836)
docs/_templates/ubuntu1210/static/lib/bootstrap.min.css (+0/-727)
docs/_templates/ubuntu1210/static/lib/font/font-awesome.css (+0/-309)
docs/_templates/ubuntu1210/static/lib/font/fontawesome-webfont.svg (+0/-255)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-apollo.js (+0/-2)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-clj.js (+0/-18)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-css.js (+0/-2)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-go.js (+0/-1)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-hs.js (+0/-2)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-lisp.js (+0/-3)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-lua.js (+0/-2)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-ml.js (+0/-2)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-n.js (+0/-4)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-proto.js (+0/-1)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-scala.js (+0/-2)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-sql.js (+0/-2)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-tex.js (+0/-1)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-vb.js (+0/-2)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-vhdl.js (+0/-3)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-wiki.js (+0/-2)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-xq.js (+0/-3)
docs/_templates/ubuntu1210/static/lib/prettyprint/lang-yaml.js (+0/-2)
docs/_templates/ubuntu1210/static/lib/prettyprint/prettyprint.css (+0/-1)
docs/_templates/ubuntu1210/static/lib/prettyprint/prettyprint.js (+0/-28)
docs/_templates/ubuntu1210/static/ubuntu1204-core.css (+0/-4)
docs/_templates/ubuntu1210/static/ubuntu1204-sphinx.css (+0/-223)
docs/_templates/ubuntu1210/static/ubuntu1204.js (+0/-28)
docs/_templates/ubuntu1210/theme.conf (+0/-16)
docs/changelog.rst (+1/-1)
docs/conf.py (+2/-2)
docs/development/philosophy.rst (+5/-10)
docs/index.rst (+29/-26)
docs/maascli.rst (+5/-1)
docs/troubleshooting.rst (+2/-2)
- Gavin Panella (community): Approve on 2014-04-06
-
Diff: 15 lines (+2/-2)1 file modifieddocs/conf.py (+2/-2)
- Julian Edwards (community): Approve on 2014-04-07
-
Diff: 85 lines (+41/-0)4 files modifiedMakefile (+3/-0)
docs/_templates/maas/layout.html (+1/-0)
docs/_templates/maas/relations.html (+12/-0)
docs/conf.py (+25/-0)
- Julian Edwards (community): Approve on 2014-04-07
-
Diff: 85 lines (+41/-0)4 files modifiedMakefile (+3/-0)
docs/_templates/maas/layout.html (+1/-0)
docs/_templates/maas/relations.html (+12/-0)
docs/conf.py (+25/-0)
- Graham Binns (community): Approve on 2014-04-07
-
Diff: 248 lines (+186/-1)6 files modifiedMakefile (+3/-0)
docs/_static/versions.js (+86/-0)
docs/_templates/maas/layout.html (+1/-0)
docs/_templates/maas/relations.html (+12/-0)
docs/conf.py (+44/-1)
docs/versions.py (+40/-0)
Raphaël Badin (rvb) wrote : | #1 |
Changed in maas: | |
assignee: | nobody → Raphaël Badin (rvb) |
status: | Triaged → In Progress |
Changed in maas (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
Julian Edwards (julian-edwards) wrote : | #2 |
Andres, this doesn't affect the package at all, the docs are generated from a branch on the publication machine.
Changed in maas (Ubuntu): | |
status: | Confirmed → Invalid |
Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package maas - 1.5+bzr2230-
---------------
maas (1.5+bzr2230-
* New upstream bugfix release:
- Fix Cluster Controller to handle deprecated config items gracefull.
Otherwise it fails on upgrades. (LP: #1302772)
- Fix documentation generation and referencing. (LP: #1302956)
- Ensure we PXE boot when we turn on SM15K systems. (LP: #1303915)
-- Andres Rodriguez <email address hidden> Mon, 07 Apr 2014 10:26:51 -0400
Changed in maas (Ubuntu): | |
status: | Invalid → Fix Released |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
Although fixing this problem implies working directly on maas.ubuntu. com/docs, it's also a bug in MAAS per ser because the MAAS documentation is maintained in the upstream code and this code will require some change for this bug to be fixed properly.