From b4165da762a8cb41692a8ab8b3aa78ddc8fcf343 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 30 Aug 2017 21:13:34 +0200 Subject: bin/common-functions: remove_old_package_versions: split off architecture from repository --- bin/common-functions | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bin/common-functions') diff --git a/bin/common-functions b/bin/common-functions index 377efe5..e6acc53 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -392,13 +392,14 @@ ls_master_mirror() { } -# remove_old_package_versions $directory $package_file -# removes all other versions of $package_file in $directory on the master mirror +# remove_old_package_versions $arch $repository $package_file +# removes all older versions of $package_file for architecture $arch in all +# repositories not-older than $repository remove_old_package_versions() { - local directory="$1" - local package="$2" + local directory="$1/$2" + local package="$3" local pkgname="${package%-*-*-*.pkg.tar.xz}" -- cgit v1.2.3-54-g00ecf