Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-07-03 11:57:23 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-07-03 11:57:23 +0200
commite90bd5f14ad30f8ae96725a08c315181dc7f87f5 (patch)
tree4686609eb468a83bf8ac038ff17dbbca4702f80c
parentf1979b09d289c6e3a5f0327e6ed0627efbd0e726 (diff)
changed upstream git locations of packages/community to github
-rw-r--r--asp32.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/asp32.in b/asp32.in
index e880ef4..28eae1f 100644
--- a/asp32.in
+++ b/asp32.in
@@ -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