From 01229d667230b3ea0b996eab09e1a0d90ce39e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 22 Oct 2019 20:14:28 +0200 Subject: [PATCH] bugfix: repository management Storing everything into main instead of sub-repo --- lib/general.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/general.sh b/lib/general.sh index 139c2da2b2..14fdcf428a 100644 --- a/lib/general.sh +++ b/lib/general.sh @@ -414,7 +414,7 @@ adding_packages() aptly repo search -architectures=$arch -config=${SCRIPTPATH}config/${REPO_CONFIG} $1 'Name (% '$name'), $Version (='$version'), $Architecture (='$arch')' &>/dev/null if [[ $? -ne 0 ]]; then display_alert "Adding" "$name" "info" - aptly repo add -force-replace=true -config=${SCRIPTPATH}config/${REPO_CONFIG} $release ${f} &>/dev/null + aptly repo add -force-replace=true -config=${SCRIPTPATH}config/${REPO_CONFIG} $1 ${f} &>/dev/null fi done