hi, all, Is there any convinent way to setup a full building environment locally, just like making a rootfs with all the package-devel in it, then I can chroot to it to do any building.
At this moment, when we build src-tarball,we following the steps: 1. tar the src to src.tar.gz 2. write spec file, adding BuildRequres 3. Upload src.tar.gz and spec to OBS. 4. checkout the project and package to local. 5. osc build(to downloading all the build-requirements to local) 6. osc chroot to the build envirement of Mer 7. under osc chroot, modify the source codes. The steps 4,5,6,7 is a little boring:) thank you !
