Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-scripts/rcm-guest/rhel7next.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu
BASE_DIR=/mnt/redhat
REMOTE_DIR=/srv/enterprise/rhel
LATEST_RHEL_COMPOSE=${BASE_DIR}/nightly/latest-RHEL-7
LATEST_EXTRAS=${BASE_DIR}/nightly/EXTRAS-RHEL-7.4/latest-EXTRAS-7-RHEL-7/compose/Server/x86_64/os
LATEST_EXTRAS=${BASE_DIR}/nightly/EXTRAS-RHEL-7.5/latest-EXTRAS-7-RHEL-7/compose/Server/x86_64/os
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems scary if our AMI is still 7.4 yeah?

REPO_FILE=rhel7next.repo
MIRROR=use-mirror-upload.ops.rhcloud.com
rsync='rsync
Expand Down