There is no hooks module available when running the
extract_swift_flags.py locally, so making this import optional.
Change-Id: I65ebacd1e3e4cf66ece0a9fcbbc785d79278e8bb
Output the ZUUL_NEWREV variable as part of the root marker for better
debugging of published files.
Change-Id: I845053da6a9ce222e5f7150a9bbf3089c1cdb7cb
Use -xe for bash invocation so that log contains all commands executed
and any failure will abort the build.
Change-Id: Ic59515bec3ae7ea9cb1d2bd97e05d95e006eafb8
Do not give sphinx-build as single argument, split it up.
tox 2.5.0 currently complains that it cannot find "sphinx-build arg1
arg2" - so, pass this properly now.
Add releasenote for this.
Change-Id: I5da1d06866c16a8c56be23e87817d163b28803a8
With python-saharaclient 1.0.0 release,
old CLI commands are removed.
Please use OpenStackClient instead.
Change-Id: I838b7eff7091dd3922229392fed69b49df6fd99e
There is no this directory openstack/common which was used to keep codes from
oslo-incubator, we have retired oslo-incubator. Removing openstack/commonfrom
all OpenStack code in favor of the Oslo libraries is a project wide goal
for the Ocata release. So don't use this directory any more. We should drop it
for improving searching efficiency.
Change-Id: If2ca9333319fd78a53c73ab313411ed2f17b07f2
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.
Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.
Change-Id: Iace1593dff20324b86c7245c2217d51d77d9a465
Not to break the script with the heading and trailing blanks.
It happens at glance with oslo.i18n deprecation messages.
Change-Id: I33ab7a815fc092cef2ed0688b0693c23802b23c6
Some of tests use different method of
assertTrue(isinstance(A, B)) or assertEqual(type(A), B).
The correct way is to use assertIsInstance(A, B) provided
by testtools
Change-Id: Ib8dec9d44ce66b1b7ff1486a234fae73d29f23ff
This is needed for publishing in the future:
This is so that we can create a list of directories to ignore when we
rsync documentation builds to a publishing site. Some builds are
published as subdirectories underneath the results of superior
builds.
This allows those superior builds to be rsynced without removing the
other builds that were published under them.
http://specs.openstack.org/openstack-infra/infra-specs/specs/doc-publishing.html
Change-Id: Ic8773caebecafa87b10c1ad4612bde6b1513b667