Merge release tags back into master

Bug #1192039 reported by Mark McLoughlin
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Core Infrastructure
Fix Released
Medium
Monty Taylor

Bug Description

As discussed here:

  http://lists.openstack.org/pipermail/openstack-dev/2013-June/thread.html#10508

It might be nice to merge release tags back into master e.g.

  $> git checkout 0e760b3
  $> git merge -s ours 2013.2.b1
  $> git show --pretty=raw 0e760b3 | grep '^tree'
  tree aae4de9b4e193a3784d7530fdcda0cce6f905683
  $> git show --pretty=raw HEAD | grep '^tree'
  tree aae4de9b4e193a3784d7530fdcda0cce6f905683

(0e760b3 is just to show what would have been the tip of master when ttx created 2013.2.b1)

Monty says there's a few logistical issues before we can do that.

James E. Blair (corvus)
Changed in openstack-ci:
assignee: nobody → Monty Taylor (mordred)
Revision history for this message
Monty Taylor (mordred) wrote :

We're going to try doing this with swift after their 1.9.1 release.

Changed in openstack-ci:
status: New → Triaged
importance: Undecided → Medium
milestone: none → havana
Changed in openstack-ci:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.openstack.org/41927
Committed: http://github.com/openstack-infra/config/commit/50d8020efe95fcde49d588767f36e377bbffa57b
Submitter: Jenkins
Branch: master

commit 50d8020efe95fcde49d588767f36e377bbffa57b
Author: Monty Taylor <email address hidden>
Date: Wed Aug 14 10:30:41 2013 -0300

    Add job to propose tag merges

    With pbr tag-based versioning, not having the latest release tag in the
    master branch makes the output a little nasty. Add a job that makes a
    merge commit containing the tag on a release from milestone-proposed
    branch. The merge strategy it uses is 'ours' because we're not
    attempting to use this to keep code lines up to date - the expectation
    is that content added in milestone-proposed should already be in master.
    The main thing we want to do is re-connect the revision and tag history
    with master, so that things like 'git tag --contains' work.

    Closes-Bug: 1192039
    Change-Id: I06c06bd7542ae493e74fdcaa3c4419f84843cd03

Changed in openstack-ci:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.