← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~vthompson/ubuntu-clock-app/update-ap-instructions into lp:ubuntu-clock-app

 

Victor Thompson has proposed merging lp:~vthompson/ubuntu-clock-app/update-ap-instructions into lp:ubuntu-clock-app.

Commit message:
* Update adt-run example in README.autopilot with correct click pkg name.

Requested reviews:
  Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot): continuous-integration
  Ubuntu Clock Developers (ubuntu-clock-dev)

For more details, see:
https://code.launchpad.net/~vthompson/ubuntu-clock-app/update-ap-instructions/+merge/265219

* Update adt-run example in README.autopilot with correct click pkg name.

I was going through the process of running the AP tests for Weather and was referencing the clock app's examples and noticed that the click pkg name was inaccurate.
-- 
Your team Ubuntu Clock Developers is requested to review the proposed merge of lp:~vthompson/ubuntu-clock-app/update-ap-instructions into lp:ubuntu-clock-app.
=== modified file 'README.autopilot'
--- README.autopilot	2015-06-17 15:10:06 +0000
+++ README.autopilot	2015-07-19 17:33:17 +0000
@@ -50,4 +50,4 @@
 Using autopkg:
 
 1. navigate to the directory where the ubuntu-clock-app branch is and run:
-  $ adt-run ubuntu-clock-app --click=com.ubuntu.clock.devel --- ssh -s adb -p YOURPASSWORD
+  $ adt-run ubuntu-clock-app --click=com.ubuntu.clock --- ssh -s adb -p YOURPASSWORD

=== modified file 'debian/changelog'
--- debian/changelog	2015-07-16 21:04:15 +0000
+++ debian/changelog	2015-07-19 17:33:17 +0000
@@ -9,6 +9,7 @@
 
   [ Victor Thompson ]
   * Use city for location if available (LP: #1465496)
+  * Update adt-run example in README.autopilot with correct click pkg name.
 
   [ Bartosz Kosiorek ]
   * Add more time choices for snooze time (LP: #1450767)