Skip to content

Commit a91f2e5

Browse files
committed
Auto merge of #61700 - Mark-Simulacrum:beta-non-dev, r=alexcrichton
[beta] Comment out dev key r? @alexcrichton or @pietroalbini
2 parents 07a9dae + 4379216 commit a91f2e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ci/docker/dist-various-2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update && apt-get build-dep -y clang llvm && apt-get install -y --no
2424
gpg-agent
2525

2626
RUN apt-key adv --batch --yes --keyserver keyserver.ubuntu.com --recv-keys 74DA7924C5513486
27-
RUN add-apt-repository -y 'deb http://apt.dilos.org/dilos dilos2-testing main'
27+
RUN add-apt-repository -y 'deb http://apt.dilos.org/dilos dilos2 main'
2828

2929
WORKDIR /tmp
3030
COPY dist-various-2/shared.sh /tmp/

src/stage0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
1313
# `0.x.0` for Cargo where they were released on `date`.
1414

15-
date: 2019-05-20
15+
date: 2019-05-23
1616
rustc: 1.35.0
1717
cargo: 0.36.0
1818

@@ -34,4 +34,4 @@ cargo: 0.36.0
3434
# looking at a beta source tarball and it's uncommented we'll shortly comment it
3535
# out.
3636

37-
dev: 1
37+
#dev: 1

0 commit comments

Comments
 (0)