commit: bb07c06ab5996b324004ac1694f04892996eac38
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Mon Jun 23 03:41:25 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 10:37:26 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=bb07c06a
emerge-webrsync: grammatically correct a comment in do_snapshot()
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/emerge-webrsync | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/emerge-webrsync b/bin/emerge-webrsync
index 5ed5bc0d4b..1b5e0055eb 100755
--- a/bin/emerge-webrsync
+++ b/bin/emerge-webrsync
@@ -505,9 +505,8 @@ do_snapshot() {
have_files=0
fi
else
+ # Check that this snapshot is of the
age it claims to be.
unixtime=$(get_unixtime_by_date
"${date}")
-
- # Check that this snapshot is what the
age it claims to be
if (( snapshot_timestamp < unixtime
|| snapshot_timestamp >
unixtime + 2 * 86400 ))
then