mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
update_distfiles: remove old .boto file check
The config may be located other places these days.
This commit is contained in:
parent
d723eebe45
commit
ff29c10f7a
@ -90,9 +90,6 @@ download_mirror() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if [[ ${FLAGS_download} -eq ${FLAGS_TRUE} ]]; then
|
if [[ ${FLAGS_download} -eq ${FLAGS_TRUE} ]]; then
|
||||||
if [[ ! -f "$HOME/.boto" ]]; then
|
|
||||||
die_notrace "Please run gsutil config to create ~/.boto"
|
|
||||||
fi
|
|
||||||
for repo in "$@"; do
|
for repo in "$@"; do
|
||||||
download_mirror "$repo"
|
download_mirror "$repo"
|
||||||
done
|
done
|
||||||
@ -111,9 +108,6 @@ if [[ ${FLAGS_dry_run} == ${FLAGS_TRUE} ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${FLAGS_upload} -eq ${FLAGS_TRUE} ]]; then
|
if [[ ${FLAGS_upload} -eq ${FLAGS_TRUE} ]]; then
|
||||||
if [[ ! -f "$HOME/.boto" ]]; then
|
|
||||||
die_notrace "Please run gsutil config to create ~/.boto"
|
|
||||||
fi
|
|
||||||
for repo in "$@"; do
|
for repo in "$@"; do
|
||||||
upload_mirror "$repo"
|
upload_mirror "$repo"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user