10 Commits

Author SHA1 Message Date
Jenkins
ef99ae77f6 Merge "Updates generatelabs scripts" 2015-04-19 12:13:36 +00:00
Pranav Salunke
96a10daffc Updates generatelabs scripts
Updates to ignore unwanted files. If someone exports their labs
scripts while having existing clusters deployed, these changes will
allow auto-ignore unwanted files while creating the compressed files.

Change-Id: I6ecae37b1d97a7c0c12854f5f3240b842da84af7
2015-04-19 14:02:25 +02:00
Jenkins
37235df89e Merge "Adds upstream training to OpenStack gate" 2015-04-13 08:56:29 +00:00
Pranav Salunke
8b9835dfea Updates generatelabs script
Removes unnecessary "bash -c" from the scripts as they are not
required and already being called from the tox.ini.

Change-Id: I533e32d37fd48c9f137ff528f85fb06437f322ce
2015-04-07 14:32:44 +02:00
Pranav Salunke
9ac3590de7 Adds upstream training to OpenStack gate
Update the current gate 'slides' to build and publish upstream
training content. This patch does the following changes.

* Adds generateslides script to use sphinx/hieroglyph to build slides
* Updates tox.ini to use generateslides script
* Update .gitignore to ignore _build/ directory which is the default
  folder for generated output generated by sphix.

Hence forth, any changes to the upstream training rst slides will be
gated and published, also it is essential to note that these jobs are
new and may not be accurate or reliable to address all the errors in
the rst slides.

Change-Id: I8a220dd31501f9b3733a6282d7048fe283d2a0d1
2015-04-07 14:27:06 +02:00
Pranav Salunke
269efda7e8 Updates training labs jobs
Adds a script for building windows scripts and creating tar/zip files
for the labs section.

Change-Id: I8a1fd7a9600aa85f6ecd67802d272755bd0ba9e5
2015-02-07 11:39:16 +01:00
Tom Fifield
8530311ff8 Ignore <option> tags in generatepot
After https://review.openstack.org/#/c/144685 merges,
the automatically generated configuration reference
tables will be marked up as
<option>option_name</option> = <replaceable>default_value</replaceable>

As none of this should be translated (option_name is the same
regardless of language), this patch updates generatepot to ignore
option_name s tagged with <option> for translation.

This should significantly reduce the number of strings required for
translation from the common directory in particular, where
many of the 8000-odd strings do not actually need translation.

Change-Id: Iedd14c6666b6072b79545082afd8e39d1011ffbf
2015-01-01 20:40:55 +08:00
Christian Berendt
5166bbb86f Remove @author tags from copyright statements
We have git to track the authorship of files. It is not necessary to use
the @author tags in the copyright statements.

Change-Id: Idf862b8d5e92a7e0f9697d4d1a95a4c225d18dde
2014-10-09 09:27:31 +02:00
Andreas Jaeger
b64661a858 Setup for translation
Setup the same way the other repos are setup.

Note that currently no jobs are run since training-guides has no
localization. But let's keep the setup in sync.

Change-Id: I7e9ced06c3ad9997d7f790a5a4d507fa13ef0490
2014-08-18 21:05:12 +02:00
Andreas Jaeger
a970b5104e Setup training-guides for translation
Note that this does not build any translated guides yet since we do not
have the guides translated properly into any language.

This infrastructure is needed to enable the translations.

Change-Id: I2accb7e713ed88a3e06edca31bb7691d2d0bc14c
2014-07-08 22:08:20 +02:00