Talk:F11 for XO-1: Difference between revisions
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
[[User:Danceswithcars|danceswithcars]] 23:19, 14 July 2009 (UTC) |
[[User:Danceswithcars|danceswithcars]] 23:19, 14 July 2009 (UTC) |
||
== S'not working == |
== S'not working? == |
||
At Seth's suggestion, this worked, I think? |
|||
I'm sure this is something simple, but I don't know git well. |
|||
⚫ | |||
[hatman@efeleven ~]$ git clone git://dev.laptop.org/projects/fedora-xo |
|||
Initialized empty Git repository in /home/hatman/fedora-xo/.git/ |
|||
remote: Generating pack... |
|||
remote: Counting objects: 103 |
|||
remote: Done counting 558 objects. |
|||
remote: Deltifying 558 objects... |
|||
remote: 100% (558/558) done |
|||
remote: Total 558 (delta 322), reused 0 (delta 0) |
|||
Receiving objects: 100% (558/558), 104.08 KiB, done. |
|||
Resolving deltas: 100% (322/322), done. |
|||
[hatman@efeleven ~]$ cd fedora-xo/ |
[hatman@efeleven ~]$ cd fedora-xo/ |
||
⚫ | |||
Makefile: locally modified |
|||
livecd-iso-to-xo.sh: locally modified |
|||
olpc-base.ks: locally modified |
|||
olpc-desktop.ks: locally modified |
|||
⚫ | |||
HEAD is now at 53b659b disable pulseaudio (#9365) |
|||
⚫ | |||
[hatman@efeleven fedora-xo]$ git checkout xo-1 |
[hatman@efeleven fedora-xo]$ git checkout xo-1 |
||
Switched to branch 'xo-1' |
|||
error: pathspec 'xo-1' did not match any file(s) known to git. |
|||
[hatman@efeleven fedora-xo]$ ls |
[hatman@efeleven fedora-xo]$ ls |
||
build Makefile olpc-desktop.ks olpc-xfce.ks |
build Makefile olpc-desktop.ks olpc-xfce.ks |
||
livecd-iso-to-xo.sh olpc-base.ks olpc-lxde.ks |
livecd-iso-to-xo.sh olpc-base.ks olpc-lxde.ks |
||
[hatman@efeleven fedora-xo]$ git branch |
[hatman@efeleven fedora-xo]$ git branch |
||
master |
|||
* xo-1 |
|||
⚫ | |||
error: pathspec 'xo-1' did not match any file(s) known to git. |
|||
⚫ | |||
error: pathspec 'xo-1.5' did not match any file(s) known to git. |
|||
--[[User:Adricnet|Adricnet]] |
--[[User:Adricnet|Adricnet]] 23:34, 16 July 2009 (UTC) |
Revision as of 23:34, 16 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?
At Seth's suggestion, this worked, I think?
[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
[hatman@efeleven fedora-xo]$ git branch master * xo-1
--Adricnet 23:34, 16 July 2009 (UTC)