Code Monkey home page Code Monkey logo

Comments (10)

strib avatar strib commented on May 29, 2024 2

Ok I just made a tag corresponding to our latest desktop release: https://github.com/keybase/kbfs/releases/tag/v1.0.36

from kbfs.

mcritchlow avatar mcritchlow commented on May 29, 2024

Just 'bumping' this, as it were. A tagged release would be great. Thanks.

from kbfs.

cjb avatar cjb commented on May 29, 2024

We've started tagging a little more often -- most recent tag is 1.0.21, last month.

from kbfs.

mcritchlow avatar mcritchlow commented on May 29, 2024

@cjb - Thanks! I see that's the case for the client repo, and that's awesome. However we'd need to package kbfs separately as a dependency. Any change kbfs will get the same treatment?

Thanks for everything ya'll do on keybase, btw 🥇

from kbfs.

cjb avatar cjb commented on May 29, 2024

Hm, I think it'll be harder to change the KBFS flow. Want to tell me more about what you're trying to do?

from kbfs.

Vaelatern avatar Vaelatern commented on May 29, 2024

I'm trying to package kbfs, because the client code as built does not come with kbfs.

from kbfs.

Vaelatern avatar Vaelatern commented on May 29, 2024

Just a single tagged commit would be enough for this.

from kbfs.

Vaelatern avatar Vaelatern commented on May 29, 2024

@cjb
Most distros, when packaging, do not take multiple code-bases and turn them into a single tool. Most often it's the single code-base that's split up into multiple "flavors" "subpackages" or what-have-you. When multiple code-bases are important relative to each other, packagers often like to build them separately and use the mechanisms afforded by the package manager to handle dependencies.

Without versions tagged, it becomes very hard to package kbfs for anybody who does not download binary blobs from your website. The tags in this repo don't even have to match what the client currently has, or will ever have. A tag of 0.0.1 would be better than no tag, since at least the tag is a single point in history.

Why do we need tagging at all? Invariably, contributors say "Look, there was a new commit, please update this!" and the whole package has to be vetted or at minimum, blindly approved again. Version tags, and a policy of enforcing them, are a way to rate limit requests for updates, as well as a way to say "We did not choose this arbitrarily. Wait for the next release for the next feature."

There are other benefits to downstream packagers. For example, there are tools that look for the latest version of a piece of software. Reworking those tools to be aware of git commits is a lot of work or against policy, so updates to untagged software don't happen. Tagging a new release is a harmless way for upstream to signal any downstream packagers that there is new code to be reviewed and packaged appropiately.

In short: Please push a tag to the repository so we may package this software for our users.

from kbfs.

Vaelatern avatar Vaelatern commented on May 29, 2024

Two months later, is it possible to pick an arbitrary point and just tag it please?

from kbfs.

Vaelatern avatar Vaelatern commented on May 29, 2024

Thank you so much!

from kbfs.

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.