summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/git.py
AgeCommit message (Expand)Author
2011-02-10fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold
2011-02-10bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al...Richard Purdie
2011-02-10bitbake/fetch2/git: Fix broken variable referenceRichard Purdie
2011-02-10bitbake/fetch2/git: Ensure unresolved branches are translated into revisionsRichard Purdie
2011-02-10bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...Richard Purdie
2011-02-10bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball...Richard Purdie
2011-02-10bitbake/fetch2/git.py: Ensure that forcefetch operates in the correct directo...Richard Purdie
2011-02-10bitbake/fetch2/git: Fix localpath to point at the clone repo since we no long...Richard Purdie
2011-02-10bitbake/fetch2: Use True instead of integer valuesRichard Purdie
2011-02-10bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-10bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie
2011-02-10bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie
2011-02-10bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-02-10bitbake/fetch2/git: Switch to completely use bare clonesRichard Purdie
2011-02-10fetch2/git.py: Fix problem when fetching with no originSaul Wold
2011-02-10bitbake/fetch2/git: Ensure we prune origin to remove stale branchesRichard Purdie
2011-02-10bitbake/fetch2/git: Ensure deleted branches upstream are removed, all branch ...Richard Purdie
2011-02-10bitbake/fetch2/git: Ensure target directory exists when copying filesRichard Purdie
2011-02-10fetch2: Allow multiple src rev to be used in one src_uriYu Ke
2011-02-10git.py: Remove the source tree tarball archivesYu Ke
2011-02-10bitbake/fetch2/git: Add nocheckout option to disable checkouts and always add...Richard Purdie
2011-02-10bb.fetch2: Add git unpackYu Ke
2011-02-10bitbake/fetch2: Instrument fetchers when making network accessYu Ke
2011-02-10bb.fetch2: remove the obsolate Fetch.try_mirrors referrenceYu Ke
2011-02-10git.py: split download to download() and build_mirror_data()Yu Ke
2011-02-10bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke
2011-02-10Fetcher: break the "SRCREVINACTION" deadlockYu Ke
2011-02-10bb.fetch2.git.py: add git urldata_initYu Ke
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke
2011-01-10fetch2/git: Remove duplicated code only added for backwards compatibilityRichard Purdie
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke