Initial version of sanity check script #8

Merged
mondstern merged 1 commits from feature/helper_script into main 1 year ago
Collaborator

@mondstern You can run this script with python3, it will tell you if all the icons seem correct and if all the package names you listed exist on F-Droid or IzzyOnDroid.

It can still be improved to find more issues probably, but I figured I would already share this with you.

@mondstern You can run this script with python3, it will tell you if all the icons seem correct and if all the package names you listed exist on F-Droid or IzzyOnDroid. It can still be improved to find more issues probably, but I figured I would already share this with you.
TheLastProject force-pushed feature/helper_script from 0c4df090da to e0a6f67578 1 year ago
TheLastProject force-pushed feature/helper_script from e0a6f67578 to 75a7df9baa 1 year ago
TheLastProject force-pushed feature/helper_script from 75a7df9baa to b97f5fdccf 1 year ago
TheLastProject force-pushed feature/helper_script from b97f5fdccf to 8eac025b39 1 year ago
Poster
Collaborator

All found errors / warnings:

[ERROR] acryl_etesync doesn't exist in app/src/main/res/values/iconpack.xml!
[ERROR] acreyl_wifianalyzer should start with acryl_ but it doesn't!
[ERROR] acryl_eventyayorganizerapp doesn't exist in app/src/main/res/values/iconpack.xml!
[ERROR] acryl_arcticonslight.jpg doesn't exist in app/src/main/res/drawable!
[ERROR] acryl_droidvncngl.jpg doesn't exist in app/src/main/res/drawable!
[ERROR] Could not find com.spitslide.derdiedas on either F-Droid or IzzyOnDroid
[ERROR] Could not find com.x8bit.bitwarden on either F-Droid or IzzyOnDroid
[ERROR] Could not find org.qtproject.friendiqa on either F-Droid or IzzyOnDroid
Found 5 errors and 3 warnings.
Please remember this script can't find every error!
All found errors / warnings: ``` [ERROR] acryl_etesync doesn't exist in app/src/main/res/values/iconpack.xml! [ERROR] acreyl_wifianalyzer should start with acryl_ but it doesn't! [ERROR] acryl_eventyayorganizerapp doesn't exist in app/src/main/res/values/iconpack.xml! [ERROR] acryl_arcticonslight.jpg doesn't exist in app/src/main/res/drawable! [ERROR] acryl_droidvncngl.jpg doesn't exist in app/src/main/res/drawable! [ERROR] Could not find com.spitslide.derdiedas on either F-Droid or IzzyOnDroid [ERROR] Could not find com.x8bit.bitwarden on either F-Droid or IzzyOnDroid [ERROR] Could not find org.qtproject.friendiqa on either F-Droid or IzzyOnDroid Found 5 errors and 3 warnings. Please remember this script can't find every error! ```
mondstern merged commit b20c597bb8 into main 1 year ago
The pull request has been merged as b20c597bb8.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b feature/helper_script main
git pull origin feature/helper_script

Step 2:

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff feature/helper_script
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mondstern/AndroidAcrylicIconPack#8
Loading…
There is no content yet.