You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- build all images with `make` (check config.mk settings)
- cp -av ucernvm-images-$VERSION /data/releases
- Add production symlinks [1]
- Update /data/releases/latest
- deploy.sh
- on cvm-repo05, stage new kernel
- Web site: update downloads page
- Web site: add news entry
[1]
cd /data/releases/production
for format in fat box hdd hvm iso ova qcow2 tar.gz vdi vhd; do ln -fs ../ucernvm-images.2020.07-1.cernvm.x86_64/ucernvm-v4prod.2020.07-1.cernvm.x86_64.$format cernvm4-micro-2020.07-1.$format; done
for format in fat box hdd hvm iso ova qcow2 tar.gz vdi vhd; do ln -fs ../ucernvm-images.2020.07-1.cernvm.x86_64/ucernvm-v3prod.2020.07-1.cernvm.x86_64.$format cernvm3-micro-2020.07-1.$format; done