Removes extra /admin/ from building of admin-guide-cloud

The bug is caused by the file being copied to
docs.openstack.org/local/admin-cloud-guide
instead of docs.openstack.org/admin-cloud-guide

Removing <release.path.name></release.path.name> to
fix the bug.

Change-Id: I23c124e33af177059bed809056683e6f98da6a6a
Closes-bug: 1223065
This commit is contained in:
annegentle
2013-09-09 16:12:24 -07:00
parent c55a3345fd
commit 279a49e0b9

View File

@@ -9,7 +9,7 @@
<name>OpenStack Administration Guides</name>
<properties>
<!-- This is set by Jenkins according to the branch. -->
<release.path.name>local</release.path.name>
<release.path.name></release.path.name>
<comments.enabled>1</comments.enabled>
</properties>
<!-- ################################################ -->
@@ -87,9 +87,9 @@
<sectionAutolabel>0</sectionAutolabel>
<tocSectionDepth>1</tocSectionDepth>
<sectionLabelIncludesComponentLabel>0</sectionLabelIncludesComponentLabel>
<targetDirectory>${basedir}/target/docbkx/webhelp/${release.path.name}/admin-guide-cloud</targetDirectory>
<targetDirectory>${basedir}/target/docbkx/webhelp/admin-guide-cloud</targetDirectory>
<webhelpDirname>admin</webhelpDirname>
<pdfFilenameBase>bk-admin-guide-cloud-${release.path.name}</pdfFilenameBase>
<pdfFilenameBase>bk-admin-guide-cloud-latest</pdfFilenameBase>
<postProcess>
<!--Deletes leftover uneeded directories -->
<!--<delete dir="${basedir}/target/docbkx/webhelp/bk-admin-guide-cloud"/>-->
@@ -104,7 +104,7 @@
<includes>
bk-admin-guide-cloud.xml
</includes>
<canonicalUrlBase>http://docs.openstack.org/${release.path.name}/admin-guide-cloud/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/admin-guide-cloud/content/</canonicalUrlBase>
<profileSecurity>reviewer</profileSecurity>
<branding>openstack</branding>
<strictImageValidation>false</strictImageValidation>