summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-05-07 14:00:57 +0200
committerAndras Timar <atimar@suse.com>2013-05-07 14:00:57 +0200
commit87300967302507220e9a33e1f48d73779c584791 (patch)
treee11c083d98380d3d1df7128fc0472074f50dcdf8
parentdd11e905ed069b1a0e14d5cb3076e5a048d4e842 (diff)
do not verify hostname when using SSL
Change-Id: I9f89e0b185661a92c63937853c53afecea0d57fc
-rwxr-xr-xupload-wiki.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/upload-wiki.pl b/upload-wiki.pl
index 1337900fde..94eb4cd1e8 100755
--- a/upload-wiki.pl
+++ b/upload-wiki.pl
@@ -105,6 +105,8 @@ if ( $upload_images ) {
}
}
+$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME}=0;
+
# initialize the wiki
my $mw = MediaWiki::API->new();
$mw->{config}->{api_url} = $url;
2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bin/lo-commit-stat
AgeCommit message (Expand)Author
2019-04-05lo-commit-stat: Only search for bug ids in the summaryXisco Fauli
2019-01-30Fix typoAndrea Gelmini
2017-08-17Fix typosAndrea Gelmini
2017-04-29lo-commit-stat: use matching group before destroying it with another matchChristian Lohmaier
2017-04-29lo-commit-stat: improve sort in buglists (by number within a tracker)Christian Lohmaier
2017-04-29lo-commit-stat: default to utf8, adjust regex for tdf bugzillaChristian Lohmaier
2017-04-29lo-commit-stat: drop unnecessary check whether hash is definedChristian Lohmaier