summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/__init__.py
AgeCommit message (Collapse)Author
2009-12-03bitbake: Fix dict changing size problemsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-24bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when ↵Richard Purdie
parsing failes by using a try/finally Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-26__init__.py: export GIT_PROXY_COMMAND for those behind draconian proxiesMike Turquette
Signed-off-by: Mike Turquette <mturquette@ti.com>
2009-07-30bitbake: Remove persist_data domain renaming code as it appears to expose ↵Richard Purdie
sqlite bugs and data consistency issues Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-07-29bitbake: Add a --revisions-changed commandline option to indicate when ↵Richard Purdie
floating srcrevs have changed Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-10bitbake: Add PN to SRCREV keyhash in the persistent database to avoid ↵Richard Purdie
conflicts between pacckages (from upstream bitbake) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-01-19bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig ↵Richard Purdie
fetcher commands
2008-12-03Adds username support to the git fetcher, and exports SSH_AGENT_PID + ↵Robert Bragg
SSH_AUTH_SOCK The SSH_AGENT_PID + SSH_AUTH_SOCK environment variables are needed if you are using ssh-agent to hold passwords for your ssh keys.
2008-11-05bitbake: Optionally take username/password options from url parametersRichard Purdie
2008-11-04base.bbclass: Set GIT_CONFIG correctlyRichard Purdie
2008-10-31bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it ↵Richard Purdie
means selective proxying isn't possible
2008-10-23bitbake: Preserve http_proxy and ftp_proxy in fetcher command executionRichard Purdie
2008-10-22bitbake: Improve proxy variable handling in fetchersRichard Purdie
2008-10-02fetch/__init__.py: Add in hooks to make sure osc fetcher is seenRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5402 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-30bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't ↵Richard Purdie
cache the recipe. Based on work from Heikki Paajanen git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5352 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-22__init__.py: Error if SRCREV == INVALIDRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4919 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-05-01Use bb.utils.md5_file isntead of calling md5sumRoss Burton
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4386 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-27bitbake: Sync with bitbake 1.8 branchRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4352 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-08bitbake: Improve fetcher runcmd function so error messages are visable and ↵Richard Purdie
various variables are exported for the benefit of the git fetcher git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4194 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-03bitbake: Update to bitbake 1.8 branch headRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3892 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-27bitbake fetcher: Make invalid url errors clearerRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3262 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-24bitbake: Convert fetcher code to using bb.utils locking functionsRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3223 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-13bitbake: Update SRCREV fetcher code to cope better with multiple SCM packagesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3145 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-08bitbake: fetcher init - clear data's internal expand cache since the cached ↵Richard Purdie
SRCREV value will be wrong git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3104 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-07bitbake: fetcher updates - Add BB_GENERATE_MIRROR_TARBALLS option to allow ↵Richard Purdie
disabling tarball creation to speedup git fetches, improve srcrev handling to remove some hacks and remove the need for external workarounds git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3101 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-10-11bitbake: Add hg fetcher (from bitbake upstream)Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2865 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-05bitbake: Sync with 1.8 upstream branchRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2689 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-20bitbake: Sync with 1.8.8 releaseRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2513 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-16bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ↵Richard Purdie
downloads, fixes key expansion issues and occasional missing dependency graph links git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2502 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-12bitbake: Sync with upstream 1.8 branch for fixesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2484 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-11bitbake: Sync with upstreamRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2480 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-09bitbake fetch/__init__.py: Don't print double newlinesRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2474 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-04bitbake: Try to fix cache locking issueRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2361 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-03bitbake: Update along 1.8 branchRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2345 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-08bitbake: Sync with upstream. Richard Purdie
* File licence headers were sanitised causing most of the diff. * cooker.py was created from bin/bitbake. * cvs fetcher port option was added * The -f force option was fixed to work correctly * Multiple entries in rrecrdeps are now handled correctly (allows adding do_deploy to image depends) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1129 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-12-06fetch/__init__.py: Allow srcdate to be overridden in SRC_URIRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1015 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-27fetch/__init__.py: Store url data per .bb file fixing urldata contamination ↵Richard Purdie
between .bb files. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@960 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-16bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@863 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21Add initial SSH fetcher to bitbake.Chris Larson
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@524 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-06-10bitbake: Update against upstream stable branch (includes srcdate='now' support)Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@458 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-05-09Update to bitbake 1.4.2 (latest stable branch release). This includes the ↵Richard Purdie
caching speedups git-svn-id: https://svn.o-hand.com/repos/poky/trunk@371 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-03-20Update to latest bitbakeRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@309 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-02-10Update bitbake to latest bitbake svnRichard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@264 311d38ba-8fff-0310-9ca6-ca027cbcb966