Giter VIP home page Giter VIP logo

vdist's People

Contributors

dante-signal31 avatar objectified avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vdist's Issues

TypeError: 'Build' object is not callable

Hello, first time trying out vdist and getting the following exception when running the sample package.py included in the docs:

Traceback (most recent call last):
  File "package.py", line 17, in <module>
    builder.build()
TypeError: 'Build' object is not callable

If I replace that line by builder.run_build() I hit the following issue:

2018-03-05 12:01:58,597 INFO [MainThread] Builder launching docker image: dantesignal31/vdist-aux:ubuntu-trusty
2018-03-05 12:01:58,598 INFO [MainThread] Builder Running build machine for: ab1-0.1-ubuntu-trusty
2018-03-05 12:01:58,598 INFO [MainThread] BuildMachine Starting container: dantesignal31/vdist-aux:ubuntu-trusty
2018-03-05 12:01:58,598 INFO [MainThread] BuildMachine Running command: "docker run -d -ti -v None:/work dantesignal31/vdist-aux:ubuntu-trusty bash"
2018-03-05 12:03:07,811 INFO [MainThread] BuildMachine 0d9bf65d1039ecaedebc5857bdd72784801bcf9ce3ded9a2eb5234ddf01464a3
2018-03-05 12:03:08,372 INFO [MainThread] BuildMachine Unable to find image 'dantesignal31/vdist-aux:ubuntu-trusty' locally
2018-03-05 12:03:08,373 INFO [MainThread] BuildMachine ubuntu-trusty: Pulling from dantesignal31/vdist-aux
2018-03-05 12:03:08,373 INFO [MainThread] BuildMachine 48f0413f904d: Pulling fs layer
2018-03-05 12:03:08,373 INFO [MainThread] BuildMachine 2bd2b2e92c5f: Pulling fs layer
2018-03-05 12:03:08,373 INFO [MainThread] BuildMachine 06ed1e3efabb: Pulling fs layer
2018-03-05 12:03:08,373 INFO [MainThread] BuildMachine a220dbf88993: Pulling fs layer
2018-03-05 12:03:08,373 INFO [MainThread] BuildMachine 57c164185602: Pulling fs layer
2018-03-05 12:03:08,373 INFO [MainThread] BuildMachine b8fc57fdae68: Pulling fs layer
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine 10ce61a4ed02: Pulling fs layer
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine 87bc14d4ab53: Pulling fs layer
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine fac4b8645af2: Pulling fs layer
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine 8473f648268c: Pulling fs layer
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine b8fc57fdae68: Waiting
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine 10ce61a4ed02: Waiting
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine 87bc14d4ab53: Waiting
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine fac4b8645af2: Waiting
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine 8473f648268c: Waiting
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine a220dbf88993: Waiting
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine 57c164185602: Waiting
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine 06ed1e3efabb: Download complete
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine 2bd2b2e92c5f: Download complete
2018-03-05 12:03:08,374 INFO [MainThread] BuildMachine a220dbf88993: Verifying Checksum
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine a220dbf88993: Download complete
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine 57c164185602: Verifying Checksum
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine 57c164185602: Download complete
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine b8fc57fdae68: Verifying Checksum
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine b8fc57fdae68: Download complete
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine 10ce61a4ed02: Verifying Checksum
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine 10ce61a4ed02: Download complete
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine fac4b8645af2: Verifying Checksum
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine fac4b8645af2: Download complete
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine 8473f648268c: Download complete
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine 87bc14d4ab53: Verifying Checksum
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine 87bc14d4ab53: Download complete
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine 48f0413f904d: Verifying Checksum
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine 48f0413f904d: Download complete
2018-03-05 12:03:08,375 INFO [MainThread] BuildMachine 48f0413f904d: Pull complete
2018-03-05 12:03:08,376 INFO [MainThread] BuildMachine 2bd2b2e92c5f: Pull complete
2018-03-05 12:03:08,376 INFO [MainThread] BuildMachine 06ed1e3efabb: Pull complete
2018-03-05 12:03:08,376 INFO [MainThread] BuildMachine a220dbf88993: Pull complete
2018-03-05 12:03:08,376 INFO [MainThread] BuildMachine 57c164185602: Pull complete
2018-03-05 12:03:08,376 INFO [MainThread] BuildMachine b8fc57fdae68: Pull complete
2018-03-05 12:03:08,376 INFO [MainThread] BuildMachine 10ce61a4ed02: Pull complete
2018-03-05 12:03:08,376 INFO [MainThread] BuildMachine 87bc14d4ab53: Pull complete
2018-03-05 12:03:08,376 INFO [MainThread] BuildMachine fac4b8645af2: Pull complete
2018-03-05 12:03:08,376 INFO [MainThread] BuildMachine 8473f648268c: Pull complete
2018-03-05 12:03:08,376 INFO [MainThread] BuildMachine Digest: sha256:49d5a9fd8e74df6ea73bd6fd4967b77cd4f48b19a58e6401e8459541752ef5fa
2018-03-05 12:03:08,376 INFO [MainThread] BuildMachine Status: Downloaded newer image for dantesignal31/vdist-aux:ubuntu-trusty
2018-03-05 12:03:08,377 INFO [MainThread] BuildMachine Running command: "docker exec 0d9bf65d1039ecaedebc5857bdd72784801bcf9ce3ded9a2eb5234ddf01464a3 /work/scratch/buildscript.sh"
2018-03-05 12:03:08,519 INFO [MainThread] BuildMachine OCI runtime exec failed: exec failed: container_linux.go:296: starting container process caused "exec: \"/work/scratch/buildscript.sh\": stat /work/scratch/buildscript.sh: no such file or directory": unknown
2018-03-05 12:03:08,523 INFO [MainThread] Builder Shutting down build machine: ab1-0.1-ubuntu-trusty
2018-03-05 12:03:08,523 INFO [MainThread] BuildMachine Stopping container: 0d9bf65d1039ecaedebc5857bdd72784801bcf9ce3ded9a2eb5234ddf01464a3
2018-03-05 12:03:08,523 INFO [MainThread] BuildMachine Running command: "docker stop 0d9bf65d1039ecaedebc5857bdd72784801bcf9ce3ded9a2eb5234ddf01464a3"
2018-03-05 12:03:09,035 INFO [MainThread] BuildMachine 0d9bf65d1039ecaedebc5857bdd72784801bcf9ce3ded9a2eb5234ddf01464a3
2018-03-05 12:03:09,038 INFO [MainThread] BuildMachine Removing container: 0d9bf65d1039ecaedebc5857bdd72784801bcf9ce3ded9a2eb5234ddf01464a3
2018-03-05 12:03:09,038 INFO [MainThread] BuildMachine Running command: "docker rm -f 0d9bf65d1039ecaedebc5857bdd72784801bcf9ce3ded9a2eb5234ddf01464a3"
2018-03-05 12:03:09,088 INFO [MainThread] BuildMachine 0d9bf65d1039ecaedebc5857bdd72784801bcf9ce3ded9a2eb5234ddf01464a3
2018-03-05 12:03:09,090 INFO [MainThread] Builder *** Resulting OS packages are in: None ***

Any thoughts on Poetry support?

Vdist looks like a great tool for packaging apps. I'm curious if you have given any thought to adding support for Poetry as an alternative to PIp when bringing in the Python dependencies? I understand that it has a fairly well designed Python API so it should be fairly straightforward to integrate with it.

Link to docs

It seems that the link to the docs might be from before you forked and took over maintenance of the project? The last version listed in the release notes on the readthedocs site is 1.4.9, whereas the latest release is 2.1.1

Is there another site where the rendered docs are being published?

Bintray uploading from Travis CI failing.

When Travis CI get Bintray deployment stage it fails to upload generated packages.

Travis log outputs next error message when upload fails:

Bintray response: 401 Unauthorized. This resource requires authentication

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.