Coder Social home page Coder Social logo

Binary downloads about edbg HOT 7 CLOSED

ooxi avatar ooxi commented on September 3, 2024
Binary downloads

from edbg.

Comments (7)

ataradov avatar ataradov commented on September 3, 2024 1

Ok, I made my own bintray-like server. Actual file upload is just 100 lines of Python. I'll add index file generation, so it does not look like standard Apache index and run than on my server.

from edbg.

ataradov avatar ataradov commented on September 3, 2024 1

It looks like it runs fine now. I've added uploads to the new server. All images at https://taradov.com/bin/edbg/ are now valid builds.

from edbg.

ataradov avatar ataradov commented on September 3, 2024

The binaries are not really missing, they are available as artifacts, so I just need to rebuild them every 3 months.

I generally like the idea of publishing them some place else. I need to look closer at how this works. I'd really like to find another simple service like bintray, but it does not look like anything like this exists, even in a self-hosted version.

from edbg.

ooxi avatar ooxi commented on September 3, 2024

The binaries are not really missing, they are available as artifacts, so I just need to rebuild them every 3 months.

Yes they are not missing, they are just hard to discover.

I generally like the idea of publishing them some place else. I need to look closer at how this works. I'd really like to find another simple service like bintray, but it does not look like anything like this exists, even in a self-hosted version.

For your information, I have created an example on how to publish using GitHub Actions to GitHub Pages (gh-pages) in github-actions-release-on-github-pages-example.

The relevant part is this stage:

    - name: Deploy 🚀
      uses: JamesIves/[email protected]
      with:
        branch: gh-pages # The branch the action should deploy to.
        folder: build # The folder the action should deploy.

This will publish the contents of the build directory (on GitHub Actions, thus this might contain build artifacts as well as a website template) to the gh-pages branch.

from edbg.

ataradov avatar ataradov commented on September 3, 2024

I had a long look at all this. And I don't think I want to support that stupid system where you run random people's code automatically and pretend like it is a good idea.

What is there now is fine until there are better CI and CD platforms.

This whole thing is super gross and I really don't want to be anywhere close to it.

from edbg.

ataradov avatar ataradov commented on September 3, 2024

I've got it all mostly working. The static pages and files will be located here https://taradov.com/bin/edbg/ All the files there are junk right now. Once I fully debug the system, I'll nuke them all.

Automatic uploads for all 3 OSes were tested on this test repo https://github.com/ataradov/x-actions-test Build file there shows how the API looks like.

The script itself is here https://github.com/ataradov/badtray

Right now it is somewhat flaky and gets killed or dies unpredictably. I'll need to figure out why.

from edbg.

ooxi avatar ooxi commented on September 3, 2024

This is great new!

from edbg.

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.