[PATCH] Add gpio command support to STM/i.MX arch
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Thu Dec 23 09:36:08 EST 2010
On Thu, Dec 23, 2010 at 12:50:07PM +0100, Juergen Beisert wrote:
> Gregory CLEMENT wrote:
> > [...]
> > > are available in the git repository at:
> > > http://git.pengutronix.de/git/jbe/for_barebox_next/ next_stm_gpio_v3
> >
> > I didn't manage to get your git tree:
> > $ git remote add -f jbe http://git.pengutronix.de/git/jbe/for_barebox_next
> > Updating jbe
> > fatal: http://git.pengutronix.de/git/jbe/for_barebox_next/info/refs
> > not found: did you run git update-server-info on the server?
^^^^^^^^^^^^^^^^^^^^^^
you only need to believe this :-)
> > error: Could not fetch jbe
> >
> > Indeed http://git.pengutronix.de/git/jbe/for_barebox_next/info/refs
> > does not exist.
> > Maybe I did something wrong or maybe be you have to run git
> > update-server-info on the server ;)
>
> Sorry, I'm not a git expert. But this will show the content:
>
> http://git.pengutronix.de/?p=jbe/for_barebox_next;a=summary
>
> Don't know, what's wrong.
>
> @Uwe: ?
You need to do
cd /path/to/your/for_barebox_next-repo
git update-server-info
(to fix this for now and )
mv hooks/post-update.sample hooks/post-update
(to assert it stays fixed when you push the next time.)
But in general git:// is preferable because it only transfers the needed
objects (in contrast to the complete history when the repository is
perfectly packed even you only miss a single object).
Best regards
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | http://www.pengutronix.de/ |
More information about the barebox
mailing list