diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-08-22 22:01:09 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-08-22 22:01:09 +0200 |
commit | 9e8897aeadb2aa51b70c5fc0ed1ae281b015d146 (patch) | |
tree | 2634ed58087df789c08bcfe2be7e21dc3950d137 /cron-jobs | |
parent | 86ad38857be6646033cf0b98a6debba3da3d7542 (diff) |
add makepkg.conf for [multilib]
Diffstat (limited to 'cron-jobs')
-rwxr-xr-x | cron-jobs/adjust-permissions | 2 | ||||
-rwxr-xr-x | cron-jobs/create-filelists | 2 | ||||
-rwxr-xr-x | cron-jobs/sourceballs | 2 |
3 files changed, 4 insertions, 2 deletions
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 |