chiark / gitweb /
update: warn if APK has a date that is newer than the system clock
authorHans-Christoph Steiner <hans@eds.org>
Mon, 20 Jul 2015 23:42:40 +0000 (16:42 -0700)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 23 Jul 2015 17:39:30 +0000 (10:39 -0700)
commitcef755387302a081aefed7bb3a1292c33d26deb4
treeebab0e80f61dc4e3cb291e1d476b5d7464acec8b
parentbd3ae8860804cc6f933da05887f8aa32fa9d36c6
update: warn if APK has a date that is newer than the system clock

If the date in an APK is in the future, that could cause confusion.  If the
system clock is wrong, then the APK will also have a date in the future.
This is most likely on offline signing machines, since they do not have a
time source to sync to.
fdroidserver/update.py