Commit Graph

9 Commits

Author SHA1 Message Date
Jeremy Stanley 39a82df080 This repository is now retired
The Release Management Team ceased using this months ago. Its
contents are replaced with a retirement notice so that potential
users will realize it is no longer maintained. Publicly announced
at:

http://lists.openstack.org/pipermail/openstack-dev/2018-June/131920.html

Change-Id: Ia30884174c43ef1c1afcc1f4a18b3c0051a89d8e
Depends-On: https://review.openstack.org/579185
2018-06-29 15:27:19 +00:00
Doug Hellmann 669e9ff1ea add missing lib files for presentation
Change-Id: Ie1dd5bc6051c60c50b60fec27748a40a2b7eb233
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-02-23 18:01:52 -05:00
Robert Collins c8ec5a21b1 Ignore setuptool's .eggs dir.
Change-Id: I37999fe0190540ecd91556448331df9abed5c109
2015-07-08 13:18:10 +12:00
Doug Hellmann eedba95ce5 Save email body for release notes
Save the release notes to a file in a format that's convenient for bulk
deliver to the mailing list when releasing many projects at once.

Change-Id: Ib71afa0343bfe2a216f981225942e4fd366b2f56
2015-06-15 11:01:25 -04:00
Doug Hellmann 7a05e36062 Add make_feature_branch.sh
Add a script for creating feature branches.

Move the code for updating the .gitreview file of a branch to a function
that can be reused by make_library_stable_branch.sh and the new
make_feature_branch.sh.

Change-Id: Ic40df4de12380dacb97dd606a30edfdbbe4196a8
2015-06-05 15:21:06 -04:00
Doug Hellmann 7c17f7b886 Add list_unreleased_changes.sh
Add a script to list the changes in a given branch of a set of
repositories.

Change-Id: I3ed3df4fb640f20d9d86eb0a9618fbb67a58be77
2015-05-01 14:35:24 +00:00
Matt Riedemann e6c1080474 Add .venv to .gitignore
The Oslo ReleaseProcess wiki tells you to create a .venv for running
release_library.sh:

https://wiki.openstack.org/wiki/Oslo/ReleaseProcess

This adds .venv to .gitignore in case you made changes while doing the
release and want to push those up.

Change-Id: Ic1c050645bb9c10fdc97f1f2697c0ff63faa0f50
2015-03-02 07:20:57 -08:00
Doug Hellmann 1bbf15a1be ignore release-tag-* temporary directories
Change-Id: I9157bd60f7c8ed5c9cf7cf3675dcab5e6f8ffe95
2015-01-29 10:37:06 -05:00
Sergey Lukjanov 90428c5246 Initial setup of python project layout
It's a result of partially applied cookiecutter template for OpenStack
projects. We need it to be able to commit new patches.

Change-Id: Ib980b8924921da3b7e2740ecac05ce8d34c43951
2013-12-10 22:22:50 +04:00