[Pkg-mozext-commits] [greasemonkey] 01/04: Use HTTPS instead of FTP on watchfile

David Prévot taffit at alioth.debian.org
Thu Oct 24 17:19:55 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository greasemonkey.

commit df429adfe7f10c93a53b1ff08fbdc969ba19fc75
Author: David Prévot <taffit at debian.org>
Date:   Thu Oct 24 13:08:58 2013 -0400

    Use HTTPS instead of FTP on watchfile
    
    I had issues with FTP.
---
 debian/watch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 99489bf..301321e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
   opts=uversionmangle=s/([^\.\d]+)/\~$1/ \
-  ftp://ftp.mozilla.org/pub/mozilla.org/addons/748/ \
+  https://ftp.mozilla.org/pub/mozilla.org/addons/748/ \
     greasemonkey-(\d+(?:\.\d+){1,3}(?:\w+\d+)?)(?:-\w+).xpi debian xpi-repack

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git



More information about the Pkg-mozext-commits mailing list