]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
script: fetch autobuild.asc key via HTTPS
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 4 Jun 2021 16:30:04 +0000 (09:30 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 4 Jun 2021 16:30:04 +0000 (09:30 -0700)
Rather than relying the key being avaiable on the LRC /ceph file system.
(Someone appears to have deleted it recently.)

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/script/ceph-debug-docker.sh

index bac583b22c8af08526537446e585b0c5e70c8f2a..dc6eebeb2d1e4519a66bb0454f3f16529ea0b9f8 100755 (executable)
@@ -87,7 +87,7 @@ function main {
     repo_url="https://shaman.ceph.com/api/repos/ceph/${branch}/${sha}/${env/://}/flavors/${FLAVOR}/repo"
     if grep ubuntu <<<"$env" > /dev/null 2>&1; then
         # Docker makes it impossible to access anything outside the CWD : /
-        cp -- /ceph/shaman/cephdev.asc .
+        wget -O cephdev.asc 'https://download.ceph.com/keys/autobuild.asc'
         cat > Dockerfile <<EOF
 FROM ${env}