summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/git_src/checkout_mythtv.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-04-22mythtv: on checkout eith git_src set the version.James Meyer1-0/+4
When building mythtv the version is already set so make version.sh to do nothing.
2012-04-21git_src/checkout_mythtv: checkout fixes/0.25 not masterJames Meyer1-3/+1
2012-04-21mythtv/git_src checkout. Add the ability to checkout the lastest mythtv, or ↵James Meyer1-2/+22
stick with a known hash.
2012-04-15mythtv .25: First checkin, still needs a bit of cleanup.James Meyer1-0/+18
This commit introduces the dir git_src which is used as a common dir to build plugins/mythweb/mythtv. To update the mythtv pkg, first run git_src/checkout_mythtv.sh then switch to the mythtv package dir and build the package as normal. Same applies to mythplugins. I plan to introduce another script that will build it all in one step. Also this checkin doesn't handle the menu updates. Those will be corrected at a later date.