Només falta l'script d'en Xavi i ja el podrem provar del tot.Bones,una última actualització: he afegit un script (en python) al dipòsit: https://github.com/Softcatala/gnome-valencia/blob/master/ valencianize.py És rudimentari i té mil i una millores, però abans d'automatitzar-ho més crec que val la pena tenir aquest en producció i a partir d'aquí ja anirem millorant.
Using a script to fetch a single file via git protocol
Found another solution for Git >= 1.7.9.5 using
git archive.Create a file bootstrap.sh containing:
#!/bin/shgit archive --remote=https://github.com/theHilikus/JRoboCom master:JRoboCom/jrobocom-core/src/main/resources logback.xml | tar -xRun this in a shell in your project directory:
$ git add bootstrap.sh$ git commit -m "add a script to fetch logback.xml directly from the remote project"