]> code.ossystems Code Review - openembedded-core.git/commit
bitbake/git: define a forcefetch method
authorJoshua Lock <josh@linux.intel.com>
Fri, 27 Aug 2010 13:06:18 +0000 (14:06 +0100)
committerJoshua Lock <josh@linux.intel.com>
Wed, 1 Sep 2010 10:14:41 +0000 (11:14 +0100)
commit5c229f921fbd6f1ffae4038c05bf32f9b4051684
tree47ca42c4cab5b734f877d3a37dac9959f20e3298
parentb54e95fd069217a192d9bb8a3c261e33600e2538
bitbake/git: define a forcefetch method

The git fetcher should force a fetch if the required tag is not present in
the local clone, or if the fullclone parameter is set.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
bitbake/lib/bb/fetch/git.py