force move
authorJoey Hess <joeyh@joeyh.name>
Tue, 31 Dec 2019 22:09:17 +0000 (18:09 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 31 Dec 2019 22:09:17 +0000 (18:09 -0400)
Move will fail if the file is already on website and was re-downloaded
to generate rpms with, so force makes sure it moves.

Build/DistributionUpdate.hs

index fae8d6eeadf6d5cb0f4c9afb4ae6f8e5e869e08e..273d442274fd34a2c9c31124b22ee0590af54b8e 100644 (file)
@@ -153,6 +153,7 @@ makeinfos updated version = do
                , Param "move"
                , Param "--to"
                , Param "website"
+               , Param "--force"
                ]
        void $ inRepo $ runBool
                [ Param "annex"