[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.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
Marc Wäckerlin 64c5aa6fa6 „README.md“ ändern 4 anni fa
debian prepare new version 8 anni fa
doc updated build system 6 anni fa
scripts prepare new version 8 anni fa
AUTHORS updated author woth new homepage 9 anni fa
COPYING updated build system 6 anni fa
ChangeLog updated build system 6 anni fa
INSTALL updated build system 6 anni fa
NEWS initial takeover 9 anni fa
README.md „README.md“ ändern 4 anni fa
autogen.sh prepare new version 8 anni fa
ax_check_qt.m4 readme updated 6 anni fa
ax_cxx_compile_stdcxx_11.m4 updated build system 6 anni fa
ax_init_standard_project.m4 readme updated 6 anni fa
bootstrap.sh readme updated 6 anni fa
build-in-docker.conf prepare new version 8 anni fa
build-in-docker.sh readme updated 6 anni fa
build-resource-file.sh initial takeover 9 anni fa
configure.ac initial takeover 9 anni fa
dependency-graph.sh updated build system 6 anni fa
mac-create-app-bundle.sh readme updated 6 anni fa
makefile.am readme updated 6 anni fa
makefile_test.inc.am updated build system 6 anni fa
resolve-debbuilddeps.sh readme updated 6 anni fa
resolve-rpmbuilddeps.sh readme updated 6 anni fa
rpmsign.exp updated build system 6 anni fa
sql-to-dot.sed updated build system 6 anni fa
suse-chroots.desktop.in prepare new version 8 anni fa
suse-chroots.spec.in initial takeover 9 anni fa
template.sh updated build system 6 anni fa

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.