The Gaudi Framework
v30r3 (a5ef0a68)
|
Functions | |
def | svn (args, kwargs) |
def | svn_ls (url) |
def | basename (url) |
def | dirname (url) |
def | svn_exists (url) |
def | checkout_structure (url, proj, branch) |
def | main () |
Variables | |
string | __author__ = "Marco Clemencic <Marco.Clemencic@cern.ch>" |
Small script to prepare the tags and the distribution special directory for a release of Gaudi. See https://twiki.cern.ch/twiki/bin/view/Gaudi/GaudiSVNRepository for a description of the repository structure.
def svn_tag_release.basename | ( | url | ) |
Definition at line 28 of file svn_tag_release.py.
def svn_tag_release.checkout_structure | ( | url, | |
proj, | |||
branch | |||
) |
Definition at line 42 of file svn_tag_release.py.
def svn_tag_release.dirname | ( | url | ) |
Definition at line 32 of file svn_tag_release.py.
def svn_tag_release.main | ( | ) |
Definition at line 61 of file svn_tag_release.py.
def svn_tag_release.svn | ( | args, | |
kwargs | |||
) |
Definition at line 19 of file svn_tag_release.py.
def svn_tag_release.svn_exists | ( | url | ) |
Definition at line 36 of file svn_tag_release.py.
def svn_tag_release.svn_ls | ( | url | ) |
Definition at line 24 of file svn_tag_release.py.
|
private |
Definition at line 8 of file svn_tag_release.py.