summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)AuthorFiles
2011-02-23bitbake: Remove in-tree versionKhem Raj13
2011-02-23bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR...Richard Purdie1
2011-02-16bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...Richard Purdie1
2011-02-13bitbake/fetch2: Revert part of the unpack change until the issues with it are...Richard Purdie1
2011-02-12fetch2: unpack revisionMark Hatle1
2011-02-11bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie9
2011-02-11bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrectRichard Purdie1
2011-02-11bitbake/fetch2: Fix patch merge errorRichard Purdie1
2011-02-11bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ...Richard Purdie1
2011-02-11bitbake/fetch2: Ensure network access status is reset for each loop iteration...Richard Purdie1
2011-02-11bitbake/fetch2/wget: Fix missing string parameter referenceRichard Purdie1
2011-02-11bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logsRichard Purdie1
2011-02-11bitbake/fetch2: Correctly handle git mirror tarball fetchingRichard Purdie1
2011-02-11bitbake/fetch2: Pass over malformatted (empty) mirror url linesRichard Purdie1
2011-02-10fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold5
2011-02-10bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al...Richard Purdie1
2011-02-09bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLYRichard Purdie1
2011-02-08fetch2: Add SRPM knowledgeMark Hatle1
2011-02-08bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirrorRichard Purdie1
2011-02-08bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea...Richard Purdie1
2011-02-08bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr...Richard Purdie1
2011-02-08bitbake/fetch2: Ensure we only remove files, not directories when fetch failu...Richard Purdie1
2011-02-08bitbake/fetch2: Ensure original ud is preserved in try_mirrorRichard Purdie1
2011-02-08bitbake/fetch2/git: Fix broken variable referenceRichard Purdie1
2011-02-08bitbake/fetch2/git: Ensure unresolved branches are translated into revisionsRichard Purdie1
2011-02-07fetch2: add try/finally to ensure lockfile is unlocked on failureSaul Wold1
2011-02-07fetch2: add runfetchcmd to import for fetchersSaul Wold6
2011-02-07bitbake/fetch2:Fetch Make using the fn based cache optionalRichard Purdie1
2011-02-07bitbake/fetch2: Fix pickling issues with fetcher exceptionsRichard Purdie1
2011-02-07bitbake/fetch2: Update mirror processing to ensure we look for mirror tarballsRichard Purdie1
2011-02-07bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...Richard Purdie5
2011-02-07bitbake/fetch2: Match Fetcher log domain to that in bb.msgRichard Purdie1
2011-02-07bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball...Richard Purdie1
2011-02-07bitbake/fetch2/git.py: Ensure that forcefetch operates in the correct directo...Richard Purdie1
2011-02-07bitbake/fetch2/git: Fix localpath to point at the clone repo since we no long...Richard Purdie1
2011-02-07bitbake/fetch2: Use True instead of integer valuesRichard Purdie8
2011-02-07bitbake/fetch2: Drop name/override ordering backwards compatibility codeRichard Purdie1
2011-02-07bitbake/fetch2/svn: The concept of using dates with svn is totally insane, dr...Richard Purdie1
2011-02-07bitbake/fetch2: Define a new interface to the fetcher code though the 'Fetch'...Richard Purdie1
2011-02-07bitbake/fetch2: Fix typoRichard Purdie1
2011-02-07bitbake/fetch2: Drop legacy CVSDATE supportRichard Purdie1
2011-02-07bitbake/fetch2: Move getSRCDate to FetchData class where is more appropriateRichard Purdie1
2011-02-07bitbake/fetch2: Make srcrev_internal_helper a normal function, doesn't belong...Richard Purdie2
2011-02-07bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie13
2011-02-07bitbake/fetch2: Drop old md5 handling codeRichard Purdie1
2011-02-07bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie11
2011-02-07bitbake/fetch2: Have all fetcher exceptions derived from a common BBFetchExce...Richard Purdie1
2011-02-07bitbake/fetch2: Drop unused parameter for localpath() and update commentsRichard Purdie1
2011-02-07bitbake/fetch2: Simplfy setup_srcrevsRichard Purdie1
2011-02-07bitbake/fetch2: Simplify localpath variable handling FetchData initRichard Purdie1