3999476c8d
There is no reason to rely on comments in the files
used to bump the SHAs of upstream repositories.
Without this, a contributor can easily add a comment
and break the tooling, which relies on regexps and
well formated files to behave.
Instead, as this is a YAML file, we should rely on
a YAML parser in the release tooling, for more
robustness.
This fixes the issues by adding an extra key
(_git_track_branch) per repository, showing what to track.
This could be used in release tooling, and is not hurting
the existing code, as the extra keys are not loaded:
Those files are only consumed by the py_pkgs lookup, which
won't read this extra key.
Change-Id: I8fe08f389160e7be17dd56afde22173778540855
(manual cherry picked from commit 2a288e1b1e
)
34 lines
1.4 KiB
YAML
34 lines
1.4 KiB
YAML
---
|
|
# Copyright 2014, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
|
|
## NOTICE on items in this file:
|
|
## * If you use anything in the *._git_install_branch field that is not a TAG
|
|
## make sure to leave an in-line comment as to "why".
|
|
|
|
## For the sake of anyone else editing this file:
|
|
## * If you add clients to this file please do so in alphabetical order.
|
|
## * Every entry should be name spaced with the name of the client followed by an "_"
|
|
## * All items with this file should be separated by `name_` note that the name of the
|
|
## package should be one long name with no additional `_` separating it.
|
|
|
|
|
|
## Rally service
|
|
rally_git_repo: https://git.openstack.org/openstack/rally
|
|
rally_git_install_branch: 8d2faecc098130bc3c0c69fb0e610aeac6bc6c0b # HEAD of "master" as of 15.08.2017
|
|
rally_git_project_group: utility_all
|
|
rally_git_install_fragments: "venvwithindex=True&ignorerequirements=True"
|
|
rally_git_track_branch: None
|