set 6.20180626 as urgent upgrade

This causes the webapp to tell the user's it's an urgent upgrade, which
this security fix is.
This commit is contained in:
Joey Hess 2018-06-25 21:50:38 -04:00
parent fd725a0bb1
commit 74890e1457
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -126,7 +126,7 @@ makeinfos updated version = do
, distributionKey = k , distributionKey = k
, distributionVersion = bv , distributionVersion = bv
, distributionReleasedate = now , distributionReleasedate = now
, distributionUrgentUpgrade = Nothing , distributionUrgentUpgrade = Just "6.20180626"
} }
liftIO $ writeFile infofile $ formatInfoFile d liftIO $ writeFile infofile $ formatInfoFile d
void $ inRepo $ runBool [Param "add", File infofile] void $ inRepo $ runBool [Param "add", File infofile]