[mythtv-users] git & wiki

Udo van den Heuvel udovdh at xs4all.nl
Tue Dec 7 12:10:48 UTC 2010


On 2010-12-07 12:33, Jean-Yves Avenard wrote:
>> Where on the wiki is the info as per what date and/or svn the developers
>> switched to git?
>>
>> Where on the wiki is the info so we can check out from git and switch to
>> the right branch/tag/whatever to build 0.24-fixes?
>>
>> Please let us know.
> 
> www.mythtv.org

Did you read my question?
Did you understand it?
I asked for details.

But nevermind, I will contribute some non-info:

# git clone https://github.com/MythTV/mythtv.git mythtv.git
# cd mythtv.git
# git branch -r
  origin/HEAD -> origin/master
  origin/dkristjansson/mythtv-rec
  origin/fixes/0.18
  origin/fixes/0.19
  origin/fixes/0.20
  origin/fixes/0.21
  origin/fixes/0.22
  origin/fixes/0.23
  origin/fixes/0.24
  origin/master
  origin/mythsystem-rewrite
  origin/temp/newaudiosetup
# git checkout -b 0.24-fixes origin/fixes/0.24
# git branch
* 0.24-fixes
  master
# git pull
Already up-to-date.
#

Is this the correct way to get the 0.24-fixes code and stay up-to-date?
Also: how can I easily find out the latest commit so that I can use this
info for the names for the rpms?

Kind regards,
Udo




More information about the mythtv-users mailing list