Code Monkey home page Code Monkey logo

joulupukki-common's Introduction

Joulupukki Common

Joulupukki is a generic system to build and distribute packages from sources.

LICENCE AGPLv3

Installation

pip install -r requirements
python setup.py develop

Testing

You may run all tests with tox or run the tests with a specific interpreter with tox -epy27.

Note

Maybe you need to install tox: pip instal tox

Documentation

You can build the documentation tox -edocs. The HTML documentation will be built in docs/build/html.

Dev Env

virtualenv --system-site-packages env
source env/bin/activate
pip install -r requirements.txt
python setup.py develop

joulupukki-common's People

Contributors

titilambert avatar arthtux avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

Forkers

hugodby

joulupukki-common's Issues

Bug with rabbitmq connection

2015-05-15 00:35:27,796 [INFO    ] [root] Packaging finished for osx
Connection closed, reopening in 5 seconds: (%s) %s
2015-05-15 00:35:35,945 [ERROR   ] [root] Can't connect to rabbitmq server. Probable authentication error
Exception in thread Thread-3:
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/Users/jenkins/packaging/joulupukki-worker/joulupukki/worker/worker/manager.py", line 53, in run
    new_build = self.carrier.get_message('%s.queue' % build_type)
  File "/Users/jenkins/packaging/joulupukki-common/joulupukki/common/carrier.py", line 110, in get_message
    self.on_connection_closed()
  File "/Users/jenkins/packaging/joulupukki-common/joulupukki/common/carrier.py", line 52, in on_connection_closed
    self.declare_queue(self.queue)
  File "/Users/jenkins/packaging/joulupukki-common/joulupukki/common/carrier.py", line 59, in declare_queue
    self.channel.queue_declare(queue=queue)
AttributeError: 'NoneType' object has no attribute 'queue_declare'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.