Module version
source code
Module for relax version information.
|
repo_information()
Determine the subversion revision number and URL from svn or git-svn
copies of the repository. |
source code
|
|
str
|
|
|
status = Status()
|
|
version = ' 5.0.0 '
|
|
repo_head = u' d6866d9464ff1da533f2fe65d81a639ff17afab9 '
|
|
repo_type = ' git '
|
|
repo_url = u' git@bitbucket.org:nmr-relax/relax.git (fet ...
|
|
__package__ = None
|
Imports:
F_OK,
access,
sep,
PIPE,
Popen,
SYSTEM,
lib,
Status
Return the full relax version, including all SVN info for repository
versions.
- Returns: str
- The relax version string.
|
repo_url
- Value:
u''' git@bitbucket.org:nmr-relax/relax.git (fetch)
git@bitbucket.org:nmr-relax/relax.git (push)
git@github.com:nmr-relax/relax.git (fetch)
git@github.com:nmr-relax/relax.git (push)
git@gitlab.com:nmr-relax/relax.git (fetch)
git@gitlab.com:nmr-relax/relax.git (push)
file:///data/relax/relax_backup/ (fetch)
file:///data/relax/relax_backup/ (push)
...
|
|