Make sync-all work with the GitHub mirror over HTTPS
authorJohan Tibell <johan.tibell@gmail.com>
Wed, 6 Apr 2011 07:28:39 +0000 (09:28 +0200)
committerJohan Tibell <johan.tibell@gmail.com>
Wed, 6 Apr 2011 07:28:39 +0000 (09:28 +0200)
sync-all

index 729dbd3..b202fe7 100755 (executable)
--- 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;