summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
Commit message (Expand)AuthorAgeFilesLines
...
* fetch2/git.py: improve error reporting when an invalid protocol is usedScott Garman2011-06-221-0/+3
* 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
* 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-201-1/+2
* bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie2011-04-191-4/+5
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-031-1/+1
* bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie2011-02-111-1/+1
* fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold2011-02-101-0/+6
* bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al...Richard Purdie2011-02-101-11/+11
* 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
* bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...Richard Purdie2011-02-071-6/+5
* bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball...Richard Purdie2011-02-071-1/+1
* bitbake/fetch2/git.py: Ensure that forcefetch operates in the correct directo...Richard Purdie2011-02-071-0/+3
* bitbake/fetch2/git: Fix localpath to point at the clone repo since we no long...Richard Purdie2011-02-071-0/+3
* bitbake/fetch2: Use True instead of integer valuesRichard Purdie2011-02-071-2/+2
* bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie2011-02-071-2/+2
* bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie2011-02-071-2/+2
* bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie2011-02-071-3/+0
* bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie2011-02-071-1/+1
* bitbake/fetch2/git: Switch to completely use bare clonesRichard Purdie2011-02-061-9/+4
* fetch2/git.py: Fix problem when fetching with no originSaul Wold2011-02-051-2/+6
* bitbake/fetch2/git: Ensure we prune origin to remove stale branchesRichard Purdie2011-02-051-0/+1
* bitbake/fetch2/git: Ensure deleted branches upstream are removed, all branch ...Richard Purdie2011-02-031-7/+10
* bitbake/fetch2/git: Ensure target directory exists when copying filesRichard Purdie2011-02-021-0/+1
* fetch2: Allow multiple src rev to be used in one src_uriYu Ke2011-02-021-35/+31
* git.py: Remove the source tree tarball archivesYu Ke2011-02-021-58/+5
* bitbake/fetch2/git: Add nocheckout option to disable checkouts and always add...Richard Purdie2011-02-021-9/+12
* bb.fetch2: Add git unpackYu Ke2011-02-021-0/+25
* bitbake/fetch2: Instrument fetchers when making network accessYu Ke2011-01-251-0/+3
* bb.fetch2: remove the obsolate Fetch.try_mirrors referrenceYu Ke2011-01-251-7/+0
* git.py: split download to download() and build_mirror_data()Yu Ke2011-01-251-3/+5
* bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke2011-01-251-3/+3
* Fetcher: break the "SRCREVINACTION" deadlockYu Ke2011-01-101-7/+1
* bb.fetch2.git.py: add git urldata_initYu Ke2011-01-101-4/+9
* bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke2011-01-101-4/+4
* bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke2011-01-101-0/+261