Class: GitMaintain::GitMaintainRepo

Inherits:
Repo
  • Object
show all
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

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