• corsicanguppy@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 hours ago

    The user adds the repository to the list of repositories their package manager is using,

    Fun fact: when we were doing devops as config management, we distributed repository configs AS packages … which we updated as required.

    and the packages in that repository appear as normal packages for them to select. When the author publishes a new version of their package it’ll appear as an update in all users package managers.

    So easy.

    These days, with CI, ya berge your patch and the fix is built and sent to testing immediately, ready to be assessed for promotion, which then signs and pushes the artifact into the pipeline for synchronization and application everywhere.

    Aside from the actual smarts to build a good package, the tooling makes every other part of is zero-friction.