Skip to content
  • Ciaran Gultnieks's avatar
    Support for publishing signed binaries from elsewhere · 85688058
    Ciaran Gultnieks authored
    Done after verifying that they match ones built using a recipe.
    Everything in the metadata should be the same as normal, with the
    addition of the Binaries: directive to specify where (with pattern
    substitution) to get the binaries from.
    
    Publishing only takes place if there is a proper match. (Which seems
    very unlikely to be the case unless the exact same toolchain is used, so
    I would imagine that unless the person building and signing the incoming
    binaries uses fdroidserver to build them, probably the exact same
    buildserver id, they will not match. But at least we have the
    functionality to support that.)
    85688058