Hi, if you can wait until Monday I can send a v2. I would like to reproduce this issue myself also.
Denis 'GNUtoo' Carikli: > On Sun, 27 Oct 2019 17:26:57 +0200 > Joonas Kylmälä <[email protected]> wrote: > >> Signed-off-by: Joonas Kylmälä <[email protected]> >> --- >> CHANGELOG.mkdn | 10 ++++++++++ >> config/common.mk | 2 +- > [...] >> -REPLICANT_VERSION := "replicant-6.0" >> +REPLICANT_VERSION := "replicant-6.0-0004" > > I've tried with the following instead: >> -REPLICANT_VERSION := "replicant-6.0" >> +REPLICANT_VERSION := "replicant-6.0-dev" > However, when building, replicant-6.0-dev.zip is created instead of > replicant-6.0.zip > > So we need something like that as well: > --- a/sign-build > +++ b/sign-build > @@ -42,7 +42,7 @@ fi > TARGET_DIR=$OUT_DIR/target/product/$DEVICE > > TARGET_FILES=$TARGET_DIR/obj/PACKAGING/target_files_intermediates/*-target_files-*.zip > DIST_OUT_DIR=$OUT_DIR/"dist"/$DEVICE > -RELEASE=replicant-6.0 > +RELEASE=replicant-6.0-dev > > Is it ok if I fix the patch when I'll push it? > > Denis. > _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
