summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/git.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Drop fetch v1, v2 provides a much better codebase to build fromRichard Purdie2012-03-051-339/+0
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-3/+3
* fetch.git: fix a remnant wrt persist + keyerrorChristopher Larson2011-05-061-4/+4
* persist_data: implement comparison, same as dictChris Larson2011-05-061-4/+2
* persist_data: raise KeyError on missing elementsChris Larson2011-05-061-8/+10
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-031-2/+2
* bitbake/fetch/git: Add backwards compatibility code for branch name handlingRichard Purdie2011-01-101-2/+80
* fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter2011-01-041-5/+11
* fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer2011-01-041-1/+1
* fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj2011-01-041-1/+1
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-4/+5
* bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie2010-10-191-1/+4
* bitbake/fetcher: Deal with a ton of different bugsRichard Purdie2010-10-191-6/+22
* bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie2010-10-191-1/+5
* bitbake/fetch/git: fix try_premirror() definition .Method takes 4 parameters.Joshua Lock2010-09-081-1/+1
* bitbake/fetch: add try_premirror method and special case git fetcherJoshua Lock2010-09-081-0/+6
* bitbake/git: define a forcefetch methodJoshua Lock2010-09-011-1/+6
* bitbake/git.py: Make sure different branches can have different revisions wit...Richard Purdie2010-08-131-1/+1
* bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use...Richard Purdie2010-08-131-0/+4
* bitbake/git.py: Make sure a full clone checkout always updatesRichard Purdie2010-08-131-1/+1
* Apply the 2to3 print function transformChris Larson2010-07-021-1/+1
* Formatting cleanupsChris Larson2010-07-021-6/+5
* Fix ud.basecmd error introduced by the FETCHCMD_git commitChris Larson2010-03-221-1/+2
* Add FETCHCMD parameter for gitMartyn Welch2010-03-221-10/+13
* bitbake: unify mirror support and make it independant of the fetcherJoshua Lock2010-02-041-6/+3
* bitbake/git: remove repodir usage (from bitbake master)Martin Jansa2010-01-211-1/+1
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-26/+47
* bitbake/git.py: Typo fixRichard Purdie2009-12-111-2/+2
* bitbake/git.py: Add support for fullclone parameterRichard Purdie2009-12-111-2/+8
* bitbake/git.py: Move variable init into the localpath functionRichard Purdie2009-12-111-19/+17
* git.py: Improve command failure error messagesRichard Purdie2009-12-111-1/+4
* fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie2009-11-131-3/+3
* bitbake: Sync module import cleanups back from bitbake trunkRichard Purdie2009-11-131-2/+1
* bitbake: Disable sortable revision for nowRichard Purdie2009-06-101-1/+1
* bitbake: Add PN to SRCREV keyhash in the persistent database to avoid conflic...Richard Purdie2009-06-101-0/+41
* bitbake: Sync git fetcher with changes upstreamRichard Purdie2009-05-111-10/+15
* bitbake: Make sure the git remote head viewer preserves the usernameRichard Purdie2008-12-171-1/+6
* Adds username support to the git fetcher, and exports SSH_AGENT_PID + SSH_AUT...Robert Bragg2008-12-031-3/+8
* bitbake/utils.py: Add prunedir function to utils collectionRichard Purdie2008-08-181-11/+2
* bitbake: Fix a bug where changed files weren't getting spotted and an invalid...Richard Purdie2008-03-281-2/+2
* bitbake: Sync with upstream 1.8 branch for git fetcher and --continue mode fixRichard Purdie2008-02-111-1/+1
* bitbake: Update to 1.8.10 releaseRichard Purdie2008-01-201-2/+3
* bitbake: sync with upstream stable branch bugfixes and enhancementsRichard Purdie2008-01-201-1/+4
* bitbake/fetchers: Sync with upstream bitbakeRichard Purdie2007-11-171-1/+2
* bitbake: Update SRCREV fetcher code to cope better with multiple SCM packagesRichard Purdie2007-11-131-7/+10
* bitbake: git.py - Fix weird git checkout issues by using git-fetch, not git-p...Richard Purdie2007-11-081-1/+1
* bitbake: fetcher updates - Add BB_GENERATE_MIRROR_TARBALLS option to allow di...Richard Purdie2007-11-071-7/+10
* bitbake git.py: Always use tag param from URI if specifiedRichard Purdie2007-09-261-1/+1
* git.py: Fix reference to tagRichard Purdie2007-08-161-1/+1
* bitbake fetch/git.py: Don't use master as a tagRichard Purdie2007-08-161-1/+1