-
Notifications
You must be signed in to change notification settings - Fork 2
Home
This repository provides the public releases of Vrui:
http://idav.ucdavis.edu/~okreylos/ResDev/Vrui/Download.html
as a git repository. Although commit-by-commit logs are unavailable, this repository makes it possible to compare files between versions (and is necessary since the true Vrui repository is private). Whenever a new version of Vrui is released, do the following:
-
Delete all files in repository directory.
-
Extract new Vrui files in repository directory.
-
Commit changes using something like "Vrui 2.3-002" as the first line in the commit. If there are release notes, include those below the first line.
-
Create a new tag for this version of Vrui. For example:
$ git tag -a 2.3-002 -m "Vrui 2.3-002"
-
Push new Vrui and tag:
$ git push
$ git push --tags