Skip to content

Commit

Permalink
feat(builder): Create lastupdate file
Browse files Browse the repository at this point in the history
  • Loading branch information
JustTNE committed Oct 18, 2024
1 parent 09742fa commit 53bfece
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builder-container/add-database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ function post-deploy() {
(clean-sigs -q) || true
(clean-landing-zone -q) || true

# This file contains the timestamp of the last package addition
# This is how we know when mirrors are up to date or not
date +'%s' >"${REPO_DIR}/../lastupdate"

# kill gpg-agent
gpgconf --kill gpg-agent

Expand Down

0 comments on commit 53bfece

Please sign in to comment.