← Back to team overview

lubuntu-qa team mailing list archive

Re: Proposed Alternate test case changes

 

The workflow is like this:

1. Get the code: `bzr branch lp:ubuntu-manual-tests`
2. Edit the files you want to change
3. Add the files to your commit (which should be recursive): `bzr add`
4. Check that you don't have any changed files that are not committed:
`bzr status`
5. Commit the changes: `bzr commit`
6. Push the changes upstream (usually to your own directory): `bzr
push lp:~wxl/ubuntu-manual-tests/alternative-manual`
7. Submit the merge proposal. I've never done this but supposedly you
can do it at the command line, too, with `bzr lp-propose-merge`

If you have files that weren't included in your commit or changes that
weren't committed, it's likely because you didn't add them. Sometimes
it's good to be explicit about things. Like stay in the root of the
branch and edit from there. And don't forget you can include multiple
commits in one push. Example:

cd ubuntu-manual-tests
vi testcases/image/1439_Alternate\ Install\ \(Encryption\)
bzr add testcases/image/1439_Alternate\ Install\ \(Encryption\)
bzr commit -m "did some stuff with the alternate install for encryption"
vi testcases/packages/LXDE/1510_Lxtask
bzr add testcases/packages/LXDE/1510_Lxtask
bzr commit -m "got down with lxtask"
bzr push lp:~wxl/ubuntu-manual-tests/buncho-changes

Hope that helps.

On Thu, Mar 5, 2015 at 12:19 PM, Lars Noodén <lars.nooden@xxxxxxxxx> wrote:
> Here are some proposed changes to the Alternate test case regarding
> encryption.  Nio and I have been corresponding off list about it and I
> think I have the right changes in bazaar:
>
> https://code.launchpad.net/~larsnooden/ubuntu-manual-tests/trunk/+merge/252016
>
> Only the one file is changed.  Maybe there was a way to checkout only a
> single file.
>
> Walter, is this in the right direction?
>
> Regards,
> Lars
>
> --
> Mailing list: https://launchpad.net/~lubuntu-qa
> Post to     : lubuntu-qa@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~lubuntu-qa
> More help   : https://help.launchpad.net/ListHelp



-- 
@wxl | http://polka.bike
Lubuntu Release Manager, Head of QA
Ubuntu PPC Point of Contact
Ubuntu Oregon LoCo Team Leader
Eugene Unix & GNU/Linux User Group Co-Organizer


References