mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Use our karmic mirror for creating the build chroot, removing the need for make_local_repo.sh and the repo_list_*.txt files. If a local repo exists when build_chroot.sh is run it will be used, but it's no longer necessary. This change does not remove make_local_repo.sh or the repo_list_*.txt files. Review URL: http://codereview.chromium.org/548083
5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
# This script is no longer needed. This stub is here to avoid immediate
|
|
# buildbot breakage and will be removed soon.
|
|
exit 0
|