Re: [Replicant] [PATCH] Replicant 6.0 0004 images release

2020-01-03 Thread Denis 'GNUtoo' Carikli
On Sat, 4 Jan 2020 02:19:12 +0200
Joonas Kylmälä  wrote:

> Hi,
Hi,

> if you can wait until Monday I can send a v2. I would like to
> reproduce this issue myself also.
That's fine for me.

Denis.


pgpJjpGV6y7vK.pgp
Description: OpenPGP digital signature
___
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant


Re: [Replicant] [PATCH] Replicant 6.0 0004 images release

2020-01-03 Thread Joonas Kylmälä
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ä  wrote:
> 
>> Signed-off-by: Joonas Kylmälä 
>> ---
>>  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
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant


Re: [Replicant] [PATCH] Replicant 6.0 0004 images release

2020-01-03 Thread Denis 'GNUtoo' Carikli
On Sun, 27 Oct 2019 17:26:57 +0200
Joonas Kylmälä  wrote:

> Signed-off-by: Joonas Kylmälä 
> ---
>  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.


pgpcl1twm_7RW.pgp
Description: OpenPGP digital signature
___
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant


Re: [Replicant] [PATCH] Replicant 6.0 0004 images release

2019-10-27 Thread dllud
Acked-by: David Ludovino 

On 27/10/2019 16:06, dllud wrote:
> Seems good to me.
> 
> On 27/10/2019 15:28, Joonas Kylmälä wrote:
>> This should be applied to vendor/replicant.
>>
>> Joonas Kylmälä:
>>> Signed-off-by: Joonas Kylmälä 
>>> ---
>>>  CHANGELOG.mkdn   | 10 ++
>>>  config/common.mk |  2 +-
>>>  2 files changed, 11 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/CHANGELOG.mkdn b/CHANGELOG.mkdn
>>> index bb654f14..9c9eb960 100644
>>> --- a/CHANGELOG.mkdn
>>> +++ b/CHANGELOG.mkdn
>>> @@ -1,6 +1,16 @@
>>>  Replicant
>>>  =
>>>  
>>> +### Replicant 6.0 0004 images
>>> +
>>> +Common:
>>> +* Security updates until August 2018
>>> +* Per app renderer selection
>>> +* Fix privacy issue with phone number lookup functionality in the Dialer 
>>> app
>>> +* Wi-Fi integrated to system settings, replaces RepWifi
>>> +* F-Droid removed because it was not compliant with FSDG
>>> +* Experimental support for USB ethernet adapters
>>> +
>>>  ### Replicant 6.0 0003 images
>>>  
>>>  Common:
>>> diff --git a/config/common.mk b/config/common.mk
>>> index 6340f0a6..70788758 100644
>>> --- a/config/common.mk
>>> +++ b/config/common.mk
>>> @@ -243,7 +243,7 @@ PRODUCT_VERSION_MAJOR = 6
>>>  PRODUCT_VERSION_MINOR = 0
>>>  PRODUCT_VERSION_MAINTENANCE = 1
>>>  
>>> -REPLICANT_VERSION := "replicant-6.0"
>>> +REPLICANT_VERSION := "replicant-6.0-0004"
>>>  
>>>  PRODUCT_PROPERTY_OVERRIDES += \
>>>ro.cm.version=$(REPLICANT_VERSION) \
>>>
>> ___
>> Replicant mailing list
>> Replicant@osuosl.org
>> https://lists.osuosl.org/mailman/listinfo/replicant
>>
> ___
> Replicant mailing list
> Replicant@osuosl.org
> https://lists.osuosl.org/mailman/listinfo/replicant
> 



signature.asc
Description: OpenPGP digital signature
___
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant


Re: [Replicant] [PATCH] Replicant 6.0 0004 images release

2019-10-27 Thread dllud
Seems good to me.

On 27/10/2019 15:28, Joonas Kylmälä wrote:
> This should be applied to vendor/replicant.
> 
> Joonas Kylmälä:
>> Signed-off-by: Joonas Kylmälä 
>> ---
>>  CHANGELOG.mkdn   | 10 ++
>>  config/common.mk |  2 +-
>>  2 files changed, 11 insertions(+), 1 deletion(-)
>>
>> diff --git a/CHANGELOG.mkdn b/CHANGELOG.mkdn
>> index bb654f14..9c9eb960 100644
>> --- a/CHANGELOG.mkdn
>> +++ b/CHANGELOG.mkdn
>> @@ -1,6 +1,16 @@
>>  Replicant
>>  =
>>  
>> +### Replicant 6.0 0004 images
>> +
>> +Common:
>> +* Security updates until August 2018
>> +* Per app renderer selection
>> +* Fix privacy issue with phone number lookup functionality in the Dialer app
>> +* Wi-Fi integrated to system settings, replaces RepWifi
>> +* F-Droid removed because it was not compliant with FSDG
>> +* Experimental support for USB ethernet adapters
>> +
>>  ### Replicant 6.0 0003 images
>>  
>>  Common:
>> diff --git a/config/common.mk b/config/common.mk
>> index 6340f0a6..70788758 100644
>> --- a/config/common.mk
>> +++ b/config/common.mk
>> @@ -243,7 +243,7 @@ PRODUCT_VERSION_MAJOR = 6
>>  PRODUCT_VERSION_MINOR = 0
>>  PRODUCT_VERSION_MAINTENANCE = 1
>>  
>> -REPLICANT_VERSION := "replicant-6.0"
>> +REPLICANT_VERSION := "replicant-6.0-0004"
>>  
>>  PRODUCT_PROPERTY_OVERRIDES += \
>>ro.cm.version=$(REPLICANT_VERSION) \
>>
> ___
> Replicant mailing list
> Replicant@osuosl.org
> https://lists.osuosl.org/mailman/listinfo/replicant
> 
___
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant


Re: [Replicant] [PATCH] Replicant 6.0 0004 images release

2019-10-27 Thread Joonas Kylmälä
This should be applied to vendor/replicant.

Joonas Kylmälä:
> Signed-off-by: Joonas Kylmälä 
> ---
>  CHANGELOG.mkdn   | 10 ++
>  config/common.mk |  2 +-
>  2 files changed, 11 insertions(+), 1 deletion(-)
> 
> diff --git a/CHANGELOG.mkdn b/CHANGELOG.mkdn
> index bb654f14..9c9eb960 100644
> --- a/CHANGELOG.mkdn
> +++ b/CHANGELOG.mkdn
> @@ -1,6 +1,16 @@
>  Replicant
>  =
>  
> +### Replicant 6.0 0004 images
> +
> +Common:
> +* Security updates until August 2018
> +* Per app renderer selection
> +* Fix privacy issue with phone number lookup functionality in the Dialer app
> +* Wi-Fi integrated to system settings, replaces RepWifi
> +* F-Droid removed because it was not compliant with FSDG
> +* Experimental support for USB ethernet adapters
> +
>  ### Replicant 6.0 0003 images
>  
>  Common:
> diff --git a/config/common.mk b/config/common.mk
> index 6340f0a6..70788758 100644
> --- a/config/common.mk
> +++ b/config/common.mk
> @@ -243,7 +243,7 @@ PRODUCT_VERSION_MAJOR = 6
>  PRODUCT_VERSION_MINOR = 0
>  PRODUCT_VERSION_MAINTENANCE = 1
>  
> -REPLICANT_VERSION := "replicant-6.0"
> +REPLICANT_VERSION := "replicant-6.0-0004"
>  
>  PRODUCT_PROPERTY_OVERRIDES += \
>ro.cm.version=$(REPLICANT_VERSION) \
> 
___
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant