bugfix: repository management

Storing everything into main instead of sub-repo
This commit is contained in:
Igor Pečovnik
2019-10-22 20:14:28 +02:00
committed by GitHub
parent fc51493f3c
commit 01229d6672

View File

@@ -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