aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/git.py
AgeCommit message (Expand)Author
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-01-10bitbake/fetch/git: Add backwards compatibility code for branch name handlingRichard Purdie
2011-01-04fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter
2011-01-04fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer
2011-01-04fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj
2011-01-04Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-10-19bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie
2010-10-19bitbake/fetcher: Deal with a ton of different bugsRichard Purdie
2010-10-19bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie
2010-09-08bitbake/fetch/git: fix try_premirror() definition .Method takes 4 parameters.Joshua Lock
2010-09-08bitbake/fetch: add try_premirror method and special case git fetcherJoshua Lock
2010-09-01bitbake/git: define a forcefetch methodJoshua Lock
2010-08-13bitbake/git.py: Make sure different branches can have different revisions wit...Richard Purdie
2010-08-13bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use...Richard Purdie
2010-08-13bitbake/git.py: Make sure a full clone checkout always updatesRichard Purdie
2010-07-02Apply the 2to3 print function transformChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-03-22Fix ud.basecmd error introduced by the FETCHCMD_git commitChris Larson
2010-03-22Add FETCHCMD parameter for gitMartyn Welch
2010-02-04bitbake: unify mirror support and make it independant of the fetcherJoshua Lock
2010-01-21bitbake/git: remove repodir usage (from bitbake master)Martin Jansa
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie
2009-12-11bitbake/git.py: Typo fixRichard Purdie
2009-12-11bitbake/git.py: Add support for fullclone parameterRichard Purdie
2009-12-11bitbake/git.py: Move variable init into the localpath functionRichard Purdie
2009-12-11git.py: Improve command failure error messagesRichard Purdie
2009-11-13fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie
2009-11-13bitbake: Sync module import cleanups back from bitbake trunkRichard Purdie
2009-06-10bitbake: Disable sortable revision for nowRichard Purdie
2009-06-10bitbake: Add PN to SRCREV keyhash in the persistent database to avoid conflic...Richard Purdie
2009-05-11bitbake: Sync git fetcher with changes upstreamRichard Purdie
2008-12-17bitbake: Make sure the git remote head viewer preserves the usernameRichard Purdie
2008-12-03Adds username support to the git fetcher, and exports SSH_AGENT_PID + SSH_AUT...Robert Bragg
2008-08-18bitbake/utils.py: Add prunedir function to utils collectionRichard Purdie
2008-03-28bitbake: Fix a bug where changed files weren't getting spotted and an invalid...Richard Purdie
2008-02-11bitbake: Sync with upstream 1.8 branch for git fetcher and --continue mode fixRichard Purdie
2008-01-20bitbake: Update to 1.8.10 releaseRichard Purdie
2008-01-20bitbake: sync with upstream stable branch bugfixes and enhancementsRichard Purdie
2007-11-17bitbake/fetchers: Sync with upstream bitbakeRichard Purdie
2007-11-13bitbake: Update SRCREV fetcher code to cope better with multiple SCM packagesRichard Purdie
2007-11-08bitbake: git.py - Fix weird git checkout issues by using git-fetch, not git-p...Richard Purdie
2007-11-07bitbake: fetcher updates - Add BB_GENERATE_MIRROR_TARBALLS option to allow di...Richard Purdie
2007-09-26bitbake git.py: Always use tag param from URI if specifiedRichard Purdie
2007-08-16git.py: Fix reference to tagRichard Purdie
2007-08-16bitbake fetch/git.py: Don't use master as a tagRichard Purdie
2007-08-03bitbake: Update along 1.8 branchRichard Purdie
2007-01-08bitbake: Sync with upstream. Richard Purdie
2006-11-27svn.py, git.py: Sync with bitbake trunk - comment changesRichard Purdie
2006-11-16bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie
2006-05-09Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...Richard Purdie