On Sun, 27 Oct 2019 17:26:57 +0200
Joonas Kylmälä <joonas.kylm...@iki.fi> wrote:

> Signed-off-by: Joonas Kylmälä <joonas.kylm...@iki.fi>
> ---
>  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.

Attachment: pgpcl1twm_7RW.pgp
Description: OpenPGP digital signature

_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to