Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change_addon_version: add binary-addons #9260

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    28ebb1b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. tools/change_addon_version: workaround to fix git locks

    :# ./tools/change_addon_version
    git commit "distro: bump ADDON_VERSION to 12.80.1"
    git commit "addons: reset version"
    fatal: Unable to create '/mnt/d/LE/.git/index.lock': File exists.
    
    Another git process seems to be running in this repository, e.g.
    an editor opened by 'git commit'. Please make sure all processes
    are terminated then try again. If it still fails, a git process
    may have crashed in this repository earlier:
    remove the file manually to continue.
    git commit "addons: bump kodi-binary-addons"
    CvH committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    52184a2 View commit details
    Browse the repository at this point in the history