diff -Nru phablet-tools-1.1+15.04.20150330/citrain phablet-tools-1.1+15.04.20150519/citrain --- phablet-tools-1.1+15.04.20150330/citrain 2015-03-30 23:00:22.000000000 +0000 +++ phablet-tools-1.1+15.04.20150519/citrain 2015-05-19 07:35:11.000000000 +0000 @@ -95,6 +95,7 @@ phablet-config writable-image -r $PASSWORD --ppa $PPA/$DISTRO/$SILO adb shell "echo -e '#\x21/bin/sh\necho $PASSWORD' >/tmp/askpass.sh" adb shell chmod +x /tmp/askpass.sh + adb shell "echo -e 'Package: *\nPin: release o=LP-PPA-ci-train-ppa-service-$SILO\nPin-Priority: 1100' | SUDO_ASKPASS=/tmp/askpass.sh sudo -A tee /etc/apt/preferences.d/silo.pref" adb shell SUDO_ASKPASS=/tmp/askpass.sh sudo -A apt-get -o Dir::Etc::SourceList=/dev/null update adb shell SUDO_ASKPASS=/tmp/askpass.sh sudo -A apt-get dist-upgrade --yes adb shell rm -f /tmp/askpass.sh diff -Nru phablet-tools-1.1+15.04.20150330/debian/changelog phablet-tools-1.1+15.04.20150519/debian/changelog --- phablet-tools-1.1+15.04.20150330/debian/changelog 2015-05-28 06:30:15.000000000 +0000 +++ phablet-tools-1.1+15.04.20150519/debian/changelog 2015-05-28 06:30:16.000000000 +0000 @@ -1,3 +1,18 @@ +phablet-tools (1.1+15.04.20150519-0ubuntu1) vivid; urgency=medium + + [ Zoltán Balogh ] + * Suppress warnings about deprecated UITK APIS during AP tests. Fixes + LP: #1456350 (LP: #1456350) + + -- CI Train Bot Tue, 19 May 2015 07:35:19 +0000 + +phablet-tools (1.1+15.10.20150507-0ubuntu1) wily; urgency=medium + + [ Robert Bruce Park ] + * Fix silo pinning issue. (LP: #1452190) + + -- CI Train Bot Thu, 07 May 2015 17:08:23 +0000 + phablet-tools (1.1+15.04.20150330-0ubuntu1) vivid; urgency=medium [ Robert Bruce Park ] diff -Nru phablet-tools-1.1+15.04.20150330/phablet-test-run phablet-tools-1.1+15.04.20150519/phablet-test-run --- phablet-tools-1.1+15.04.20150330/phablet-test-run 2015-03-30 23:00:16.000000000 +0000 +++ phablet-tools-1.1+15.04.20150519/phablet-test-run 2015-05-19 07:35:16.000000000 +0000 @@ -140,7 +140,7 @@ # adb shell always returns 0, so we have to do some hackery to get the # actual RC from the test { - apbase="cd /home/phablet/autopilot; autopilot3 run $VERBOSE $APEXTRA" + apbase="cd /home/phablet/autopilot;SUPPRESS_DEPRECATED_NOTE=yes autopilot3 run $VERBOSE $APEXTRA" if [ "$RESULTDIR" ]; then adb shell "$apbase -o /tmp/test_results.$APFORMAT -f $APFORMAT $TESTSUITE; echo ADB_RC=\$?" if [ $APFORMAT = "xml" ]; then