[Rt-commit] rt branch, 4.4/external-storage, updated. rt-4.2.11-33-g701dcbd
Shawn Moore
shawn at bestpractical.com
Thu May 21 19:39:55 EDT 2015
The branch, 4.4/external-storage has been updated
via 701dcbd4c4e42ecb421418b9dfe155ff91d048d7 (commit)
from 0672f483cc73023fdb6fd897519c0192354261b8 (commit)
Summary of changes:
sbin/rt-test-dependencies.in | 12 ++++++++++++
1 file changed, 12 insertions(+)
- Log -----------------------------------------------------------------
commit 701dcbd4c4e42ecb421418b9dfe155ff91d048d7
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Thu May 21 23:39:37 2015 +0000
Add optional deps on Amazon::S3 or File::Dropbox
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 363177b..b2fcd89 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -78,6 +78,8 @@ GetOptions(
'with-USERLOGO',
'with-HTML-DOC',
+ 'with-S3', 'with-DROPBOX',
+
'list-deps',
'siteinstall!',
'help|h',
@@ -103,6 +105,8 @@ my %default = (
'with-DASHBOARDS' => 1,
'with-USERLOGO' => 1,
'with-HTML-DOC' => @RT_DEVELOPER@,
+ 'with-S3' => 0,
+ 'with-DROPBOX' => 0,
);
$args{$_} = $default{$_} foreach grep !exists $args{$_}, keys %default;
@@ -378,6 +382,14 @@ HTML::Entities
Pod::Simple 3.24
.
+$deps{'S3'} = [ text_to_hash( <<'.') ];
+Amazon::S3
+.
+
+$deps{'DROPBOX'} = [ text_to_hash( <<'.') ];
+File::Dropbox
+.
+
my %AVOID = (
'DBD::Oracle' => [qw(1.23)],
'Devel::StackTrace' => [qw(1.28 1.29)],
-----------------------------------------------------------------------
More information about the rt-commit
mailing list