On Sun, Jan 17, 2010 at 04:29:22AM -0500, Robert P. J. Day wrote: > > $ git log recipes/qpealarmclock/qpealarmclockapplet-1.0.9/missing-files.tar.gz > commit 709c4d66e0b107ca606941b988bad717c0b45d9b > Author: Denys Dmytriyenko <[email protected]> > Date: Tue Mar 17 14:32:59 2009 -0400 > > rename packages/ to recipes/ per earlier agreement > > See links below for more details: > http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 > http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 > > Signed-off-by: Denys Dmytriyenko <[email protected]> > ... snip ... > > it would seem that you can download "missing-files.tar.gz" from here: > > http://downloads.openmoko.org/developer/build/openembedded/packages/qpealarmclock/qpealarmclockapplet-1.0.9/ > > rather than keeping it in the repo.
Please use --follow flag to track renames: $ git log --follow recipes/qpealarmclock/qpealarmclockapplet-1.0.9/missing-files.tar.gz commit 709c4d66e0b107ca606941b988bad717c0b45d9b Author: Denys Dmytriyenko <[email protected]> Date: Tue Mar 17 14:32:59 2009 -0400 rename packages/ to recipes/ per earlier agreement commit d5d23d6428b7ea36bc88ab0216f46fa5fc8675d4 Author: Marcin Juszkiewicz <[email protected]> Date: Wed Jan 18 10:52:07 2006 +0000 qpealarmclock: updated to 1.0.9 and added it's clock applet - close #536 -- Denys _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
