diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-02-23 17:04:52 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-02-23 18:10:21 +0100 |
commit | 4d6c258b9db9cb17a4e4bb5046b646b01bfe8c2e (patch) | |
tree | a78e656b6c9a69356a6c1ff2604772e750ed9a6b | |
parent | 16ce360a628c7851d8734149b29ffdd7b36221c2 (diff) | |
download | bugzilla-4d6c258b9db9cb17a4e4bb5046b646b01bfe8c2e.tar.gz bugzilla-4d6c258b9db9cb17a4e4bb5046b646b01bfe8c2e.tar.xz |
Fix file permissions and add c9-build script
-rwxr-xr-x[-rw-r--r--] | scripts/bulk_index.pl | 0 | ||||
-rwxr-xr-x | scripts/c9-build | 7 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/eject-users-from-groups.pl | 0 | ||||
-rwxr-xr-x | scripts/generate_bmo_data.pl | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/migrate_whiteboard_keyword.pl | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/test | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/triage_owners_csv.pl | 0 |
7 files changed, 8 insertions, 3 deletions
diff --git a/scripts/bulk_index.pl b/scripts/bulk_index.pl index d501ded39..d501ded39 100644..100755 --- a/scripts/bulk_index.pl +++ b/scripts/bulk_index.pl diff --git a/scripts/c9-build b/scripts/c9-build new file mode 100755 index 000000000..2944beb0a --- /dev/null +++ b/scripts/c9-build @@ -0,0 +1,7 @@ +#!/bin/bash + +cd ~/workspace +sudo apachectl stop +perl scripts/clear-templates.pl +perl checksetup.pl +sudo apachectl start
\ No newline at end of file diff --git a/scripts/eject-users-from-groups.pl b/scripts/eject-users-from-groups.pl index 52e2bbbf3..52e2bbbf3 100644..100755 --- a/scripts/eject-users-from-groups.pl +++ b/scripts/eject-users-from-groups.pl diff --git a/scripts/generate_bmo_data.pl b/scripts/generate_bmo_data.pl index 485ad5398..5866afd7f 100755 --- a/scripts/generate_bmo_data.pl +++ b/scripts/generate_bmo_data.pl @@ -453,8 +453,6 @@ my %set_params = ( '&field0-0-0=bug_status&type0-0-0=notequals' . '&value0-0-0=UNCONFIRMED&field0-0-1=reporter' . '&type0-0-1=equals&value0-0-1=%userid%', - persona_verify_url => 'https://verifier.login.persona.org/verify', - persona_includejs_url => 'https://login.persona.org/include.js', quip_list_entry_control => 'moderated', restrict_comments_group => 'editbugs', restrict_comments_enable_group => 'can_restrict_comments', @@ -468,7 +466,7 @@ my %set_params = ( usebugaliases => 1, useqacontact => 1, use_mailer_queue => 1, - user_info_class => 'Persona,CGI', + user_info_class => 'CGI', ); my $params_modified; diff --git a/scripts/migrate_whiteboard_keyword.pl b/scripts/migrate_whiteboard_keyword.pl index a1bbf6152..a1bbf6152 100644..100755 --- a/scripts/migrate_whiteboard_keyword.pl +++ b/scripts/migrate_whiteboard_keyword.pl diff --git a/scripts/test b/scripts/test index 64e7ee9b9..64e7ee9b9 100644..100755 --- a/scripts/test +++ b/scripts/test diff --git a/scripts/triage_owners_csv.pl b/scripts/triage_owners_csv.pl index e3feeee0f..e3feeee0f 100644..100755 --- a/scripts/triage_owners_csv.pl +++ b/scripts/triage_owners_csv.pl |