Comment 37 for bug 494481

Revision history for this message
Max Bowsher (maxb) wrote :

And for cairo-dock-plug-ins, I propose that we:

# Back up the existing branches

bzr branch --no-tree bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/lucid/cairo-dock-plug-ins cairo-dock-plug-ins-tmp
cd cairo-doc-plug-ins-tmp
bzr push bzr+ssh://bazaar.launchpad.net/~ubuntu-branches/ubuntu/lucid/cairo-dock-plug-ins/lucid-`date +%Y%m%d%H%M`
bzr pull bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/maverick/cairo-dock-plug-ins
bzr push bzr+ssh://bazaar.launchpad.net/~ubuntu-branches/ubuntu/maverick/cairo-dock-plug-ins/maverick-`date +%Y%m%d%H%M`
cd ..
rm -r cairo-dock-plug-ins-tmp

# (There are no extra revisions in natty / oneiric beyond those in the maverick branch)

# Now pop off the manual commits that mix upstream and packaging

for d in lucid maverick natty oneiric; do
bzr uncommit -r tag:2.1.3-6-0ubuntu1 nosmart+bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/$d/cairo-dock-plug-ins
bzr tag -d bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/$d/cairo-dock-plug-ins --delete 2.1.3-10-lucid-0ubuntu1
bzr tag -d bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/$d/cairo-dock-plug-ins --delete 2.1.3-10-lucid-0ubuntu2
done