[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.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Marc Wäckerlin 64c5aa6fa6 „README.md“ ändern il y a 4 ans
debian prepare new version il y a 8 ans
doc updated build system il y a 6 ans
scripts prepare new version il y a 8 ans
AUTHORS updated author woth new homepage il y a 9 ans
COPYING updated build system il y a 6 ans
ChangeLog updated build system il y a 6 ans
INSTALL updated build system il y a 6 ans
NEWS initial takeover il y a 9 ans
README.md „README.md“ ändern il y a 4 ans
autogen.sh prepare new version il y a 8 ans
ax_check_qt.m4 readme updated il y a 6 ans
ax_cxx_compile_stdcxx_11.m4 updated build system il y a 6 ans
ax_init_standard_project.m4 readme updated il y a 6 ans
bootstrap.sh readme updated il y a 6 ans
build-in-docker.conf prepare new version il y a 8 ans
build-in-docker.sh readme updated il y a 6 ans
build-resource-file.sh initial takeover il y a 9 ans
configure.ac initial takeover il y a 9 ans
dependency-graph.sh updated build system il y a 6 ans
mac-create-app-bundle.sh readme updated il y a 6 ans
makefile.am readme updated il y a 6 ans
makefile_test.inc.am updated build system il y a 6 ans
resolve-debbuilddeps.sh readme updated il y a 6 ans
resolve-rpmbuilddeps.sh readme updated il y a 6 ans
rpmsign.exp updated build system il y a 6 ans
sql-to-dot.sed updated build system il y a 6 ans
suse-chroots.desktop.in prepare new version il y a 8 ans
suse-chroots.spec.in initial takeover il y a 9 ans
template.sh updated build system il y a 6 ans

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.