2a288e1b1e
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
39 lines
1.7 KiB
YAML
39 lines
1.7 KiB
YAML
---
|
|
# Copyright 2016, 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 services 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.
|
|
|
|
|
|
### Before this is shipped all of these services should have a tag set as the branch,
|
|
### or have a comment / reason attached to them as to why a tag can not work.
|
|
|
|
|
|
## Gnocchi service
|
|
## This service has a different stable branch strategy to the rest of OpenStack.
|
|
## The SHA is recorded here to make the SHA updating easier.
|
|
gnocchi_git_repo: https://github.com/gnocchixyz/gnocchi
|
|
gnocchi_git_install_branch: 8099dfc2a30ddf305d9f904de0106e4dd5e56147 # HEAD of "master" as of 08.08.2018
|
|
gnocchi_git_project_group: gnocchi_all
|
|
gnocchi_git_track_branch: master
|