move to todo

This commit is contained in:
Joey Hess 2015-02-04 15:53:19 -04:00
parent 41cd98c869
commit 41d462001d
2 changed files with 0 additions and 0 deletions

View file

@ -1,14 +0,0 @@
I hope this has not been mentioned before. I only found in mentioned in a comment of a devblog post.
### Please describe the problem.
With `git annex assistant` running, consistency checks is sometimes triggered while the computer is battery-powered (as opposed to plugged into AC).
### What steps will reproduce the problem?
Configure `git annex assistant` to make consistency check daily (or whatever the default is), unplug from power and wait.
### What version of git-annex are you using? On what operating system?
`5.20141231` on Archlinux 64 bit. (From the changelog I guess it's also present in the newest version).
### Please provide any additional information below.
It would be nice if one could toggle whether consistency check may run while not plugged into AC.

View file

@ -1,15 +0,0 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2015-02-04T19:48:10Z"
content="""
I agree this would be nice. However, how to detect if it's on battery?
Debian has a `on_ac_power` command which is rather complicated; 88 lines of
code that deal with APM, PMU (powerpc), and two different kernel interfaces
for ACPI (new sysfs and old /proc/acpi).
Then there's OSX, Windows, Android..
I'm going to move this from bugs to todo.
"""]]