|
ocssw
V2022
|
manifest_ocssw.py File Reference
Go to the source code of this file.
Namespaces | |
| manifest_ocssw | |
Functions | |
| def | add_subparser_init_dir (subparsers) |
| def | add_subparser_diff (subparsers) |
| def | add_subparser_difftool (subparsers) |
| def | add_subparser_status (subparsers) |
| def | add_subparser_push (subparsers) |
| def | add_subparser_pull (subparsers) |
| def | add_subparser_list (subparsers) |
| def | init_dir (options) |
| def | runCommand (command, pipe=False, shellVal=False) |
| def | tagExists (tag) |
| def | bundleExists (tag, name) |
| def | findBundleInList (name, bundleList) |
| def | diff (options, bundleInfo) |
| def | status (options, bundleInfo) |
| def | push (options, bundleInfo) |
| def | pull (options, bundleInfo) |
| def | list_tags (options) |
| def | run () |
Variables | |
| string | MANIFEST_BASENAME = "manifest.json" |
| string | BUNDLELIST_BASENAME = "bundleList.json" |
| dictionary | configInfo = {} |
| string | configInfoFilename = ".manifest_ocssw.json" |
| string | startingDir = "" |
| string | manifestCommand = os.path.dirname(__file__) + "/manifest.py" |
| string | manifestFilename = "manifest.json" |
| list | remoteHosts = ["ocssw@gs616-container106"] |
| string | remoteRepoDir = "/data1/manifest/tags" |
| list | initialBundleList |


