docs: add forced rebuild instructions to readme
All checks were successful
poll-upstream / check (push) Successful in 1s
All checks were successful
poll-upstream / check (push) Successful in 1s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
14
readme.md
14
readme.md
@@ -108,6 +108,20 @@ EOF
|
||||
sudo dnf install mistralrs-server-cuda13
|
||||
```
|
||||
|
||||
## Forcing a rebuild
|
||||
|
||||
To force a rebuild of an already-published RPM (e.g. after a packaging change), remove the RPM from the repo server and update the index:
|
||||
|
||||
```bash
|
||||
ssh oolon "rm /var/www/rpm/fedora/43/x86_64/mistralrs-server-cuda13-<version>-1.fc43.x86_64.rpm \
|
||||
&& cd /var/www/rpm/fedora/43/x86_64 \
|
||||
&& createrepo_c --update ."
|
||||
```
|
||||
|
||||
The next poll-upstream cycle (every 15 minutes) will detect the missing package and trigger a full rebuild. You can also trigger poll-upstream manually from the Gitea Actions UI to avoid waiting.
|
||||
|
||||
Do not delete the RPM without running `createrepo_c --update` afterwards — this leaves the repo index referencing a missing file, which causes errors for dnf clients.
|
||||
|
||||
## CI secrets
|
||||
|
||||
The build-release workflow requires the following secrets:
|
||||
|
||||
Reference in New Issue
Block a user