The FDroidPrivilegedExtension package was updated in the manifest to
0.2.8 version. In this new version the package name is
F-DroidPrivilegedExtension.
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Once the source code is downloaded and the dependencies are
installed, it makes it easier for people to build Replicant.
It also saves the builds logs, to enable to later look at why
the build failed without needing to re-run the build.
However users still have to take care of running repo --sync
if necessary. This ensure that the local modifications are not
lost and also simplifies the procedure for testing patches.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
It's been more than one year that Replicant is aware that
shipping F-Droid as-is is not compliant with the Free System
Distrbution Guidelines(FSDG)[1].
This is beacause we hoped to resolve the issue upstream in
a timely manner, but that didn't happen.
As we now focus on a longer term solution[2], it doesn't make
any sense to keep F-Droid as-is in Replicant.
That new approach would enable to have an extremely low
maintenance cost for both F-Droid and Replicant if it
is merged upstream.
It would also enable users and developers of other
Android distributions to use it.
References:
-----------
[1]https://www.gnu.org/distros/free-system-distribution-guidelines.html
[2]https://gitlab.com/fdroid/fdroidclient/issues/564#note_162158449
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Create either all or none keys and certificates.
Signed-off-by: doak <doak+dev@posteo.net>
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This fixes several issues:
* Mostly all fields have to be set (at least it seems like this)
to create certificates using 'make_key' successfully.
* Handle default values.
* Avoid unwanted whitespaces in 'SUBJECT' due of linebreak.
Signed-off-by: doak <doak+dev@posteo.net>
[GNUtoo@cyberdimension.org: added linebreak in commit message]
Acked-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>