Availability of Software
Make sure you have the latest version of this memo.
Version Date: May 18, 2017.
Type of Memo: Informative
- This memo explains the availability of computer codes listed
here at hashes.html
- Branch master is available on GitHub at https://github.com/g1257/ The
latest commit of branch master is always signed, with these keys I promise
not to change the history of branch master of each code. GitHub
contains only branch master for each code. Branch master of each
code is also available at https://code.ornl.gov/users/gonzalo_3/projects
- Branch features is available at https://code.ornl.gov/users/gonzalo_3/projects
Make sure to add features at the end of your git clone or git pull
command if you want this branch, and to select it in the web
interface if you are browsing the code, because https://code.ornl.gov/users/gonzalo_3/projects
contains both features and master. I will try not to change history
of branch features, such that branch master eventually becomes
features by simply a fast forward. Therefore, expect branch
features to be ahead of master, except on days when I bring
everything up-to-date. The hash of branch features for each code
will also be listed at hashes.html
soon.
- Instead of just running git
pull, it is recommended that you run git pull --ff-only --tags, a command that you
can alias in your git configuration file. If you are pulling the
master branch you may add --verify-signature so that the pull fails if you
don't have the keys, or you don't trust the keys, or the branch
doesn't verify.