[DEPRECATED, use docker as replacement] Install RPM Based Distros, e.g. SuSE or Fedora, in chroots (for schroot) in an Ubuntu. This is the old method, now I'm using docker.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
946 B

6 years ago
Debootstrap for RPM Distros on Ubuntu
=====================================
**DEPRECATED**, use docker as replacement, see `build-in-docker.sh` as part of [bootstrap-build-environment](https://mrw.dev/development/bootstrap-build-environment)
6 years ago
Downloads SuSE environments from the openSUSE homepage and installs them into schroot environments.
See [scripts/susebootstrap.sh](scripts/susebootstrap.sh).
6 years ago
I used that to «cross compile» packages for suse and fedora on an ubuntu server. But now I don't use these scripts anymore. To get I suse build environment, I simply use docker:
6 years ago
docker run --rm -it opensuse bash
6 years ago
I have special images prepared for my builds:
https://hub.docker.com/r/mwaeckerlin/rpmbuildenv/
6 years ago
docker run --rm -it mwaeckerlin/rpmbuildenv:amd64-opensuse-leap
6 years ago
This is all part of my [bootstrap environment](https://mrw.sh/development/bootstrap-build-environment), that installs a nice script `build-in-docker.sh`.