new repo system (#579)

* ci: new repo updater

* fix: +x formatter

* update: repo

* chore: rename universal file

to stop file outputs like "repo.universal.altstore.json"

* literally mfw

* update: repo

* insane

* ok, fine, i guess we'll keep repo.json, i hope everybody sees our updated repo announcement

* update: repo

* whoopsies, fix dates

* docs: repos

* docs(repos): update links

* fix: trollapps better with altstore source

* update: repo

* docs(repos): shorter links

---------

Co-authored-by: asdfzxcvbn <asdfzxcvbn@users.noreply.github.com>
This commit is contained in:
zx
2024-12-21 12:01:46 -05:00
committed by GitHub
parent b2d1f8b855
commit a4a6826555
15 changed files with 1201 additions and 267 deletions
+3 -3
View File
@@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v4.1.6
- name: Run Update Script
run: ./Tools/updateRepo
run: ./Tools/Updater/EeveeRepoUpdate
- name: Make AltStore Source
run: ./Tools/altSourceConverter repo.json
- name: Generate Sources
run: ./Tools/Formatter/urf -input repo.json -output Repositories
- name: Push Changes
uses: stefanzweifel/git-auto-commit-action@v5.0.1