Merge "Fix the yaml-alphabetized job"

This commit is contained in:
Jenkins 2013-12-19 01:14:36 +00:00 committed by Gerrit Code Review
commit 2400666b22

View File

@ -9,7 +9,7 @@ trap "rm -rf $TMPDIR" EXIT
pushd $TMPDIR
sed -e '/^- project: /!d' -e 's/^- project: //' \
modules/openstack_project/templates/review.projects.yaml.erb \
$OLDPWD/modules/openstack_project/templates/review.projects.yaml.erb \
> projects_list
LC_ALL=C sort projects_list -o projects_list.sorted