Talk:F11 for XO-1: Difference between revisions
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
== S'not working? == |
== S'not working? == |
||
After some discussion on support-gang@ a working solution is: |
|||
At Seth's suggestion, this worked, I think? |
|||
git checkout --track -b xo-1 origin/xo-1 |
|||
[hatman@efeleven ~]$ cd fedora-xo/ |
|||
[hatman@efeleven fedora-xo]$ git reset 53b659b19e5d763452dc95d2d845be36b679c7ca |
|||
Makefile: locally modified |
|||
livecd-iso-to-xo.sh: locally modified |
|||
olpc-base.ks: locally modified |
|||
olpc-desktop.ks: locally modified |
|||
[hatman@efeleven fedora-xo]$ git reset --hard |
|||
HEAD is now at 53b659b disable pulseaudio (#9365) |
|||
[hatman@efeleven fedora-xo]$ git branch xo-1 |
|||
[hatman@efeleven fedora-xo]$ git checkout xo-1 |
|||
Switched to branch 'xo-1' |
|||
[hatman@efeleven fedora-xo]$ ls |
|||
build Makefile olpc-desktop.ks olpc-xfce.ks |
|||
livecd-iso-to-xo.sh olpc-base.ks olpc-lxde.ks |
|||
Cheerfully proving everything I already believe about ''git''. |
|||
[hatman@efeleven fedora-xo]$ git branch |
|||
master |
|||
* xo-1 |
|||
--[[User:Adricnet|Adricnet]] 23:34, 16 July 2009 (UTC |
--[[User:Adricnet|Adricnet]] 00:03, 17 July 2009 (UTC))--[[User:Adricnet|Adricnet]] 23:34, 16 July 2009 (UTC |
Revision as of 00:03, 17 July 2009
Interesting How To...
Not sure I'm up to doing it/ taking it on. but nice to know it's available for keeping those with older hardware in the loop...
I've been calling the XO 1.5 a Fat XO in the Mac tradition, same form factor / box, but different... Maybe Prodigy XO? It's same kid size, but smarter ;-/
danceswithcars 16:53, 14 July 2009 (UTC)
git checkout xo-1
FAILS, no joy ;-( ...
danceswithcars 17:42, 14 July 2009 (UTC)
more specifically, fails in the following way:
git checkout xo-1 fatal: Not a git repository (or any of the parent directories): .git
danceswithcars 23:19, 14 July 2009 (UTC)
S'not working?
After some discussion on support-gang@ a working solution is:
git checkout --track -b xo-1 origin/xo-1
Cheerfully proving everything I already believe about git.
--Adricnet 00:03, 17 July 2009 (UTC))--Adricnet 23:34, 16 July 2009 (UTC