GithubHelp home page GithubHelp logo

Comments (4)

beardypig avatar beardypig commented on May 29, 2024

It is by design :-)

They are built once a day (plus once for any script change), this is because it's triggered by a cronjob in travis, and there isn't a super clean way to only build if streamlink has changed. You'd have to store the last commit and only build if it changes, I don't think travis has the ability store variables like that... I could remove the date from the zip file name so that it overwrites any existing one with the same commit, but then you lose the nice ordering in the file names. I have set up S3 to remove builds older than 60 days, so the space it takes on S3 is limited to around 2GB which costs me around $1 per year :-)

It might be possible to setup a webhook from the streamlink repo to build this one on a change.

Also, I plan to add "stable" versions that are built from tags on the streamlink repo :-)

from streamlink-portable.

beardypig avatar beardypig commented on May 29, 2024

Although, thinking about it now, maybe I can use the date of the last commit for the date... That would be much better. It would still build everyday, but wouldn't keep added zips when nothing changes :-)

Thanks for the idea :-D

from streamlink-portable.

beardypig avatar beardypig commented on May 29, 2024

Hmm, thinking even more about it, the commit date might not be 100% reliable as there is no guarantee of chronological order in git :-(

from streamlink-portable.

beardypig avatar beardypig commented on May 29, 2024

I have updated it to use the last commit date, it should be fine as streamlink always merges from pull requests.

from streamlink-portable.

Related Issues (20)

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.