RetroArch
|
Public Member Functions | |
def | __init__ (self, json) |
def | GetUrl (self) |
def | AddRemote (self) |
def | HasCommit (self) |
def | Clone (self) |
def | Fetch (self) |
def | Checkout (self) |
Public Attributes | |
name | |
site | |
subrepo | |
subdir | |
commit | |
Private Attributes | |
_json | |
Represents a good commit for a repository.
def update_glslang_sources.GoodCommit.__init__ | ( | self, | |
json | |||
) |
Initializes this good commit object. Args: 'json': A fully populated JSON object describing the commit.
def update_glslang_sources.GoodCommit.AddRemote | ( | self | ) |
Add the remote 'known-good' if it does not exist.
def update_glslang_sources.GoodCommit.Checkout | ( | self | ) |
def update_glslang_sources.GoodCommit.Clone | ( | self | ) |
def update_glslang_sources.GoodCommit.Fetch | ( | self | ) |
def update_glslang_sources.GoodCommit.GetUrl | ( | self | ) |
Returns the URL for the repository.
def update_glslang_sources.GoodCommit.HasCommit | ( | self | ) |
Check if the repository contains the known-good commit.
|
private |
update_glslang_sources.GoodCommit.commit |
update_glslang_sources.GoodCommit.name |
update_glslang_sources.GoodCommit.site |
update_glslang_sources.GoodCommit.subdir |
update_glslang_sources.GoodCommit.subrepo |