CheckUpdate Error - Uncommited changes

Hello f-droid community,

today i wanted to publish my App “ShiftCal” to fdroid.

When executing “fdroid checkupdates de.nulide.shiftcal”, i receive the error ERROR: Build metadata git repo has uncommited changes!

Right now i don’t understand how my github repo can have uncommited changes or am i misunderstanding the error message?

Hope somebody can help me.

Regards
Nulide

My metadata:

Categories:
  - Phone & SMS
  - Time
License: GPL-3.0-only
SourceCode: https://github.com/Nulide/ShiftCal
IssueTracker: https://github.com/Nulide/ShiftCal/issues
Summary: Shift Calendar
Description: Simple, material design shift calendar.
RepoType: git
Repo: https://github.com/Nulide/ShiftCal

Builds:
  - versionName: '1.0'
    versionCode: 1
    commit: 'v1.0'
    gradle:
      - yes

AutoUpdateMode: Version v%v
UpdateCheckMode: Tags

Right now i don’t understand how my github repo can have uncommited changes or am i misunderstanding the error message?

This message is about metadata, not app repo. Use --allow-dirty option to ignore it.

1 Like

It worked!

Thank you very much.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.