releases/openstack_releases/cmds
Doug Hellmann 6647d6a6b4 fix the calculation used for finding release history
reversed() must be passed a sequence data structure, not a generator.

We cannot slide the result of reversed() so turn it back into a list
so we can slice it.

Include all of the series starting with and including the one given so
that when it is the final series we can still include it in
calculations.

Change-Id: Idbaab36014271c7a60bec6d8a04fc69d51eb13d1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-07-19 11:52:07 -04:00
..
__init__.py Refactor validation script 2015-07-23 17:33:03 +00:00
check_diff_start.py Upgrade hacking 1.x 2018-02-11 18:01:01 +01:00
check_schema.py generate the series status table from data 2018-04-20 14:05:04 -04:00
edit_deliverable.py add import-eol-tag subcommand to edit-deliverable 2018-06-18 09:11:56 -04:00
find_gerrit_acl_issues.py add a script to examine the gerrit acls for issues 2018-02-23 11:52:07 -05:00
get_deliverable_owner.py convert get-deliverable-owner to use the object model classes 2018-03-08 13:26:24 -05:00
init_series.py init_series: no longer skip over unreleased 2018-07-04 18:05:52 +02:00
interactive_release.py Use https for docs.openstack.org (1/7) 2017-04-30 18:01:36 +02:00
list_changes.py add --force alias for --no-shortcut option to list-changes 2018-04-27 17:30:34 -04:00
list_constraints.py list_constraints: handle unreleased deliverables 2018-02-02 13:58:51 -06:00
list_deliverables.py Merge "add --forced filter argument to list-deliverables" 2018-06-13 17:21:48 +00:00
mail.py import the send-mail command from the release_tools repository 2017-10-03 16:24:45 -04:00
make_tracking_pad.py use yamlutils.loads() everywhere instead of yaml.safe_load() 2017-08-01 17:50:37 -04:00
missing.py ignore pypi check for pre-releases in missing-releases 2018-03-07 10:49:50 -05:00
new_release.py fix the calculation used for finding release history 2018-07-19 11:52:07 -04:00
propose_final_releases.py update propose-final-releases to work with object model classes 2018-03-08 13:18:31 -05:00
propose_library_branches.py add --dry-run to propose-library-branches 2018-01-29 19:32:51 -05:00
reformat_yaml.py fix format-yaml to work with python 3 2017-07-31 17:11:02 -04:00
release_notes.py add release notes output to the list-changes job 2017-10-11 13:44:46 -04:00
validate.py add support for $series-em tags 2018-06-28 16:08:07 -04:00