From f40da0443ed70ebeb683e2fe37e80f217e1ba385 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Fri, 25 Jul 2025 23:58:37 +0200 Subject: drop faketime shenanigang on aptly, too --- aptly/bin/aptly-lirionde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aptly/bin/aptly-lirionde') diff --git a/aptly/bin/aptly-lirionde b/aptly/bin/aptly-lirionde index 8933cd3..be14e2b 100755 --- a/aptly/bin/aptly-lirionde +++ b/aptly/bin/aptly-lirionde @@ -130,7 +130,7 @@ lnbegin "Creating fresh snapshots" for rep in "${MYREPS[@]}"; do lnprog "$rep" sleep 0.271828 - if ! faketime "$(date -I) 13:37:08" aptly snapshot create \ + if ! aptly snapshot create \ "${rep}-$(date -I)" from repo "$rep" >/dev/null 2>&1; then lnfail exit 120 @@ -156,7 +156,7 @@ rm "$MYLEL" "${MYLEL}.gpg" || exit 122 printf '...done.\n' lnbegin "Publishing snapshot result" -if ! faketime "$(date -I) 13:37:11" aptly publish snapshot \ +if ! aptly publish snapshot \ -gpg-key="$GPGKEY" -distribution='all' "$(date -I)" >/dev/null 2>&1; then lnfail exit 123 -- cgit v1.2.3