From: Tollef Fog Heen Date: Mon, 9 Sep 2013 11:32:26 +0000 (+0200) Subject: dak/update_db.py: Allow version numbers > 99 in db X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d58e94b5f56a1b12db9054ce39aa3dd5f0453c66;hp=d58e94b5f56a1b12db9054ce39aa3dd5f0453c66;p=dak.git dak/update_db.py: Allow version numbers > 99 in db max(['100', '99]) returns '99', not '100', so switch order around a bit to allow for higher versions. Signed-off-by: Tollef Fog Heen ---