diff options
author | mail_redacted_for_web | 2025-01-14 20:13:00 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2025-01-14 20:13:00 +0100 |
commit | cf0e31aa7d715150aeccd1373763fcedbee4758e (patch) | |
tree | fc4ae36e4cf6161a6682e8aced5813cc71a63457 | |
parent | 2f0f9cd59ac337b238c277ea9d5afa8cefa937db (diff) | |
download | aptly-lirionde-cf0e31aa7d715150aeccd1373763fcedbee4758e.tar.bz2 |
gpg scrambles current line - line break
-rwxr-xr-x | bin/aptly-lirionde | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/aptly-lirionde b/bin/aptly-lirionde index 1d193fe..8933cd3 100755 --- a/bin/aptly-lirionde +++ b/bin/aptly-lirionde @@ -147,13 +147,13 @@ if ! aptly snapshot merge "$(date -I)" ${repjoined%,} >/dev/null 2>&1; then fi lnok -printf 'GPG pseudo operation...' +printf 'GPG pseudo operation...\n' MYLEL="$(mktemp --tmpdir lel.XXX)" printf 'lel\n' > "$MYLEL" || exit 122 gpg -eu "$GPGKEY" -r "$GPGTESTKEY" "$MYLEL" || exit 122 gpg -qd "${MYLEL}.gpg" > /dev/null || exit 122 rm "$MYLEL" "${MYLEL}.gpg" || exit 122 -printf ' done.\n' +printf '...done.\n' lnbegin "Publishing snapshot result" if ! faketime "$(date -I) 13:37:11" aptly publish snapshot \ |