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:
parent
fd725a0bb1
commit
74890e1457
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue