File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
docker/host-x86_64/dist-various-2 Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,3 @@ function retry {
3333 }
3434 done
3535}
36-
37- # Copied from ../../init_repo.sh
38- function fetch_github_commit_archive {
39- local module=$1
40- local cached=" download-${module// \/ / -} .tar.gz"
41- retry sh -c " rm -f $cached && \
42- curl -f -sSL -o $cached $2 "
43- mkdir $module
44- touch " $module /.git"
45- tar -C $module --strip-components=1 -xf $cached
46- rm $cached
47- }
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ if [ "$(releaseChannel)" = "beta" ]; then
2121 git fetch origin --unshallow beta master
2222fi
2323
24- # Duplicated in docker/dist-various-2/shared.sh
2524function fetch_github_commit_archive {
2625 local module=$1
2726 local cached=" download-${module// \/ / -} .tar.gz"
You can’t perform that action at this time.
0 commit comments