From a3a43e54b6c673829a06b9bedcf8072c0358e0aa Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 2 Sep 2008 00:12:46 -0500 Subject: Remove the unstable repository Signed-off-by: Aaron Griffin --- cron-jobs/adjust-permissions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cron-jobs/adjust-permissions b/cron-jobs/adjust-permissions index 7f7e4c8..88ec006 100755 --- a/cron-jobs/adjust-permissions +++ b/cron-jobs/adjust-permissions @@ -9,13 +9,13 @@ fi cd /home/ftp /bin/chown -R ftp:ftp-arch core/os/i686 /bin/chown -R ftp:ftp-arch core/os/x86_64 -/bin/chown -R ftp:ftp-extra {extra,unstable,testing}/os/i686 -/bin/chown -R ftp:ftp-extra {extra,unstable,testing}/os/x86_64 +/bin/chown -R ftp:ftp-extra {extra,testing}/os/i686 +/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 unstable testing community; do +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 done -- cgit v1.2.3-2-g168b