https://github.com/semarie/rust-rebootstrap
openbsd tool for ports tree - to repackage a bootstrap from existing packages
https://github.com/semarie/rust-rebootstrap
openbsd ports rust
Last synced: 22 days ago
JSON representation
openbsd tool for ports tree - to repackage a bootstrap from existing packages
- Host: GitHub
- URL: https://github.com/semarie/rust-rebootstrap
- Owner: semarie
- Created: 2020-01-10T10:41:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T08:16:33.000Z (about 1 year ago)
- Last Synced: 2025-02-15T05:24:55.617Z (3 months ago)
- Topics: openbsd, ports, rust
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-rebootstrap
rebootstrap.sh is a shell script for helping myself to generate bootstrap tarball
for [OpenBSD ports tree](http://cvsweb.openbsd.org/ports/lang/rust), for architectures
I don't have access to (but which have already been ported).It will download rust-bootstrap tarball, and compress it with tarlz for having
a bootstrap archive compatible with lang/rust port.This way, it is possible to "regenerate" a bootstrap using fresh binaries, and ease the
update of the bootstrap from version to version.Please note that it is a maintenance tool only. It is unable to generate bootstrap for
an architecture which doesn't have initial rust port.