gustavosmk / groovyarcade

Automatically exported from code.google.com/p/groovyarcade
0 stars 0 forks source link

git repo appears empty? #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

$ git clone https://code.google.com/p/groovyarcade/
Cloning into 'groovyarcade'...
warning: You appear to have cloned an empty repository.
Checking connectivity... done.

Love to check out the source and contribute!

Original issue reported on code.google.com by ni...@iinet.net.au on 9 Jun 2014 at 10:58

GoogleCodeExporter commented 9 years ago
This worked - is this everything up to date?

git clone https://code.google.com/p/groovyarcade.diff/

$ git log
commit e7810752359a687b3b35738d6c0658fa58298e98
Author: vicenGArcade <none>
Date:   Thu Dec 5 19:52:04 2013 +0100

    Update

commit e1bb5169c738d0c8a1181bae4ddce0a2ac004afa
Author: vicenGArcade <none>
Date:   Thu Dec 5 19:45:02 2013 +0100

    Update

commit 128844db7f03dbde857c5bc0b1e39994afc0f862
Author: vicenGArcade <none>
Date:   Thu Dec 5 15:32:50 2013 +0100

    libsdl to sdl

commit c9864717c95a83390b547935a516fb71b97d85ce
Author: vicenGArcade <none>
Date:   Thu Dec 5 15:32:11 2013 +0100

    sdl to libsdl

commit 8892ae35eda2879093351b55917616087eabceea
Author: vicenGArcade <none>
Date:   Thu Dec 5 15:26:55 2013 +0100

    libsdl to sdl

Original comment by ni...@iinet.net.au on 9 Jun 2014 at 11:26

GoogleCodeExporter commented 9 years ago
were you able to build it?

Original comment by rodger...@gmail.com on 23 Jul 2014 at 3:22

GoogleCodeExporter commented 9 years ago
Haven't attempted to build as there are no build instructions.  Are you able to 
confirm which repo is correct, and whether it is up to date etc.?

Are you able to document the build process, prerequisites etc.?

Original comment by ni...@iinet.net.au on 24 Jul 2014 at 12:57

GoogleCodeExporter commented 9 years ago
I double-checked to make sure, but could you provide a simple doc/README to 
help people get started?

$ ls
linux 3.12-1            sdl-1.2.15-5            xf86-video-ati-7.2.0        xf86-video-nouveau-1.0.10
sdl-1.2.15          xf86-video-ati-7.0.0        xf86-video-nouveau-1.0.1
$ find . | grep README
$ 

This repo consists of patches for a variety of upstreams from what I can see - 
but there was another (abandoned?) repo elsewhere, and where can I find the 
source to GroovyArcade itself, the ISO building and burning scripts?  What 
version of what distro is best for development?

I'd like to contribute, but I'm not sure where to even begin - there are 
multiple Git repos out there, which is which, where is the rest of the source 
etc.?

I used to build bootable Linux media images a fair bit, so I just need to catch 
up with today's toolchain and bootstrap into an development environment so I 
can get a working config for my setup, then hopefully I can share some commits 
for other stuff.

Cheers

Original comment by ni...@iinet.net.au on 27 Jul 2014 at 12:01