mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
rm -rf build/* was to start rpm building on clean state, but it also delete scylla built binaries so it was not good idea. Instead of rm -rf build/*, we can check file existance on cloned directory, if it seems good we can reuse it. Also we need to run git pull on each package repo since it may not included latest commit. Fixes #4189 Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <20190206101755.2056-1-syuu@scylladb.com>
Edit variables.json and run dist/ami/build_ami.sh, it will build & upload AMI.
When deploying the AMI, be sure to add two more disks(sdb, sdc) to construct RAID.