Note: This version of the VDT (1.6.1) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 2.0.0.
Our goal was to make it possible to update an existing VDT 1.6.1 installation using pacman. We think that updates will work, but due to bugs in VDT 1.6.1, you must do a few things before running the pacman update itself.
OSG installers: Updating an OSG installation seems to fail for some people. Please consult the OSG update instructions for complete information. Do not use the instructions below.
To update a non-OSG installation from VDT 1.6.1, follow the steps below:
vdt-control --off
cp -pr $VDT_LOCATION BACKUP_LOCATION
wget http://vdt.cs.wisc.edu/releases/1.6.1/vdt-update-helper.sh chmod 0755 vdt-update-helper.sh ./vdt-update-helper.sh pre
pacman -update -v download pac
./vdt-update-helper.sh post
vdt-control --on
This process has worked well for us in testing (except with the OSG cache, which is a superset of the VDT).