|
|
|
@ -110,7 +110,7 @@ index 0000000..07b2109
|
|
|
|
|
+ Password to MantisBT account.
|
|
|
|
|
+
|
|
|
|
|
+'Mantisbt_MantisbtURL'::
|
|
|
|
|
+ MantisBT HTTP(S) address. (default: https://bugs.msvsphere.ru)
|
|
|
|
|
+ MantisBT HTTP(S) address. (default: https://bugs.msvsphere-os.ru)
|
|
|
|
|
+
|
|
|
|
|
+'Mantisbt_SSLVerify'::
|
|
|
|
|
+ Use yes/true/on/1 to verify server's SSL certificate. (default: yes)
|
|
|
|
@ -319,7 +319,7 @@ index 0000000..08bd29a
|
|
|
|
|
--- /dev/null
|
|
|
|
|
+++ b/src/plugins/report_MSVSphereBugTracker.conf
|
|
|
|
|
@@ -0,0 +1,4 @@
|
|
|
|
|
+Mantisbt_MantisbtURL = https://bugs.msvsphere.ru
|
|
|
|
|
+Mantisbt_MantisbtURL = https://bugs.msvsphere-os.ru
|
|
|
|
|
+Mantisbt_Login =
|
|
|
|
|
+Mantisbt_Password =
|
|
|
|
|
+Mantisbt_SSLVerify = yes
|
|
|
|
@ -348,7 +348,7 @@ index 0000000..6a1b500
|
|
|
|
|
+ <_label>User name</_label>
|
|
|
|
|
+ <allow-empty>no</allow-empty>
|
|
|
|
|
+ <_description>MSVSphere Bug Tracker account user name</_description>
|
|
|
|
|
+ <_note-html>You can create bugs.msvsphere.ru account <a href="https://bugs.msvsphere.ru/signup_page.php">here</a></_note-html>
|
|
|
|
|
+ <_note-html>You can create bugs.msvsphere-os.ru account <a href="https://bugs.msvsphere-os.ru/signup_page.php">here</a></_note-html>
|
|
|
|
|
+ </option>
|
|
|
|
|
+ <option type="password" name="Mantisbt_Password">
|
|
|
|
|
+ <_label>Password</_label>
|
|
|
|
@ -365,7 +365,7 @@ index 0000000..6a1b500
|
|
|
|
|
+ <_label>MSVSphere Bug Tracker URL</_label>
|
|
|
|
|
+ <allow-empty>no</allow-empty>
|
|
|
|
|
+ <_note-html>Address of MSVSphere Bug Tracker server</_note-html>
|
|
|
|
|
+ <default-value>https://bugs.msvsphere.ru</default-value>
|
|
|
|
|
+ <default-value>https://bugs.msvsphere-os.ru</default-value>
|
|
|
|
|
+ </option>
|
|
|
|
|
+ <option type="bool" name="Mantisbt_SSLVerify">
|
|
|
|
|
+ <_label>Verify SSL</_label>
|
|
|
|
@ -422,7 +422,7 @@ index 17ce506..fc089a0 100644
|
|
|
|
|
#include "libreport_curl.h"
|
|
|
|
|
|
|
|
|
|
-#define DEFAULT_WEB_SERVICE_URL "https://retrace.fedoraproject.org/faf"
|
|
|
|
|
+#define DEFAULT_WEB_SERVICE_URL "https://retrace.msvsphere.ru/faf"
|
|
|
|
|
+#define DEFAULT_WEB_SERVICE_URL "https://retrace.msvsphere-os.ru/faf"
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|
{
|
|
|
|
@ -433,7 +433,7 @@ index 240a8b6..0ca8a25 100644
|
|
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
|
# Base URL to uReport server
|
|
|
|
|
-# URL = https://retrace.fedoraproject.org/faf
|
|
|
|
|
+# URL = https://retrace.msvsphere.ru/faf
|
|
|
|
|
+# URL = https://retrace.msvsphere-os.ru/faf
|
|
|
|
|
|
|
|
|
|
# no means that ssl certificates will not be checked
|
|
|
|
|
# SSLVerify = no
|
|
|
|
|