Skip to content

Commit

Permalink
Linux: Change repo config to use HTTPS.
Browse files Browse the repository at this point in the history
This is bad for caching but defense-in-depth for security.

Change-Id: I95140fcd58fd66f643cdc1b92483bd2ca6087f4a
Fixed: 1228470
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3114227
Auto-Submit: Joshua Pawlicki <waffles@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Reviewed-by: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/main@{#914409}
  • Loading branch information
Joshua Pawlicki authored and Chromium LUCI CQ committed Aug 23, 2021
1 parent 71546ea commit d9c659c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/installer/linux/rpm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ fi
eval $(sed -e "s/^\([^=]\+\)=\(.*\)$/export \1='\2'/" \
"${OUTPUTDIR}/installer/theme/BRANDING")

REPOCONFIG="http://dl.google.com/linux/${PACKAGE#google-}/rpm/stable"
REPOCONFIG="https://dl.google.com/linux/${PACKAGE#google-}/rpm/stable"
verify_channel
export USR_BIN_SYMLINK_NAME="${PACKAGE}-${CHANNEL}"

Expand Down

0 comments on commit d9c659c

Please sign in to comment.