Comment 70 for bug 1612278

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (stable/newton)

Reviewed: https://review.openstack.org/378037
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=284005a2ee831aba4ebc217239d8a34e1222174a
Submitter: Jenkins
Branch: stable/newton

commit 284005a2ee831aba4ebc217239d8a34e1222174a
Author: Mathieu Mitchell <email address hidden>
Date: Tue Sep 27 17:15:50 2016 -0400

    Point documentation links to newton equivalents

    The following commands were used to produce the commit:

      find doc/source/ -name '*.rst' -exec gsed -i 's#/draft#/newton#g' {} \;
      find install-guide/source/ -name '*.rst' -exec gsed -i 's#docs.openstack.org/developer/ironic/#docs.openstack.org/developer/ironic/newton/#g' {} \;
      find install-guide/source/ -name '*.rst' -exec gsed -i 's#docs.openstack.org/developer/ironic-python-agent/#docs.openstack.org/developer/ironic-python-agent/newton/#g' {} \;
      find install-guide/source/ -name '*.rst' -exec gsed -i 's#pxe.vmlinuz#pxe-stable-newton.vmlinuz#g' {} \;
      find install-guide/source/ -name '*.rst' -exec gsed -i 's#oem.cpio#oem-stable-newton.cpio#g' {} \;
      find install-guide/source/ -name '*.rst' -exec gsed -i 's#<\(https://git.openstack.org/cgit.*\)>#<\1?stable%2Fnewton>#g' {} \;
      find install-guide/source/ -name '*.rst' -exec gsed -i 's#\([^<]\)\(https://git.openstack.org/cgit.*\)#\1\2?stable%2Fnewton#g' {} \;

    Additionally, a few links were manually updated.

    Change-Id: I2c4115f1038d106fc5e64b30c792f50e67fe1adf
    Closes-bug: #1612278