~canonical-launchpad-branches/launchpad/+git/bzr-personal:juliank/valid-until

Last commit made on 2018-01-31
Get this branch:
git clone -b juliank/valid-until https://git.launchpad.net/~canonical-launchpad-branches/launchpad/+git/bzr-personal
Members of Canonical Launchpad Branches can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
juliank/valid-until
Repository:
lp:~canonical-launchpad-branches/launchpad/+git/bzr-personal

Recent commits

abb5f62... by Julian Andres Klode

initialize distroseries valid_until periods with maximums of parents

cc987b5... by Julian Andres Klode

isReleaseFileOutdated return False if no Release file exists yet

49516db... by Julian Andres Klode

fix default for valid_until_* in distroseries to be 0, not True

824c3f1... by Julian Andres Klode

Publisher: Fix generation of Valid-Until

This was terribly broken, datetime.utcnow() became (datetime+delta).utcnow()
which is obviously wrong. Refactor this so we call utcnow() once and then reuse
the value.

733d077... by Julian Andres Klode

Split write_valid_until into valid_until_period valid_until_expiry

984c7a9... by Julian Andres Klode

Copy write_valid_until when initializing new series

c54fa7e... by Julian Andres Klode

Add write_valid_until to distroseries interface

3ca41d5... by Julian Andres Klode

configure.zcml: Add write_valid_until

fdf5c6a... by Julian Andres Klode

Publisher: Add comment for hasValidUntil

343e3e0... by Julian Andres Klode

Publisher: Write a new Release file if Valid-Until expires in a week