Alternatively, if you are familiar with the git revision control system, you can grab source code directly from a continuously updated git repository. Assuming you have git installed on your system, the following command will clone a repository containing the Condor source code including both the development (master branch) and stable release branches:
- git clone http://git.condorproject.org/repos/condor.git
+ git clone http://condor-git.cs.wisc.edu/repos/condor.git
The following will clone the repository containing the LaTeX source for the Condor Manual:
- git clone http://git.condorproject.org/repos/condor_docs.git
+ git clone http://condor-git.cs.wisc.edu/repos/condor_docs.git
Be patient, the source is big - cloning can take a while.
@@ -16,4 +16,4 @@
Another way to follow development is via Gitweb, a web portal into the source code repository, available via URL:
- {link: http://git.condorproject.org/ http://git.condorproject.org/}
+ {link: http://condor-git.cs.wisc.edu/ http://condor-git.cs.wisc.edu/}