diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-07-13 16:59:29 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-07-13 17:02:49 +0200 |
commit | fa54b2a294c467ddfcee5f769855a0e84fede536 (patch) | |
tree | 6f8f38003ab30c3fc737877539cc794b4e700491 | |
parent | b86a8ed4dbe4bf50c70bdf8551af78bf30c8d45e (diff) |
Add release date for buster
-rwxr-xr-x | debdate | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ import unittest # TODO: these will be read from some other file RELEASES = [ + (datetime.date(2019, 7, 6), 'buster'), (datetime.date(2017, 6, 17), 'stretch'), (datetime.date(2015, 4, 25), 'jessie'), (datetime.date(2013, 5, 4), 'wheezy'), |