← Back to team overview

ubuntu-phone team mailing list archive

Re: Updates on RTM branch landing details

 

On Wed, Aug 27, 2014 at 8:27 AM, Martin Pitt <martin.pitt@xxxxxxxxxx> wrote:
>> If the changes are already in utopic, but we do not expect any further
>> changes on a package, thus it won't get a silo through normal activity,
>> what is the recommended way to get it synced to ubuntu-rtm, as it's
>> clear this won't happen automatically by the landing team?
>
> For the record, "copy-package" from ubuntu-archive-tools can copy a
> source (with our without binaries) from anywhere to anywhere, in
> particular from ubuntu to ubuntu-rtm (I did that yesterday with fresh
> langpacks, including binaries as they are arch: all), or also from
> ubuntu to any PPA (i. e. silo).

Yes, I have now this simple one-liner script rtm-copy.sh:

./copy-package -d ubuntu -s utopic --to-distribution=ubuntu-rtm
--to-suite=14.09 --to-ppa=ci-train-ppa-service
--to-ppa-name=landing-$1 $2

Which I use like: ./rtm-copy.sh 016 platform-api

Then I run the 'build' with 'watch only' when the package at
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu-rtm/landing-016/+packages
is shown as Published (instead of Pending).

-Timo

(for the copy-package, bzr branch lp:ubuntu-archive-tools)


References