projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2688d8d
)
Make sync-all work with the GitHub mirror over HTTPS
author
Johan Tibell
<johan.tibell@gmail.com>
Wed, 6 Apr 2011 07:28:39 +0000
(09:28 +0200)
committer
Johan Tibell
<johan.tibell@gmail.com>
Wed, 6 Apr 2011 07:28:39 +0000
(09:28 +0200)
sync-all
patch
|
blob
|
history
diff --git
a/sync-all
b/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;