On Wed, Jul 20, 2016 at 2:29 PM, Alan Pevec <[email protected]> wrote:
> > git clone https://git.openstack.org/openstack/tripleo-heat-templates > > cd tripleo-heat-templates/ > > git checkout -b stable/mitaka origin/stable/mitaka > > ^ this is manually switching to the stable source branch > > > sed -i -e "s%distro=.*%distro=rpm-mitaka%" projects.ini > > sed -i -e "s%source=.*%source=stable/mitaka%" projects.ini > > ^ this configures dlrn to the correct combination of distro and source > branches, but ... > > > ./venv/bin/dlrn --config-file projects.ini --head-only --package-name > > openstack-tripleo-heat-templates --local > > ^ ... --local here keeps local checkout untouched, so you end up with > default rpm-master in distro git checkout. > If you remove --local it will reset local checkouts to the branches > specified in projects.ini > > Alan, I don't want to reset local checkouts and reset branches - I need to build with these checkout, it's all CI is for. > Alan > -- Best regards Sagi Shnaidman
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
