aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2
AgeCommit message (Expand)Author
2012-02-01fetch2/git: Add workaround for clone using alternates problemRichard Purdie
2012-01-20bitbake/fetch2: allow resuming interrupted fetchPaul Eggleton
2012-01-15bitbake/fetch2: reduce output for fetch failuresPaul Eggleton
2012-01-15bitbake/fetch2: correctly decode exit signal/statusPaul Eggleton
2012-01-15bitbake/fetch2: improve error formatting for fetcher errorsPaul Eggleton
2012-01-04fetch2/git: change colon to dot in ud.hostJuraj Hercek
2011-12-05fetch2: fix Exception parameters when BB_STRICT_CHECKSUM enabledJoshua Lock
2011-11-27Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-24fetch2: Improve uri_replace to handle paths with no trailing '/'Richard Purdie
2011-11-24fetch2/local: Don't default to files in DL_DIR for file:// urlsRichard Purdie
2011-10-24fetch2: enable checksum definition as SRC_URI parameterJoshua Lock
2011-10-24fetch2: improve usability of checksumsJoshua Lock
2011-10-05fetch2: Export additional variables to the fetchersMatthew McClintock
2011-10-03fetch2/git: Make git fetch run with -f so rebased branches don't failMatthew McClintock
2011-09-21Fix mercurial fetcher in fetch2Julian Pidancet
2011-09-19fetch2/git: fix subpath destination directoryPaul Eggleton
2011-09-19fetch2/git: be more carefull in _contains_ref when checking git log outputMartin Jansa
2011-09-19fetch2/git: fix logger.debugMartin Jansa
2011-09-19fetch2/wget: make checkstatus() quieterJoshua Lock
2011-09-19git.py: Fix logging vs logger typoRichard Purdie
2011-09-02fetch2/git: Allow to specify the name of the checkout directoryHolger Hans Peter Freyther
2011-08-31bitbake/fetch2/git: Ensure .gitconfig file is ignoredRichard Purdie
2011-08-24bb/fetch2/git: add checkstatus commandJoshua Lock
2011-08-23fetch2/git: Add rsync as a valid git protocolRichard Purdie
2011-08-10fetcher2: show warning message when checksum is mismatchYu Ke
2011-07-13fetcher2: retry mirror if upstream checksum mismatchYu Ke
2011-07-08fetch2/git: Tweak git fetcher to handling repo updates correctlyRichard Purdie
2011-06-22fetch2/git.py: improve error reporting when an invalid protocol is usedScott Garman
2011-06-15make exception handling syntax consistentScott Garman
2011-06-13bitbake/fetch2: When replacing URLs in mirror handling mask out empty entriesRichard Purdie
2011-05-27fetch2/git: ensure network check log matches actual commandDarren Hart
2011-05-27fetch2/git: use logging.debug() and clarify messagesDarren Hart
2011-05-27fetch2/git: enhance the unpack by using "git checkout"Yu Ke
2011-05-27fetch2/git: add document for git fetcher supported optionsYu Ke
2011-05-27fetch2/git: unify the nocheckout option formatYu Ke
2011-05-27fetch2/git: change default protocol from rsync to gitYu Ke
2011-05-17git fetcher: add support for rebaseable git repoYu Ke
2011-05-06bitbake/fetch2/local: Fix inverted update required logicRichard Purdie
2011-05-06bitbake/fetch2: Allow local file:// urls to be found on mirrorsRichard Purdie
2011-05-06bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie
2011-05-06bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie
2011-05-06git fetcher: make tag back to work, fix Yocto bug 972Yu Ke
2011-04-05persist_data: raise KeyError on missing elementsChris Larson
2011-03-16Initial work on getting bitbake working under pypyChris Larson
2011-03-16Fix more incorrect usages of 'is'Chris Larson
2011-03-02fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-02-24bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR...Richard Purdie
2011-02-21bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...Richard Purdie
2011-02-21bitbake/fetch2: Revert part of the unpack change until the issues with it are...Richard Purdie
2011-02-21fetch2: unpack revisionMark Hatle