Skip to content

Commit

Permalink
Change fdroid call to use date from apk instead of hack to patch it in
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Feb 20, 2024
1 parent 18a5947 commit bf51bbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 134 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:

- name: Create directory structure
run: mkdir -p fdroid/repo

- name: Install tools
run: |
sudo apt install xmlstarlet

- name: Install F-Droid server
run: |
Expand Down Expand Up @@ -53,14 +49,7 @@ jobs:
working-directory: ./fdroid

- name: Run update
run: fdroid update --create-metadata --pretty --rename-apks
working-directory: ./fdroid

- name: Patch publishing dates
run: ./patch_publishing_dates.sh

- name: Sign repository
run: fdroid signindex
run: fdroid update --create-metadata --pretty --rename-apks --use-date-from-apk
working-directory: ./fdroid

- name: Setup Pages
Expand Down
122 changes: 0 additions & 122 deletions patch_publishing_dates.sh

This file was deleted.

0 comments on commit bf51bbc

Please sign in to comment.