diff options
author | mail_redacted_for_web | 2025-07-25 23:58:37 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2025-07-25 23:58:37 +0200 |
commit | f40da0443ed70ebeb683e2fe37e80f217e1ba385 (patch) | |
tree | fca7de4124363cd73bdcbfdd40e0b6217eeda00f | |
parent | c7cdceb51f83e0b2d8691b9f52231a8e9d78ad47 (diff) | |
download | packages.lirion.de-0.7.0.tar.bz2 |
drop faketime shenanigang on aptly, too0.7.0
-rwxr-xr-x | aptly/bin/aptly-lirionde | 4 |
1 files changed, 2 insertions, 2 deletions
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 |