Release with upper constraints
Bump version Update README Update CHANGELOG Update example manifest Change-Id: I2744d2964cf4e7b0aeff8bddc6569140a3e1b9ae
This commit is contained in:
parent
14b8389c53
commit
4946801f16
@ -1,3 +1,7 @@
|
||||
2.2.0
|
||||
-----
|
||||
- feature: add constraint via url support
|
||||
|
||||
2.1.0
|
||||
-----
|
||||
- feature: add builder drivers using stevedore
|
||||
|
@ -59,10 +59,11 @@ giftwrap is pretty simple. The basic flow is something like this:
|
||||
3. giftwrap will clone the git repo and git ref that you specify for each of the OpenStack projects
|
||||
4. giftwrap will find the closest Gerrit Change-Id and retrieve it's build logs
|
||||
5. From the build logs, giftwrap will find the pip dependencies used for that build and record them.
|
||||
6. A new virtualenv will be built with the pip dependencies found
|
||||
7. The OpenStack project code will be installed into the same virtualenv; but with locked pip dependencies
|
||||
8. giftwrap will check [devstack](https://devstack.org) for the system dependencies necessary for that project (to be done)
|
||||
9. An [fpm](https://github.com/jordansissel/fpm) package will be built from the intersection of the python install and system dependencies
|
||||
6. If configured, giftwrap will fetch a constraints file to use to constrain the versions of things installed.
|
||||
7. A new virtualenv will be built with the pip dependencies found
|
||||
8. The OpenStack project code will be installed into the same virtualenv; but with locked pip dependencies
|
||||
9. giftwrap will check [devstack](https://devstack.org) for the system dependencies necessary for that project (to be done)
|
||||
10. An [fpm](https://github.com/jordansissel/fpm) package will be built from the intersection of the python install and system dependencies
|
||||
|
||||
DockerDockerDockerDockerDocker
|
||||
------------------------------
|
||||
|
@ -2,10 +2,12 @@
|
||||
settings:
|
||||
package_name_format: 'openstack-{{ project.name }}-{{ settings.version }}'
|
||||
build_type: package
|
||||
version: '10.0-bbc1'
|
||||
version: '2016.1-bbc1'
|
||||
base_path: '/opt/bbc/openstack-{{ settings.version }}'
|
||||
force_overwrite: true
|
||||
constraints:
|
||||
- 'https://raw.githubusercontent.com/openstack/requirements/stable/mitaka/upper-constraints.txt'
|
||||
|
||||
projects:
|
||||
- name: glance
|
||||
gitref: stable/juno
|
||||
gitref: stable/mitaka
|
||||
|
Loading…
Reference in New Issue
Block a user