mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
Rename update-provider-database.py into create-provider-data-rs.py
This commit is contained in:
@@ -14,7 +14,7 @@ git clone --filter=blob:none https://github.com/deltachat/provider-db.git "$TMP"
|
|||||||
cd "$TMP"
|
cd "$TMP"
|
||||||
git checkout "$REV"
|
git checkout "$REV"
|
||||||
DATE=$(git show -s --format=%cs)
|
DATE=$(git show -s --format=%cs)
|
||||||
"$CORE_ROOT"/scripts/update-provider-database.py "$TMP/_providers" "$DATE" >"$CORE_ROOT/src/provider/data.rs"
|
"$CORE_ROOT"/scripts/create-provider-data-rs.py "$TMP/_providers" "$DATE" >"$CORE_ROOT/src/provider/data.rs"
|
||||||
rustfmt "$CORE_ROOT/src/provider/data.rs"
|
rustfmt "$CORE_ROOT/src/provider/data.rs"
|
||||||
rm -fr "$TMP"
|
rm -fr "$TMP"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user