Fixes problem with the ftp file copy for basic-install guides.

Change-Id: I85c8e0f695b4c5cc5a10aa81c3a0872a6cccad80
Reviewed-on: https://review.openstack.org/27836
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: matthew-wagoner <matthew.wagoner@hp.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
annegentle 2013-04-30 13:55:31 -05:00 committed by Jenkins
parent 795cf8657e
commit 661d2cff30

View File

@ -127,7 +127,7 @@
- ftp:
site: docs.openstack.org
source: 'doc/src/docbkx/basic-install/target/docbkx/webhelp/**'
target: '/yum'
target: ''
remove-prefix: 'doc/src/docbkx/basic-install/target/docbkx/webhelp/'
excludes: '**/*.xml,**/null*'
@ -163,7 +163,7 @@
- ftp:
site: docs.openstack.org
source: 'doc/src/docbkx/basic-install/target/docbkx/webhelp/**'
target: '/apt'
target: ''
remove-prefix: 'doc/src/docbkx/basic-install/target/docbkx/webhelp/'
excludes: '**/*.xml,**/null*'