git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/aptly
diff options
context:
space:
mode:
Diffstat (limited to 'aptly')
-rwxr-xr-xaptly/bin/aptly-lirionde4
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