summaryrefslogtreecommitdiffstats
path: root/lib/bb/shell.py
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-05-27 20:29:17 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-05-27 20:29:17 +0000
commitbcdbdcb7e327233f14ce833ca1b5a439b950070e (patch)
tree7e41e6eb5cdba55110ff3af200cc3c39fa31dfbc /lib/bb/shell.py
parent2414aea0b9cd882041badcb982b8c6f89d0abf32 (diff)
downloadbitbake-bcdbdcb7e327233f14ce833ca1b5a439b950070e.tar.gz
bitbake/lib/bb/shell.py:
-Rename last trace of pastebin.com to oe.pastebin.com (which was in a comment any way)
Diffstat (limited to 'lib/bb/shell.py')
-rw-r--r--lib/bb/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/shell.py b/lib/bb/shell.py
index 6a25aaf46..d4b4cb4df 100644
--- a/lib/bb/shell.py
+++ b/lib/bb/shell.py
@@ -364,7 +364,7 @@ SRC_URI = ""
new.usage = "<directory> <filename>"
def pasteBin( self, params ):
- """Send a command + output buffer to http://pastebin.com"""
+ """Send a command + output buffer to http://oe.pastebin.com"""
index = params[0]
contents = self._shell.myout.buffer( int( index ) )
status, error, location = sendToPastebin( contents )