Skip to content
Snippets Groups Projects
  1. Feb 04, 2014
  2. Dec 25, 2013
  3. Dec 22, 2013
  4. Dec 04, 2013
  5. Dec 03, 2013
  6. Dec 02, 2013
  7. Dec 01, 2013
    • Antoine Beaupré's avatar
      fix crash after introduction of immediate mode · fc36200e
      Antoine Beaupré authored
      this fixes the following backtrace:
      
      Exception happened during processing of request from ('127.0.0.1', 41192)
      Traceback (most recent call last):
        File /usr/lib/python2.7/SocketServer.py, line 295, in _handle_request_noblock
          self.process_request(request, client_address)
        File /usr/lib/python2.7/SocketServer.py, line 321, in process_request
          self.finish_request(request, client_address)
        File /usr/lib/python2.7/SocketServer.py, line 334, in finish_request
          self.RequestHandlerClass(request, client_address, self)
        File /usr/lib/python2.7/SocketServer.py, line 649, in __init__
          self.handle()
        File ./irkerd, line 820, in handle
          irker.handle(line.strip())
        File ./irkerd, line 786, in handle
          self.servers[target.server()].dispatch(target.channel, message, target.key, quit_after=quit_after)
        File ./irkerd, line 641, in dispatch
          eligibles[0].enqueue(channel, message, key)
      TypeError: enqueue() takes exactly 5 arguments (4 given)
      
      when running: ./irk irker-test test
      fc36200e
    • Antoine Beaupré's avatar
      add a more helpful hook example: in post-receive · 4d730bc5
      Antoine Beaupré authored
      the previous suggestion seemed to be about the update hook, but it's
      usually bad practice to setup notification hooks there, because if
      they fail, the push fails.
      
      parsing the git documentation to find exactly the incantation is not
      exactly trivial either...
      4d730bc5
    • Eric S. Raymond's avatar
      Another shipper metadata change. · f3d87f4e
      Eric S. Raymond authored
      f3d87f4e
    • Eric S. Raymond's avatar
      Version bump for 2.3 release. · b2f0aa40
      Eric S. Raymond authored
      b2f0aa40
    • Eric S. Raymond's avatar
  8. Nov 30, 2013
  9. Nov 29, 2013
  10. Nov 27, 2013
  11. Nov 26, 2013
Loading