0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-25 13:33:48 +00:00

Update handling of uploads of DEB packages to our new infrastructure. ()

This significantly simplifies handling on the server itself.
This commit is contained in:
Austin S. Hemmelgarn 2023-01-12 10:14:03 -05:00 committed by GitHub
parent cd49869fbd
commit 97b2935035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ mkdir -p "${staging}"
case "${format}" in
deb)
src="${staging}/$(echo "${distro}" | cut -f 1 -d '/')/pool/"
src="${staging}/${distro}"
mkdir -p "${src}"
for pkg in ${packages}; do