[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.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Marc Wäckerlin 64c5aa6fa6 „README.md“ ändern před 4 roky
debian prepare new version před 8 roky
doc updated build system před 6 roky
scripts prepare new version před 8 roky
AUTHORS updated author woth new homepage před 9 roky
COPYING updated build system před 6 roky
ChangeLog updated build system před 6 roky
INSTALL updated build system před 6 roky
NEWS initial takeover před 9 roky
README.md „README.md“ ändern před 4 roky
autogen.sh prepare new version před 8 roky
ax_check_qt.m4 readme updated před 5 roky
ax_cxx_compile_stdcxx_11.m4 updated build system před 6 roky
ax_init_standard_project.m4 readme updated před 5 roky
bootstrap.sh readme updated před 5 roky
build-in-docker.conf prepare new version před 8 roky
build-in-docker.sh readme updated před 5 roky
build-resource-file.sh initial takeover před 9 roky
configure.ac initial takeover před 9 roky
dependency-graph.sh updated build system před 6 roky
mac-create-app-bundle.sh readme updated před 5 roky
makefile.am readme updated před 5 roky
makefile_test.inc.am updated build system před 6 roky
resolve-debbuilddeps.sh readme updated před 5 roky
resolve-rpmbuilddeps.sh readme updated před 5 roky
rpmsign.exp updated build system před 6 roky
sql-to-dot.sed updated build system před 6 roky
suse-chroots.desktop.in prepare new version před 8 roky
suse-chroots.spec.in initial takeover před 9 roky
template.sh updated build system před 6 roky

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.