[releng] install-module: Make curl follow redirects
- From: Olav Vitters <ovitters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [releng] install-module: Make curl follow redirects
- Date: Wed, 9 Sep 2009 13:16:52 +0000 (UTC)
commit 023c26e6c6e40a5aa72cf712d0d62623a10ec643
Author: Olav Vitters <olav bkor dhs org>
Date: Wed Sep 9 15:01:15 2009 +0200
install-module: Make curl follow redirects
As we now have a SSL certificate.
tools/install-module | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/install-module b/tools/install-module
index faddc26..830180f 100755
--- a/tools/install-module
+++ b/tools/install-module
@@ -399,5 +399,5 @@ fi
if [ -x /usr/bin/curl ]; then
echo
echo "Adding new version to bugzilla..."
- /usr/bin/curl "http://bugzilla.gnome.org/add-version.cgi?$MODULE|$VERSION"
+ /usr/bin/curl -L "http://bugzilla.gnome.org/add-version.cgi?$MODULE|$VERSION"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]