Skip to content
Snippets Groups Projects
Commit 0b2ae245 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig) Committed by Pierre Schmitz
Browse files

Update mtime of chroot when building


Makes the chroot mtime a useful indicator of last usage.

Signed-off-by: default avatarPierre Schmitz <pierre@archlinux.de>
parent fdd079f3
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,9 @@ create_chroot() { ...@@ -157,6 +157,9 @@ create_chroot() {
# Drop the read lock again # Drop the read lock again
exec 8>&- exec 8>&-
fi fi
# Update mtime
touch "$copydir"
} }
clean_temporary() { clean_temporary() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment