Skip to content

Instantly share code, notes, and snippets.

Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 1184, in gotResult
_inlineCallbacks(r, g, deferred)
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 1126, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.7/site-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
--- <exception caught here> ---
2016-10-07 15:21:27+0000 [-] gitpoller: processing changes from "git@github.com:Hexxeh/buildbot-demo.git"
2016-10-07 15:21:33+0000 [-] trying to poll branch refs/heads/demo-3.14 of git@github.com:Hexxeh/buildbot-demo.git
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 588, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 1184, in gotResult
_inlineCallbacks(r, g, deferred)
File "/usr/lib/python2.7/site-packages/twisted/internet/defer.py", line 1126, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.7/site-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
inside your server block:
location / {
proxy_pass http://127.0.0.1:8092/;
proxy_http_version 1.1;
@defer.inlineCallbacks
def run(self):
cmd = yield self.makeRemoteShellCommand()
yield self.runCommand(cmd)
result = cmd.results()
if result == util.SUCCESS:
# self.extract_steps returns a list of steps (eg step.ShellCommand)
step_factories = self.extract_steps(self.observer.getStdout())
self.build.addStepsAfterCurrentStep(step_factories)

Keybase proof

I hereby claim:

  • I am hexxeh on github.
  • I am hexxeh (https://keybase.io/hexxeh) on keybase.
  • I have a public key whose fingerprint is 1F3E 27A3 0130 D43A D0D5 FD70 7305 91B9 62C7 8B22

To claim this, I am signing this object:

class Libcrippy < Formula
homepage ""
url "https://github.com/Hexxeh/libcrippy/archive/master.zip"
version "1"
sha1 "c56cc62edcceb5ddbfe186ac0a22c2f1ce0672ea"
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build

Keybase proof

I hereby claim:

  • I am Hexxeh on github.
  • I am Hexxeh (https://keybase.io/Hexxeh) on keybase.
  • I have a public key whose fingerprint is 36A7 D8E6 0E46 9250 0F51 BC85 DF2D 6D96 B66F 0521

To claim this, I am signing this object:

#!/usr/bin/env python
from spotify_web.friendly import Spotify
import sys
Spotify.AUTOREPLACE_TRACKS = False
spotify = Spotify(sys.argv[1], sys.argv[2])
for playlist in spotify.getPlaylists():
for track in playlist:
if not track.isAvailable(sys.argv[3]):
print track.getName()
Hexxehs-iMac:openiboot Hexxeh$ git reset HEAD --hard
HEAD is now at 0befaaa Merge remote branch 'upstream/master'
Hexxehs-iMac:openiboot Hexxeh$ git pull
Already up-to-date.
Hexxehs-iMac:openiboot Hexxeh$ PLATFORM=IPAD make
Compiling entry.S
Compiling openiboot-asmhelpers.S
Compiling accel.c
Compiling aes.c
Compiling arm.c