GermanBread / declarative-flatpak

126 stars 4 forks source link

Naming scheme warning inaccuracy #10

Closed Ethorbit closed 1 year ago

Ethorbit commented 1 year ago

It says: Your package \<here> needs to follow the naming scheme: remote-name:type/package-name/arch/branch-name/commit

but the pattern does not check for a forward slash before the commit like it says: [A-Za-z0-9-]+:(runtime|app)\/[a-zA-Z0-9._-]+\/[0-9x_a-zA-Z-]*\/[a-zA-Z0-9.-]+(:[a-z0-9]{64})?

It should say this instead: remote-name:type/package-name/arch/branch-name:commit

GermanBread commented 1 year ago

Oh wow. I completely forgot to update that warning! I will fix that ASAP

thanks

GermanBread commented 1 year ago

I pushed the change to stable