Giter Site home page Giter Site logo

meshcloud / concourse-http-resource Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aequitas/concourse-http-resource

0.0 0.0 0.0 14 KB

Concourse resource for GETting and PUTting files from versioned directories on a HTTP endpoint.

Makefile 3.01% Python 94.44% Shell 2.54%

concourse-http-resource's People

Contributors

johannesrudolph avatar

Watchers

 avatar  avatar  avatar  avatar

concourse-http-resource's Issues

out should reduce its log verbosity

Uploading a file currently logs tons of "." characters (probably to indicate progress).

This unnecessarily bloats up build logs and hurts performance of the concourse UI.

Check script returns errors

We have instances of the resource defined like this:

- name: http-drop-backend
  type: concourse-http
  source:
    index: https://.../backend/drop
    uri_template: 'index: https://.../backend/drop/{version}'
    regex: '\n<a href=\"(.*)\">'

This is the output when concourse tries to check the resource (we currently use it with out/in) only.

http-drop-backend checking failed resource script '/opt/resource/check []' failed: exit status 1  stderr: Traceback (most recent call last): 
 File "/opt/resource/check", line 183, in <module>     __file__), sys.stdin.read(), sys.argv[1:]))   
 File "/opt/resource/check", line 170, in run     response = self.check(source, version)  
 File "/opt/resource/check", line 44, in check     versions.sort(key=lambda x: LooseVersion(x))  
 File "/usr/local/lib/python3.6/distutils/version.py", line 52, in __lt__     c = self._cmp(other)  
 File "/usr/local/lib/python3.6/distutils/version.py", line 337, in _cmp     if self.version < other.version: TypeError: '<' not supported between instances of 'str' and 'int'

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.