make commits to downloads repo with the git-annex distribution signing key
This commit is contained in:
parent
d1520137d3
commit
349eefc768
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,7 @@ makeinfos updated version = do
|
|||
void $ inRepo $ runBool
|
||||
[ Param "commit"
|
||||
, Param "-a"
|
||||
, Param "-S89C809CB" -- git-annex distribution signing key
|
||||
, Param "-m"
|
||||
, Param $ "publishing git-annex " ++ version
|
||||
]
|
||||
|
@ -125,6 +126,7 @@ makeinfos updated version = do
|
|||
void $ inRepo $ runBool
|
||||
[ Param "commit"
|
||||
, Param "-m"
|
||||
, Param "-S89C809CB" -- git-annex distribution signing key
|
||||
, Param $ "updated info files for git-annex " ++ version
|
||||
]
|
||||
void $ inRepo $ runBool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue