summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
* fetcher2: retry mirror if upstream checksum mismatchYu Ke2011-07-131-11/+20
* fetch2/git: Tweak git fetcher to handling repo updates correctlyRichard Purdie2011-07-081-2/+2
* fetch2/git.py: improve error reporting when an invalid protocol is usedScott Garman2011-06-221-0/+3
* make exception handling syntax consistentScott Garman2011-06-151-2/+2
* bitbake/fetch2: When replacing URLs in mirror handling mask out empty entriesRichard Purdie2011-06-131-1/+4
* fetch2/git: ensure network check log matches actual commandDarren Hart2011-05-271-6/+10
* fetch2/git: use logging.debug() and clarify messagesDarren Hart2011-05-271-2/+5
* fetch2/git: enhance the unpack by using "git checkout"Yu Ke2011-05-271-2/+5
* fetch2/git: add document for git fetcher supported optionsYu Ke2011-05-271-3/+35
* fetch2/git: unify the nocheckout option formatYu Ke2011-05-271-3/+1
* fetch2/git: change default protocol from rsync to gitYu Ke2011-05-271-1/+1
* git fetcher: add support for rebaseable git repoYu Ke2011-05-171-8/+20
* persist_data: implement comparison, same as dictChris Larson2011-05-061-9/+6
* persist_data: raise KeyError on missing elementsChris Larson2011-05-061-8/+7
* Initial work on getting bitbake working under pypyChris Larson2011-05-061-17/+15
* git fetcher: make tag back to work, fix Yocto bug 972Yu Ke2011-05-031-0/+1
* bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie2011-04-205-13/+17
* bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie2011-04-192-6/+10
* Fix more incorrect usages of 'is'Chris Larson2011-03-314-12/+12
* bitbake/fetch2/local: Fix inverted update required logicRichard Purdie2011-03-091-1/+1
* bitbake/fetch2: Allow local file:// urls to be found on mirrorsRichard Purdie2011-03-082-9/+19
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-0310-11/+11
* bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR...Richard Purdie2011-02-231-1/+3
* bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...Richard Purdie2011-02-161-1/+2
* bitbake/fetch2: Revert part of the unpack change until the issues with it are...Richard Purdie2011-02-131-2/+2
* fetch2: unpack revisionMark Hatle2011-02-121-39/+53
* bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie2011-02-119-17/+33
* bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrectRichard Purdie2011-02-111-1/+9
* bitbake/fetch2: Fix patch merge errorRichard Purdie2011-02-111-1/+1
* bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ...Richard Purdie2011-02-111-0/+3
* bitbake/fetch2: Ensure network access status is reset for each loop iteration...Richard Purdie2011-02-111-0/+4
* bitbake/fetch2/wget: Fix missing string parameter referenceRichard Purdie2011-02-111-1/+1
* bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logsRichard Purdie2011-02-111-2/+4
* bitbake/fetch2: Correctly handle git mirror tarball fetchingRichard Purdie2011-02-111-4/+5
* bitbake/fetch2: Pass over malformatted (empty) mirror url linesRichard Purdie2011-02-111-1/+5
* fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold2011-02-105-0/+63
* bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al...Richard Purdie2011-02-101-11/+11
* bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLYRichard Purdie2011-02-091-1/+1
* fetch2: Add SRPM knowledgeMark Hatle2011-02-081-24/+38
* bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirrorRichard Purdie2011-02-081-2/+5
* bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea...Richard Purdie2011-02-081-12/+21
* bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr...Richard Purdie2011-02-081-13/+15
* bitbake/fetch2: Ensure we only remove files, not directories when fetch failu...Richard Purdie2011-02-081-3/+5
* bitbake/fetch2: Ensure original ud is preserved in try_mirrorRichard Purdie2011-02-081-4/+4
* bitbake/fetch2/git: Fix broken variable referenceRichard Purdie2011-02-081-1/+1
* bitbake/fetch2/git: Ensure unresolved branches are translated into revisionsRichard Purdie2011-02-081-1/+2
* fetch2: add try/finally to ensure lockfile is unlocked on failureSaul Wold2011-02-071-42/+44
* fetch2: add runfetchcmd to import for fetchersSaul Wold2011-02-076-2/+15
* bitbake/fetch2:Fetch Make using the fn based cache optionalRichard Purdie2011-02-071-3/+4
* bitbake/fetch2: Fix pickling issues with fetcher exceptionsRichard Purdie2011-02-071-14/+21