mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
Further corrections/updates
This commit is contained in:
parent
af46f8979a
commit
9313e8e37a
1 changed files with 13 additions and 12 deletions
|
@ -13,9 +13,10 @@
|
|||
and build instructions that do not fit the fastlane format.
|
||||
F-Droid adds new versions automatically to the end of `.yml` file.
|
||||
|
||||
- new versions are recognized by tags in the form `v1.2.3` -
|
||||
before adding tags like that, have a look at `docs/release-checklist.md`
|
||||
the build and distribution is expected to take
|
||||
- New versions are recognized by tags in the form `v1.2.3` -
|
||||
before adding tags like that, have a look at
|
||||
<https://github.com/deltachat/deltachat-android/blob/main/RELEASE.md#release-on-f-droid>.
|
||||
The build and distribution is expected to take
|
||||
[up to 7 days](https://gitlab.com/fdroid/wiki/-/wikis/FAQ#how-long-does-it-take-for-my-app-to-show-up-on-website-and-client).
|
||||
|
||||
|
||||
|
@ -40,18 +41,18 @@ $ git clone https://gitlab.com/fdroid/fdroiddata
|
|||
$ git clone https://gitlab.com/fdroid/fdroidserver
|
||||
$ cd fdroiddata
|
||||
|
||||
now, metadata/com.b44t.messenger.yml can be modified.
|
||||
for testing, one can change the repo to a branch
|
||||
Now, metadata/com.b44t.messenger.yml can be modified.
|
||||
For testing, one can change the repo to a branch
|
||||
by adding the line `Update Check Mode:RepoManifest/BRANCH` to the file.
|
||||
|
||||
set some path to ndk etc:
|
||||
Set some path to ndk etc:
|
||||
$ cp ../fdroidserver/examples/config.py . # adapt file as needed
|
||||
|
||||
checkout repo as f-droid would do:
|
||||
Checkout repo as f-droid would do:
|
||||
$ ../fdroidserver/fdroid checkupdates -v com.b44t.messenger
|
||||
(for testing with uncommitted changes, add --allow-dirty)
|
||||
|
||||
build repo as f-droid would do:
|
||||
Build repo as f-droid would do:
|
||||
$ ../froidserver/fdroid build -v com.b44t.messenger:<versionCode>
|
||||
|
||||
(via <https://f-droid.org/docs/Installing_the_Server_and_Repo_Tools/>
|
||||
|
@ -65,14 +66,14 @@ might require `pip install pyasn1 pyasn1_modules pyaml requests`)
|
|||
and `metadata/en-US/full_description.txt`
|
||||
in <https://github.com/deltachat/deltachat-android/> repository.
|
||||
|
||||
- make sure there is a "newline" at the end of the description
|
||||
(see <https://gitlab.com/fdroid/fdroiddata/merge_requests/3580>)
|
||||
- Make sure there is a "newline" at the end of the description
|
||||
(see <https://gitlab.com/fdroid/fdroiddata/merge_requests/3580>).
|
||||
|
||||
|
||||
# Changing F-Droid metadata
|
||||
|
||||
- the file `com.b44t.messenger.yml` can be changed via a PR to the <https://gitlab.com/fdroid/fdroiddata/> repository
|
||||
- The file `com.b44t.messenger.yml` can be changed via a PR to the <https://gitlab.com/fdroid/fdroiddata/> repository.
|
||||
|
||||
- reformat the metadata using
|
||||
- Reformat the metadata using
|
||||
$ ../fdroidserver/fdroid rewritemeta com.b44t.messenger # called from fdroiddata dir
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue