remove default storage path variables from configuration and update log message for published repositories

This commit is contained in:
Daniel Akulenok
2026-04-08 22:12:29 +02:00
parent ca436981e1
commit 1cb72a0ca5
3 changed files with 1 additions and 18 deletions

View File

@@ -334,7 +334,7 @@ do_publish() {
snapshot_and_publish_ubuntu
log "=== Publish complete ==="
log ""
log "Repositories are published under ${PUBLISH_ROOT:-~/.aptly/public}/"
log "Repositories are published under ~/.aptly/public/"
log ""
log "Client sources.list entries:"
for codename in "${!DEBIAN_RELEASES[@]}"; do