]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix file permissions and add c9-build script
authorDylan William Hardison <dylan@hardison.net>
Thu, 23 Feb 2017 16:04:52 +0000 (16:04 +0000)
committerDylan William Hardison <dylan@hardison.net>
Thu, 23 Feb 2017 17:10:21 +0000 (12:10 -0500)
scripts/bulk_index.pl [changed mode: 0644->0755]
scripts/c9-build [new file with mode: 0755]
scripts/eject-users-from-groups.pl [changed mode: 0644->0755]
scripts/generate_bmo_data.pl
scripts/migrate_whiteboard_keyword.pl [changed mode: 0644->0755]
scripts/test [changed mode: 0644->0755]
scripts/triage_owners_csv.pl [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
diff --git a/scripts/c9-build b/scripts/c9-build
new file mode 100755 (executable)
index 0000000..2944beb
--- /dev/null
@@ -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
old mode 100644 (file)
new mode 100755 (executable)
index 485ad5398b4d365de865c853a622b80c055f3175..5866afd7f8d9b4960fd5c316ba016508456c82d5 100755 (executable)
@@ -453,8 +453,6 @@ my %set_params = (
                                  '&amp;field0-0-0=bug_status&amp;type0-0-0=notequals' .
                                  '&amp;value0-0-0=UNCONFIRMED&amp;field0-0-1=reporter' .
                                  '&amp;type0-0-1=equals&amp;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;
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)