LGTM, thanks
On Thu, Mar 20, 2014 at 10:35 AM, Thomas Thrainer <[email protected]>wrote: > With the really slow QA's it makes sense to schedule releases more than > 3 days in advance, like in this case where the release on Monday is > scheduled on Thursday. > > Signed-off-by: Thomas Thrainer <[email protected]> > --- > autotools/check-news | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/autotools/check-news b/autotools/check-news > index 1405b58..716db4f 100755 > --- a/autotools/check-news > +++ b/autotools/check-news > @@ -42,7 +42,7 @@ UNRELEASED_RE = re.compile(r"^\*\(unreleased\)\*$") > VERSION_RE = re.compile(r"^Version (\d+(\.\d+)+( (alpha|beta|rc)\d+)?)$") > > #: How many days release timestamps may be in the future > -TIMESTAMP_FUTURE_DAYS_MAX = 3 > +TIMESTAMP_FUTURE_DAYS_MAX = 5 > > errors = [] > > -- > 1.9.0.279.gdc9e3eb > > -- -- Helga Velroyen | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
