index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-06-04 20:49:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-04 20:50:17 +0200 |
commit | b7c213252554e6b23ea85dae3023c0595017c85f (patch) | |
tree | 2f48c5440a8aa804e78e802d74cfcfba87c94d96 /lib | |
parent | 3758d41eb176721f524174dda66ad9277216df5a (diff) |
-rwxr-xr-x | lib/load-configuration | 2 |
diff --git a/lib/load-configuration b/lib/load-configuration index 01c27b5..ad44577 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -133,7 +133,7 @@ for repo in ${repo_names}; do if ! git -C "${repo_path}" rev-parse --git-dir > /dev/null 2>&1; then if [ "${repo}" = "archlinux32" ]; then - repo_source='https://github.com/archlinux32/packages.git' + repo_source='https://git.archlinux32.org/archlinux32/packages.git' else repo_source="git://git.archlinux.org/svntogit/${repo}.git" fi |