From: Joey Hess Date: Tue, 31 Dec 2019 22:09:17 +0000 (-0400) Subject: force move X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~134^2~185 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=85fc83eaf418f88d659801af2bbcdd2dca96ab0c;p=git-annex.git force move Move will fail if the file is already on website and was re-downloaded to generate rpms with, so force makes sure it moves. --- diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index fae8d6eead..273d442274 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -153,6 +153,7 @@ makeinfos updated version = do , Param "move" , Param "--to" , Param "website" + , Param "--force" ] void $ inRepo $ runBool [ Param "annex"