From fe4725d66e63ca5236804311569d1a9ebe88771a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 25 Dec 2020 16:32:03 -0400 Subject: [PATCH] switch to createrepo_c createrepo used python2 and got removed from debian --- Build/DistributionUpdate.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index 78111d0cd7..a5e92d7ee9 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -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 = -- 2.30.2