[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.
 
 
 
Marc Wäckerlin 64c5aa6fa6 „README.md“ ändern 4 vuotta sitten
debian prepare new version 8 vuotta sitten
doc updated build system 6 vuotta sitten
scripts prepare new version 8 vuotta sitten
AUTHORS updated author woth new homepage 9 vuotta sitten
COPYING updated build system 6 vuotta sitten
ChangeLog updated build system 6 vuotta sitten
INSTALL updated build system 6 vuotta sitten
NEWS initial takeover 9 vuotta sitten
README.md „README.md“ ändern 4 vuotta sitten
autogen.sh prepare new version 8 vuotta sitten
ax_check_qt.m4 readme updated 6 vuotta sitten
ax_cxx_compile_stdcxx_11.m4 updated build system 6 vuotta sitten
ax_init_standard_project.m4 readme updated 6 vuotta sitten
bootstrap.sh readme updated 6 vuotta sitten
build-in-docker.conf prepare new version 8 vuotta sitten
build-in-docker.sh readme updated 6 vuotta sitten
build-resource-file.sh initial takeover 9 vuotta sitten
configure.ac initial takeover 9 vuotta sitten
dependency-graph.sh updated build system 6 vuotta sitten
mac-create-app-bundle.sh readme updated 6 vuotta sitten
makefile.am readme updated 6 vuotta sitten
makefile_test.inc.am updated build system 6 vuotta sitten
resolve-debbuilddeps.sh readme updated 6 vuotta sitten
resolve-rpmbuilddeps.sh readme updated 6 vuotta sitten
rpmsign.exp updated build system 6 vuotta sitten
sql-to-dot.sed updated build system 6 vuotta sitten
suse-chroots.desktop.in prepare new version 8 vuotta sitten
suse-chroots.spec.in initial takeover 9 vuotta sitten
template.sh updated build system 6 vuotta sitten

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.