Hi,

I forgot to remove the mention of the usage of packages.xml

On Fri,  2 Oct 2020 15:50:53 +0200
Denis 'GNUtoo' Carikli <gnu...@cyberdimension.org> wrote:
> +def usage(progname):
> +    print ('Usage:')
> +    print ('\t{} gen-script <key-migration.sh>'
> +           ' <OLD>'
> +           ' <NEW>'.format(progname))
> +    print ('Possible arguments for OLD or NEW:')
> +    print ('\t- the path to vendor/replicant-security')
> +    print ('\t  or other directory with keys and certificates')
> +    print ('\t- the path to'
> +           ' vendor/replicant-data/distros/releases/certificates/')
> +    print ('\t  or other directory that has directories with'
> +           ' keys and certificates')
> +    print ('''Example of use with a device\'s packages.xml:
print ('''Example of use:

> +     adb root
> +     adb pull /data/system/packages.xml
Both lines needs to be removed

> +     {} gen-script \\
> +     \tvendor/replicant/prebuilt/common/bin/key-migration.sh \\
> +
> \tpackages.xmlvendor/replicant-data/distros/releases/certificates/ \\
There is a typo here, the packages.xml needs to be removed like that:
\tvendor/replicant-data/distros/releases/certificates/ \\

I also need to modify the README to fix that there as well.

I'll send a v4 with all that changes.

Denis.

Attachment: pgpa6gOB2CScu.pgp
Description: OpenPGP digital signature

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

Reply via email to