Git Product home page Git Product logo

tunic's People

Contributors

56quarters avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

tunic's Issues

Support for "single artifact" installs

There should be an installer that supports placing a single (local) build artifact in a release directory. This would be useful for installing a Java jar or Python package with a main.py file.

Builds failing due to `Crypto` import error

==================================== ERRORS ====================================

____________________ ERROR collecting test/unit/test_api.py ____________________

test/unit/test_api.py:3: in <module>

    import tunic.api

.tox/py26/lib/python2.6/site-packages/tunic/api.py:17: in <module>

    from .core import (

.tox/py26/lib/python2.6/site-packages/tunic/core.py:26: in <module>

    from fabric.api import (

.tox/py26/lib/python2.6/site-packages/fabric/api.py:11: in <module>

    from fabric.decorators import (hosts, roles, runs_once, with_settings, task,

.tox/py26/lib/python2.6/site-packages/fabric/decorators.py:9: in <module>

    from Crypto import Random

E   ImportError: No module named Crypto

Fabric 2 upgrade

Probably time to finally upgrade to Fabric 2 and start supporting Python 3. We should bump our version to 2 as part of this.

Expose retry settings in HttpArtifactInstallation

Settings to retry downloads are useful but they're currently buried several layers away from how people interact with HttpArtifactInstallation. No one wants to inject a bunch of esoteric functions to get retry logic. These settings should just be exposed in the constructor.

Unify LocalArtifactInstallation and HttpArtifactInstallation

Once #2 is complete, create a wrapper that accepts a path, http(s) URL, or SSH hostname/path and delegates to the appropriate code. Introduce this in pre v2 and update docs to recommend that people just use this instead of the more specific classes.

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.