ublue-os / ublue-update

Small maintenance/update program written in python intended for use in Universal Blue
Apache License 2.0
10 stars 17 forks source link

copr-build job is (silently) broken due to invalid login #114

Closed cr7pt0gr4ph7 closed 1 month ago

cr7pt0gr4ph7 commented 4 months ago

The copr-build GitHub Actions Job is broken due to invalid/expired login credentials, as evidenced by the build log:

Run akdev1l/copr-build@main
  with:
    owner: ublue-os
    project-name: staging
    package-name: ublue-update
    git-remote: https://github.com/ublue-os/ublue-update.git
    committish: main
    source-build-method: rpkg
  env:
    IMAGE_NAME: ublue-update
    IMAGE_REGISTRY: ghcr.io/ublue-os
    COPR_API_TOKEN_CONFIG: ***
Run ./copr-build \
INFO:__main__:copr configuration path: /github/home/.config/copr
INFO:__main__:creating /github/home/.config/copr
INFO:__main__:writing credentials to /github/home/.config/copr
INFO:__main__:copr-build: Namespace(project_name='staging', package_name='ublue-update', owner='ublue-os', git_remote='https://github.com/ublue-os/ublue-update.git', committish='main', source_build_method='rpkg')
ERROR:__main__:could not trigger build
ERROR:__main__:Login invalid/expired. Please visit https://copr.fedorainfracloud.org/api to get or renew your API token.
gerblesh commented 3 months ago

yeah we don't use that anymore, I'll probably go through and remove/update the CI

gerblesh commented 1 month ago

closing this issue as copr-build is no longer being used in CI