This repository was archived by the owner on Mar 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright 2021 Google LLC
2+ # Copyright 2020 Google LLC
33#
44# Use of this source code is governed by a BSD-style
55# license that can be found in the LICENSE file or at
Original file line number Diff line number Diff line change 1- # Copyright 2021 Google LLC
1+ # Copyright 2020 Google LLC
22#
33# Use of this source code is governed by a BSD-style
44# license that can be found in the LICENSE file or at
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright 2021 Google LLC
2+ # Copyright 2020 Google LLC
33#
44# Use of this source code is governed by a BSD-style
55# license that can be found in the LICENSE file or at
66# https://developers.google.com/open-source/licenses/bsd
77
88# A script to fetch gpg keys with retry.
99# Avoid jinja parsing the file.
10- #
10+ #
1111
1212function retry {
1313 if [[ " ${# } " -le 1 ]]; then
@@ -34,4 +34,4 @@ retry 3 gpg --keyserver ha.pool.sks-keyservers.net --recv-keys \
3434retry 3 gpg --keyserver ha.pool.sks-keyservers.net --recv-keys \
3535 E3FF2839C048B25C084DEBE9B26995E310250568
3636
37- #
37+ #
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright 2021 Google LLC
2+ # Copyright 2020 Google LLC
33#
44# Use of this source code is governed by a BSD-style
55# license that can be found in the LICENSE file or at
You can’t perform that action at this time.
0 commit comments