From 9e8897aeadb2aa51b70c5fc0ed1ae281b015d146 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 22 Aug 2010 22:01:09 +0200 Subject: add makepkg.conf for [multilib] --- cron-jobs/adjust-permissions | 2 ++ cron-jobs/create-filelists | 2 +- cron-jobs/sourceballs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'cron-jobs') diff --git a/cron-jobs/adjust-permissions b/cron-jobs/adjust-permissions index 6acfcf2..2cc8b40 100755 --- a/cron-jobs/adjust-permissions +++ b/cron-jobs/adjust-permissions @@ -19,6 +19,8 @@ get_dir_owner() { echo "root:tusers" ;; community-testing) echo "root:tusers" ;; + multilib) + echo "root:tusers" ;; pool/packages) echo "ftp:ftp-extra" ;; pool/community) diff --git a/cron-jobs/create-filelists b/cron-jobs/create-filelists index fd07617..e280f84 100755 --- a/cron-jobs/create-filelists +++ b/cron-jobs/create-filelists @@ -5,7 +5,7 @@ reposdir=${FTP_BASE} targetdir=${FTP_BASE} -repos=(core extra testing community community-testing staging) +repos=(core extra testing community community-testing staging multilib) script_lock diff --git a/cron-jobs/sourceballs b/cron-jobs/sourceballs index a6f7a19..a482eb7 100755 --- a/cron-jobs/sourceballs +++ b/cron-jobs/sourceballs @@ -5,7 +5,7 @@ ftpbase="${FTP_BASE}" srcbase="${FTP_BASE}/sources" -repos=(core extra testing community community-testing staging) +repos=(core extra testing community community-testing staging multilib) script_lock -- cgit v1.2.3-24-g4f1b