diff mbox

[Branch,~linaro-image-tools/linaro-image-tools/trunk] Rev 552: [merge] Elaborate test dependencies in README.

Message ID 20120828131211.12250.55116.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Paul Sokolovsky Aug. 28, 2012, 1:12 p.m. UTC
Merge authors:
  Paul Sokolovsky (pfalcon)
Related merge proposals:
  https://code.launchpad.net/~pfalcon/linaro-image-tools/readme-tests/+merge/121435
  proposed by: Paul Sokolovsky (pfalcon)
  review: Approve - James Tunnicliffe (dooferlad)
------------------------------------------------------------
revno: 552 [merge]
committer: Paul Sokolovsky <paul.sokolovsky@linaro.org>
branch nick: trunk
timestamp: Tue 2012-08-28 16:10:52 +0300
message:
  [merge] Elaborate test dependencies in README.
modified:
  README


--
lp:linaro-image-tools
https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk

You are subscribed to branch lp:linaro-image-tools.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'README'
--- README	2012-06-20 12:49:22 +0000
+++ README	2012-08-28 10:16:21 +0000
@@ -29,16 +29,29 @@ 
   - python-argparse
   - dpkg-dev
   - python-parted
-  - python-dbus
+  - python-dbus (and dbus, udisks)
   - python-apt
   - qemu-kvm
-  - sfdisk
+  - sfdisk (from util-linux)
   - apt-utils
+  - pep8
 
 Also consider installing pyflakes, which is optional but will enable more
 tests.
 
-And run the following command:
+Some of the packages above require fixes, which are as of Ubuntu 12.04 are
+not yet in upstream, so using Linaro PPA is required:
+
+  $ sudo add-apt-repository ppa:linaro-maintainers/tools
+
+Then, you can install all packages listed above in one go with the following
+command:
+
+  $ sudo apt-get install testrepository python-testtools python-debian \
+        python-argparse dpkg-dev python-parted dbus udisks python-dbus \
+        python-apt qemu-kvm util-linux apt-utils pep8 pyflakes
+
+To initialized testsuite, run the following command:
 
   $ testr init