Repository management fixes
Let's leave DEV kernels as is Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
parent
273fb7dea4
commit
7b2dd51f86
@ -706,10 +706,9 @@ repo-manipulate() {
|
||||
;;
|
||||
purge)
|
||||
for release in "${DISTROS[@]}"; do
|
||||
aptly repo remove -config=${BLTPATH}config/aptly.conf "${release}" 'Name (% linux-*dev*)'
|
||||
repo-remove-old-packages "$release" "armhf" "3"
|
||||
repo-remove-old-packages "$release" "arm64" "3"
|
||||
repo-remove-old-packages "$release" "all" "3"
|
||||
repo-remove-old-packages "$release" "armhf" "5"
|
||||
repo-remove-old-packages "$release" "arm64" "5"
|
||||
repo-remove-old-packages "$release" "all" "5"
|
||||
aptly -config="${SCRIPTPATH}"config/${REPO_CONFIG} -passphrase="${GPG_PASS}" publish update "${release}" > /dev/null 2>&1
|
||||
done
|
||||
exit 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user