projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa55a83
)
force move
author
Joey Hess
<joeyh@joeyh.name>
Tue, 31 Dec 2019 22:09:17 +0000
(18:09 -0400)
committer
Joey 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
patch
|
blob
|
history
diff --git
a/Build/DistributionUpdate.hs
b/Build/DistributionUpdate.hs
index fae8d6eeadf6d5cb0f4c9afb4ae6f8e5e869e08e..273d442274fd34a2c9c31124b22ee0590af54b8e 100644
(file)
--- 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"