[utah-devel] UTAH Weekly Meeting

2012-10-11 Thread Joe Talbott
Attendees:
  Gema Gomez-Solano
  Javier Collado
  James Page
  Joe Talbott
  Max Brustkern
  

Notes:
  Max
- working on training material
- working on fixing bugs in jenkins
- will merge into stable (i.e. trunk) branch
  
  Joe
- updated 'fetch_cmd' to 'fetch_method' and 'fetch_location'
- will walk through training material and update for latest changes.
  
  Javier
- updated package installation method.
- merge proposal handling.
- fix duplicated questions in preseeds
- allow empty ts_control file
- testcase migration - postponed to fix UTAH issues on Quantal
  
  Gema
- Need to have UTAH working on Quantal for UDS
  
  James
- no updates

Bug Report:
  To follow.

-- 
Ubuntu-utah-devel mailing list
Ubuntu-utah-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-utah-devel


[utah-devel] Attention - fetch_cmd has changed in the dev branch

2012-10-11 Thread Joe Talbott
Hi All,

If you're using lp:utah or the daily ppa please note.

In your master.run files 'fetch_cmd' has been deprecated in favor of
'fetch_method' and 'fetch_location'.  This allows us better control of
the testsuite fetch process and tracability, as we can now determine the
revision of the testsuite being used.

fetch_method - One of 'bzr', 'bzr-export', or 'git'
  'bzr' does a 'bzr branch fetch_location'.
  'bzr-export' does a 'bzr export fetch_location'.
  'git' does a 'git clone fetch_location'.

fetch_location - Should be a valid repository location for the supplied
fetch_method.  Either remote or local repositories should work.

One caveat to note is that bzr-export requires getting the revision
information from the repository versus the working tree and thus
introduces a small race where an update can happen between pulling the
repo and checking the revision.

This work is in utah/client/common.py and has been designed to make
adding new version control systems as easy as possible.

Thanks,
Joe

-- 
Ubuntu-utah-devel mailing list
Ubuntu-utah-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-utah-devel