From: Johan Tibell Date: Wed, 6 Apr 2011 07:28:39 +0000 (+0200) Subject: Make sync-all work with the GitHub mirror over HTTPS X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=e893450fbc9d8a1fdb5f697403feb6f23a5590b1 Make sync-all work with the GitHub mirror over HTTPS --- diff --git a/sync-all b/sync-all index 729dbd3..b202fe7 100755 --- a/sync-all +++ b/sync-all @@ -228,7 +228,7 @@ sub scmall { my ($repo_base, $checked_out_tree) = getrepo(); - my $is_github_repo = $repo_base =~ m/(git@|git:\/\/)github.com/; + my $is_github_repo = $repo_base =~ m/(git@|git:\/\/|https:\/\/)github.com/; parsePackages;