index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-05-24 17:13:31 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-24 17:13:40 +0200 |
commit | bcfbdb303710cde01e24501c6f5704d2acfb0c8b (patch) | |
tree | 2ec3a1c1902de52154f28231b70df701596862bd | |
parent | acc2ffa56f4709e4bf14b09a1c593449ad9df268 (diff) |
-rwxr-xr-x | conf/default.conf | 2 |
diff --git a/conf/default.conf b/conf/default.conf index 6f3026a..71b5b5f 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -135,7 +135,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='git@github.com:archlinux32/packages.git' + repo_source='https://github.com/archlinux32/packages.git' else repo_source="git://git.archlinux.org/svntogit/${repo}.git" fi |