index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | asp32.in | 4 |
@@ -135,7 +135,7 @@ initialize() { git init -q "$ASPROOT" || return 1 for remote in "${ARCH_GIT_REPOS[@]}"; do if [[ "${remote}" = *64 ]]; then - git remote add "$remote" "https://git.archlinux.org/svntogit/${remote%64}.git" || return 1 + git remote add "$remote" "https://github.com/archlinux/svntogit-${remote%64}" || return 1 elif [[ "${remote}" = *32 ]]; then git remote add "$remote" "https://git.archlinux32.org/${remote%32}" || return 1 fi @@ -307,7 +307,7 @@ action__set-git-protocol() { for remote in "${ARCH_GIT_REPOS[@]}"; do if [[ "${remote}" = *64 ]]; then - git remote set-url "$remote" "$1://git.archlinux.org/svntogit/${remote%64}.git" + git remote set-url "$remote" "$1://github.com/archlinux/svntogit-${remote%64}" elif [[ "${remote}" = *32 ]]; then git remote set-url "$remote" "$1://git.archlinux32.org/${remote%32}" fi |