summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-11 10:56:44 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-09-11 10:57:35 +0200
commit436dbcb00c10bd426e58ed3577e77f9d1dac0caa (patch)
tree8cb2196f788c3f19813154154bad85fe0c781a27 /bin
parent1db5dd98a66c20bd64aaf7feecdfa7942eec85ac (diff)
bugzilla: GNOME Bugzilla should be accessed via HTTPS now
Also add an alias for "gstreamer-sharp" to "gst-sharp".
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bugzilla5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/bugzilla b/bin/bugzilla
index feef99a0..d41e0493 100755
--- a/bin/bugzilla
+++ b/bin/bugzilla
@@ -40,7 +40,7 @@ import HTMLParser
# </tr>
-URL = 'http://bugzilla.gnome.org/buglist.cgi?product=%s&component=%s&target_milestone=%s'
+URL = 'https://bugzilla.gnome.org/buglist.cgi?product=%s&component=%s&target_milestone=%s'
# reg = re.compile('<TR.*id=(\d+)".*summary>(.*)<\/td')
@@ -52,7 +52,8 @@ ITEM = """ <bug>
FOOTER = ' </bugs>'
components = {
- 'gstreamer': 'gstreamer (core)'
+ 'gstreamer': 'gstreamer (core)',
+ 'gstreamer-sharp': 'gst-sharp'
}
default_product = "GStreamer"