diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-08-17 08:00:21 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-08-17 08:00:21 +0200 |
commit | 4daeb0a71e65618c56d672118675c9efd57c5979 (patch) | |
tree | a5c10b9c91f907ebb2ffb76b06e1f6f29a69c41c /cron-jobs | |
parent | 6f6ed4dc9f1bbce3638824def5d07b78aff44cde (diff) | |
download | dbscripts-4daeb0a71e65618c56d672118675c9efd57c5979.tar.gz dbscripts-4daeb0a71e65618c56d672118675c9efd57c5979.tar.xz |
Add [staging] repository
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 c28ca7c..6acfcf2 100755 --- a/cron-jobs/adjust-permissions +++ b/cron-jobs/adjust-permissions @@ -13,6 +13,8 @@ get_dir_owner() { echo "ftp:ftp-extra" ;; testing) echo "ftp:ftp-extra" ;; + staging) + echo "ftp:ftp-extra" ;; community) echo "root:tusers" ;; community-testing) diff --git a/cron-jobs/create-filelists b/cron-jobs/create-filelists index 9249408..fd07617 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) +repos=(core extra testing community community-testing staging) script_lock diff --git a/cron-jobs/sourceballs b/cron-jobs/sourceballs index b82e375..a6f7a19 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) +repos=(core extra testing community community-testing staging) script_lock |