Class: GitMaintain::GitMaintainRepo
- Defined in:
- lib/addons/git-maintain.rb
Constant Summary
Constants inherited from Repo
Repo::ACTION_HELP, Repo::ACTION_LIST
Instance Attribute Summary
Attributes inherited from Repo
#name, #path, #remote_stable, #remote_valid, #stable_repo, #valid_repo
Instance Method Summary collapse
-
#initialize(path) ⇒ GitMaintainRepo
constructor
A new instance of GitMaintainRepo.
Methods inherited from Repo
#api, check_opts, #createRelease, execAction, #findStableBase, #find_alts, #genReleaseNotif, #getBranchList, #getCommitHeadline, #getCommitSubj, #getGitConfig, #getStableBranchList, #getSuffixList, #getUnreleasedTags, #get_new_token, #list_branches, #list_suffixes, load, #log, #run, #runBash, #runGit, #runGitImap, #runGitInteractive, #runSystem, #stableUpdate, #submitReleases, #submit_release, #summary, #token, #versionToLocalBranch, #versionToStableBranch
Constructor Details
#initialize(path) ⇒ GitMaintainRepo
Returns a new instance of GitMaintainRepo.
58 59 60 61 |
# File 'lib/addons/git-maintain.rb', line 58 def initialize(path) super(path) @NOTIFY_RELEASE = false end |