summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-272-41/+41
* fetch2: Improve uri_replace to handle paths with no trailing '/'Richard Purdie2011-11-241-3/+10
* fetch2/local: Don't default to files in DL_DIR for file:// urlsRichard Purdie2011-11-241-3/+1
* fetch2: enable checksum definition as SRC_URI parameterJoshua Lock2011-10-241-2/+8
* fetch2: improve usability of checksumsJoshua Lock2011-10-241-34/+38
* fetch2: Export additional variables to the fetchersMatthew McClintock2011-10-061-1/+2
* fetch2/git: Make git fetch run with -f so rebased branches don't failMatthew McClintock2011-10-041-1/+1
* Fix mercurial fetcher in fetch21.1_M4.rc3Julian Pidancet2011-09-211-1/+1
* fetch2/git: fix subpath destination directoryPaul Eggleton2011-09-201-1/+3
* fetch2/git: be more carefull in _contains_ref when checking git log outputMartin Jansa2011-09-201-1/+4
* fetch2/git: fix logger.debugMartin Jansa2011-09-201-1/+1
* fetch2/wget: make checkstatus() quieterJoshua Lock2011-09-201-3/+4
* git.py: Fix logging vs logger typoRichard Purdie2011-09-171-1/+1
* fetch2/git: Allow to specify the name of the checkout directoryHolger Hans Peter Freyther2011-09-021-1/+2
* bitbake/fetch2/git: Ensure .gitconfig file is ignoredRichard Purdie2011-08-311-5/+6
* bb/fetch2/git: add checkstatus commandJoshua Lock2011-08-241-0/+8
* fetch2/git: Add rsync as a valid git protocolRichard Purdie2011-08-231-1/+1
* fetcher2: show warning message when checksum is mismatchYu Ke2011-08-101-1/+1
* 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