index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2017-08-20 16:34:22 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2017-08-20 16:34:22 -0400 |
commit | 6e223a841aa676689f535e402090c7082b1d6374 (patch) | |
tree | 787564da6995a04929380b3b015c272e0200fd2f | |
parent | ddbca0c7df338b3d8563175ef244ece2b5eba2af (diff) |
-rw-r--r-- | asp.in | 2 |
@@ -143,7 +143,7 @@ initialize() { git init -q || return 1 for remote in "${ARCH_GIT_REPOS[@]}"; do - git remote add "$remote" "git://git.archlinux.org/svntogit/$remote.git" + git remote add "$remote" "https://git.archlinux.org/svntogit/$remote.git" done touch .asp |