summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-04-24 13:26:24 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-04-24 18:27:07 -0400
commitbb93d88cf2dc1174b74f39abb823e084867556e1 (patch)
treeb666eef7c8cb832c79fad8d7a3f7c13f462ad8da
parent1e733accbe9a2907a198185a1ca16db82eb19946 (diff)
db-import-pkg: Don't mess with ${FTP_BASE}/lastsync
lastsync is updated every 10 minutes, to check when mirrors last synced with us. It is not related to db-import-pkg (formerly known as db-sync). It looks like this was added in 2c72fef7 by mtjm in 2014. He added it in 2 places; the other one was already reverted (by me, in acaa58d1 in 2016).
-rwxr-xr-xdb-import-pkg2
1 files changed, 0 insertions, 2 deletions
diff --git a/db-import-pkg b/db-import-pkg
index b4bf9c9..4b11a7b 100755
--- a/db-import-pkg
+++ b/db-import-pkg
@@ -349,8 +349,6 @@ main() {
make_repo_dbs "$_repo" "$_arch"
done
done
-
- date -u +%s > "${FTP_BASE}/lastsync"
}
main "$@"