summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-031-2/+2
* 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-111-2/+18
* 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: 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-101-0/+34
* 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
* fetch2: add try/finally to ensure lockfile is unlocked on failureSaul Wold2011-02-071-42/+44
* 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
* bitbake/fetch2: Update mirror processing to ensure we look for mirror tarballsRichard Purdie2011-02-071-16/+21
* bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...Richard Purdie2011-02-071-72/+47
* bitbake/fetch2: Match Fetcher log domain to that in bb.msgRichard Purdie2011-02-071-1/+1
* bitbake/fetch2: Use True instead of integer valuesRichard Purdie2011-02-071-15/+15
* bitbake/fetch2: Drop name/override ordering backwards compatibility codeRichard Purdie2011-02-071-2/+0
* bitbake/fetch2: Define a new interface to the fetcher code though the 'Fetch'...Richard Purdie2011-02-071-144/+169
* bitbake/fetch2: Fix typoRichard Purdie2011-02-071-1/+1
* bitbake/fetch2: Drop legacy CVSDATE supportRichard Purdie2011-02-071-3/+3
* bitbake/fetch2: Move getSRCDate to FetchData class where is more appropriateRichard Purdie2011-02-071-18/+16
* bitbake/fetch2: Make srcrev_internal_helper a normal function, doesn't belong...Richard Purdie2011-02-071-34/+31
* bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie2011-02-071-4/+4
* bitbake/fetch2: Drop old md5 handling codeRichard Purdie2011-02-071-30/+8
* bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie2011-02-071-38/+78
* bitbake/fetch2: Have all fetcher exceptions derived from a common BBFetchExce...Richard Purdie2011-02-071-7/+10
* bitbake/fetch2: Drop unused parameter for localpath() and update commentsRichard Purdie2011-02-071-3/+2
* bitbake/fetch2: Simplfy setup_srcrevsRichard Purdie2011-02-071-13/+7
* bitbake/fetch2: Simplify localpath variable handling FetchData initRichard Purdie2011-02-071-34/+40
* bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie2011-02-071-1/+2
* bitbake/fetch2: Drop horrible SRCREV hack which is no longer neededRichard Purdie2011-02-071-3/+0
* bitbake/fetch2: Remove old local file acceleration codeRichard Purdie2011-02-031-18/+4
* bitbake/fetch2: Ensure that mirror fetches are symlinked from the download di...Richard Purdie2011-02-031-3/+17
* bitbake/fetch2: When encoding a file:// url, drop user and host informationRichard Purdie2011-02-031-2/+2
* bitbake/lib/bb/fetch2: Assign a default name in the names array as empty stri...Richard Purdie2011-02-031-1/+1
* bitbake/fetch2: Add missing parameter to localcount_internal_helperRichard Purdie2011-02-021-1/+1
* fetch2: Allow multiple src rev to be used in one src_uriYu Ke2011-02-021-23/+36
* bitbake/fetch2: Ensure the local revision counter takes a default value of 0,...Richard Purdie2011-02-011-1/+1