From e893450fbc9d8a1fdb5f697403feb6f23a5590b1 Mon Sep 17 00:00:00 2001 From: Johan Tibell Date: Wed, 6 Apr 2011 09:28:39 +0200 Subject: [PATCH] Make sync-all work with the GitHub mirror over HTTPS --- sync-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4