diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-20 15:37:13 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-05-20 15:37:13 +0200 |
commit | cf8537cc9913e06abfe92c262d937802d4ac75dc (patch) | |
tree | fc967da4623afa794abfb7f44e420eccd66ea016 | |
parent | 9bfaa4e4e0bd4c807b86250b90a2a0f04a2f6a27 (diff) |
bin/bootstrap: Fetch core via HTTPS
-rwxr-xr-x | bin/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bootstrap b/bin/bootstrap index c5ff80c..860a79f 100755 --- a/bin/bootstrap +++ b/bin/bootstrap @@ -16,7 +16,7 @@ mkdir -p ~/var/tmp/incoming # Fetch the core package, containing checklinks and pkg cd ~/packages echo "fetching core" -hg clone ssh://derf.homelinux.org/packages/core +hg clone https://derf.homelinux.org/~derf/hg.cgi/packages/core # Create symlinks for pkg and checklinks cd core |