From bdc50e3ecd4bd0a1e02e66f331ea7084cb61882b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 10 Nov 2008 10:43:13 -0800 Subject: Remove chmod on /home/aur/* This one portion of the adjust-permissions script takes over a minute of wall clock time to run on gerolde when no other cron jobs are running. It takes three minutes when we hit the hour mark on the clock due to everything else going at the same time. A find on /home/aur/unsupported reveals this command will need to touch ~77000 files. Signed-off-by: Dan McGee Signed-off-by: Aaron Griffin --- cron-jobs/adjust-permissions | 2 -- 1 file changed, 2 deletions(-) (limited to 'cron-jobs/adjust-permissions') diff --git a/cron-jobs/adjust-permissions b/cron-jobs/adjust-permissions index 88ec006..232d48a 100755 --- a/cron-jobs/adjust-permissions +++ b/cron-jobs/adjust-permissions @@ -13,8 +13,6 @@ cd /home/ftp /bin/chown -R ftp:ftp-extra {extra,testing}/os/x86_64 /bin/chown -R ftp:aur community -/bin/chmod -R g+w /home/aur/unsupported{,-temp} - for d in core extra testing community; do /bin/chmod -R g+w $d/os/i686 /bin/chmod -R g+w $d/os/x86_64 -- cgit v1.2.3-24-g4f1b