mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
This fix splits build_ami.sh --repo to three different options: --repo-for-install is for Scylla package installation, only valid during AMI construction. --repo-for-update will be stored at /etc/yum.repos.d/scylla.repo, to receive update package on AMI. --repo is both, for installation and update. Fixes #1872 Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <1480438858-6007-1-git-send-email-syuu@scylladb.com>