[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.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Marc Wäckerlin 64c5aa6fa6 „README.md“ ändern hace 4 años
debian prepare new version hace 8 años
doc updated build system hace 6 años
scripts prepare new version hace 8 años
AUTHORS updated author woth new homepage hace 9 años
COPYING updated build system hace 6 años
ChangeLog updated build system hace 6 años
INSTALL updated build system hace 6 años
NEWS initial takeover hace 9 años
README.md „README.md“ ändern hace 4 años
autogen.sh prepare new version hace 8 años
ax_check_qt.m4 readme updated hace 5 años
ax_cxx_compile_stdcxx_11.m4 updated build system hace 6 años
ax_init_standard_project.m4 readme updated hace 5 años
bootstrap.sh readme updated hace 5 años
build-in-docker.conf prepare new version hace 8 años
build-in-docker.sh readme updated hace 5 años
build-resource-file.sh initial takeover hace 9 años
configure.ac initial takeover hace 9 años
dependency-graph.sh updated build system hace 6 años
mac-create-app-bundle.sh readme updated hace 5 años
makefile.am readme updated hace 5 años
makefile_test.inc.am updated build system hace 6 años
resolve-debbuilddeps.sh readme updated hace 5 años
resolve-rpmbuilddeps.sh readme updated hace 5 años
rpmsign.exp updated build system hace 6 años
sql-to-dot.sed updated build system hace 6 años
suse-chroots.desktop.in prepare new version hace 8 años
suse-chroots.spec.in initial takeover hace 9 años
template.sh updated build system hace 6 años

README.md

Debootstrap for RPM Distros on Ubuntu

DEPRECATED, use docker as replacement, see build-in-docker.sh as part of bootstrap-build-environment

Downloads SuSE environments from the openSUSE homepage and installs them into schroot environments.

See scripts/susebootstrap.sh.

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:

docker run --rm -it opensuse bash

I have special images prepared for my builds:

https://hub.docker.com/r/mwaeckerlin/rpmbuildenv/

docker run --rm -it mwaeckerlin/rpmbuildenv:amd64-opensuse-leap

This is all part of my bootstrap environment, that installs a nice script build-in-docker.sh.