From: Michael Tremer Date: Tue, 3 Dec 2024 18:33:09 +0000 (+0000) Subject: jenkins: Use apt-ftparchive for everything X-Git-Tag: 0.9.30~772 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38fb618bd0ce68705d8d472d387b0766278cbd58;p=pakfire.git jenkins: Use apt-ftparchive for everything Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index ef949538d..49f318614 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -333,7 +333,7 @@ pipeline { sh "cp -v uploads/*.deb pool/${DISTRO}/main/${ARCH}" // Generate Packages - sh "dpkg-scanpackages pool/${DISTRO}/main/${ARCH} \ + sh "apt-ftparchive packages pool/${DISTRO}/main/${ARCH} \ > dists/${DISTRO}/main/binary-${ARCH}/Packages" // Compress Packages @@ -341,7 +341,7 @@ pipeline { > dists/${DISTRO}/main/binary-${ARCH}/Packages.xz" // Generate Sources - sh "dpkg-scansources pool/${DISTRO}/main/${ARCH} \ + sh "apt-ftparchive sources pool/${DISTRO}/main/${ARCH} \ > dists/${DISTRO}/main/source/Sources" // Compress Sources