Merge lp:~cr3/checkbox/349768 into lp:checkbox

Proposed by Marc Tardif
Status: Merged
Merged at revision: not available
Proposed branch: lp:~cr3/checkbox/349768
Merge into: lp:checkbox
Diff against target: 29 lines (+3/-3)
2 files modified
debian/changelog (+1/-0)
scripts/suspend_test (+2/-3)
To merge this branch: bzr merge lp:~cr3/checkbox/349768
Reviewer Review Type Date Requested Status
Andy Whitcroft Pending
Review via email: mp+23610@code.launchpad.net
To post a comment you must log in.
Revision history for this message
petski (petski) wrote :

You're welcome...

Revision history for this message
Marc Tardif (cr3) wrote :

Hi petski, my apologies for not giving you due credit, I just made your patch available in a branch to benefit from the convenient review process in Launchpad. My intention was not to get credit for your work but rather make it available more conveniently :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-04-17 16:14:22 +0000
+++ debian/changelog 2010-04-19 15:18:23 +0000
@@ -9,6 +9,7 @@
9 * Fixed starting the appropriate default browser on UNR (LP: #563050)9 * Fixed starting the appropriate default browser on UNR (LP: #563050)
10 * Fixed ansi_parser script when outputting to stdout (LP: #560952)10 * Fixed ansi_parser script when outputting to stdout (LP: #560952)
11 * Fixed opening the report with the gconf preferred browser (LP: #562580)11 * Fixed opening the report with the gconf preferred browser (LP: #562580)
12 * Fixed suspend_test to use relative time for wakealarm (LP: #349768)
1213
13 -- Marc Tardif <marc@ubuntu.com> Tue, 06 Apr 2010 14:17:46 -040014 -- Marc Tardif <marc@ubuntu.com> Tue, 06 Apr 2010 14:17:46 -0400
1415
1516
=== modified file 'scripts/suspend_test'
--- scripts/suspend_test 2009-03-10 17:06:06 +0000
+++ scripts/suspend_test 2010-04-19 15:18:23 +0000
@@ -109,11 +109,10 @@
109 #109 #
110 ctl='/sys/class/rtc/rtc0/wakealarm'110 ctl='/sys/class/rtc/rtc0/wakealarm'
111 if [ -f "$ctl" ]; then111 if [ -f "$ctl" ]; then
112 time=`date '+%s' -d "+ $timeout seconds"`
113 # Cancel any outstanding timers.112 # Cancel any outstanding timers.
114 echo "0" >"$ctl"113 echo "0" >"$ctl"
115 # rtcN/wakealarm uses absolute time in seconds114 # rtcN/wakealarm can use relative time in seconds
116 echo "$time" >"$ctl"115 echo "+$timeout" >"$ctl"
117 return 0116 return 0
118 fi117 fi
119 ctl='/proc/acpi/alarm'118 ctl='/proc/acpi/alarm'

Subscribers

People subscribed via source and target branches