switch to createrepo_c
createrepo used python2 and got removed from debian
This commit is contained in:
parent
6280af2901
commit
fe4725d66e
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
- from the autobuild).
|
||||
-
|
||||
- Builds standalone rpms from the standalone tarballs, and populates
|
||||
- a rpm package repository with them using the createrepo program.
|
||||
- a rpm package repository with them using the createrepo_c program.
|
||||
-
|
||||
- Also gpg signs the files.
|
||||
-}
|
||||
|
@ -238,7 +238,7 @@ buildrpms topdir l = do
|
|||
, File rpmrepo
|
||||
]
|
||||
void $ inRepo $ runBool [Param "annex", Param "get", File rpmrepo]
|
||||
void $ liftIO $ boolSystem "createrepo" [File rpmrepo]
|
||||
void $ liftIO $ boolSystem "createrepo_c" [File rpmrepo]
|
||||
void $ inRepo $ runBool [Param "annex", Param "add", File rpmrepo]
|
||||
where
|
||||
isstandalonetarball tararch f =
|
||||
|
|
Loading…
Reference in a new issue