refactor: rename package from mistralrs-server to mistralrs
All checks were successful
deploy-ui / build-and-deploy (push) Successful in 20s
All checks were successful
deploy-ui / build-and-deploy (push) Successful in 20s
Rename the RPM package from mistralrs-server-<flavour> to mistralrs-<flavour> and the installed binary from mistralrs-server to mistralrs, matching the upstream CLI binary name. Adds Obsoletes/Provides for the old package name so dnf will cleanly replace it on upgrade. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
10
readme.md
10
readme.md
@@ -134,7 +134,7 @@ enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://rpm.lair.cafe/<short-id>.gpg
|
||||
EOF
|
||||
sudo dnf install mistralrs-server-cuda13
|
||||
sudo dnf install mistralrs-cuda13
|
||||
```
|
||||
|
||||
## Forcing a rebuild
|
||||
@@ -142,9 +142,11 @@ sudo dnf install mistralrs-server-cuda13
|
||||
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 "sudo 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 \
|
||||
&& sudo createrepo_c --update ."
|
||||
ssh oolon "
|
||||
sudo rm /var/www/rpm/fedora/43/x86_64/mistralrs-cuda13-<version>-1.fc43.x86_64.rpm \
|
||||
&& cd /var/www/rpm/fedora/43/x86_64 \
|
||||
&& sudo 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.
|
||||
|
||||
Reference in New Issue
Block a user