This commit is contained in:
@@ -147,15 +147,19 @@ jobs:
|
|||||||
REPO_DESC="Automatically generated F-Droid repository"
|
REPO_DESC="Automatically generated F-Droid repository"
|
||||||
GPG_KEY_ALIAS="${{ secrets.FDROID_GPG_KEY_ALIAS }}"
|
GPG_KEY_ALIAS="${{ secrets.FDROID_GPG_KEY_ALIAS }}"
|
||||||
GPG_KEYSTORE_PATH="fdroid-repo/keystore.jks"
|
GPG_KEYSTORE_PATH="fdroid-repo/keystore.jks"
|
||||||
|
GPG_KEYSTORE_PASS="${{ secrets.FDROID_KEY_PASSWORD }}"
|
||||||
GPG_KEY_PASSWORD="${{ secrets.FDROID_KEY_PASSWORD }}"
|
GPG_KEY_PASSWORD="${{ secrets.FDROID_KEY_PASSWORD }}"
|
||||||
|
REPO_ICON="icons/icon.png"
|
||||||
|
|
||||||
printf "repo_url: %s\nrepo_name: %s\nrepo_description: %s\nrepo_keyalias: %s\nkeystore: %s\nkeypass: %s\n" \
|
printf '%s\n' \
|
||||||
"$REPO_URL" \
|
"repo_url: $REPO_URL" \
|
||||||
"$REPO_NAME" \
|
"repo_name: $REPO_NAME" \
|
||||||
"$REPO_DESC" \
|
"repo_description: $REPO_DESC" \
|
||||||
"$GPG_KEY_ALIAS" \
|
"repo_keyalias: $GPG_KEY_ALIAS" \
|
||||||
"$GPG_KEYSTORE_PATH" \
|
"keystore: $GPG_KEYSTORE_PATH" \
|
||||||
"$GPG_KEY_PASSWORD" \
|
"keystorepass: $GPG_KEYSTORE_PASS" \
|
||||||
|
"keypass: $GPG_KEY_PASSWORD" \
|
||||||
|
"repo_icon: $REPO_ICON" \
|
||||||
> fdroid-repo/config.yml
|
> fdroid-repo/config.yml
|
||||||
|
|
||||||
# ------------------- Generate F-Droid Index -------------------
|
# ------------------- Generate F-Droid Index -------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user