Skip to content

Commit

Permalink
Update for deb822-style sources in rc-buggy/experimental generation code
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jul 11, 2022
1 parent 7a85eba commit f7c20e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ for suite in "${!experimentalSuites[@]}"; do
base="${experimentalSuites[$suite]}"
if [ -f "$base/rootfs.tar.xz" ]; then
[ ! -d "$suite" ]
[ -s "$base/rootfs.sources-list" ]
mirror="$(awk '$1 == "deb" { print $2; exit }' "$base/rootfs.sources-list")"
[ -s "$base/rootfs.debian-sources" ]
mirror="$(awk '$1 == "URIs:" { print $2; exit }' "$base/rootfs.debian-sources")"
[ -n "$mirror" ]
mkdir -p "$suite"
if ! wget -O "$suite/InRelease" "$snapshotUrl/dists/$suite/InRelease"; then
Expand Down

0 comments on commit f7c20e1

Please sign in to comment.