prepare slapos build for obs ============================ This environment is made to prepare a SlapOS tarball and packaging configurations to be used with openSUSE Build Service (OBS). Requirements ------------ - A computer - Internet connection - gcc, g++, make, patch, wget, python, chrpath, osc, devscripts - An account on OBS Documentation ------------- - http://en.opensuse.org/openSUSE:Build_Service_Tutorial - http://en.opensuse.org/Portal:Packaging - http://wiki.debian.org/IntroDebianPackaging Directory Organisation ---------------------- - prepare_slapos_build.sh : This is the script you have to run to prepare the packet. You can choose the version you want to build in it. - ./home:VIFIBnexedi:branches:home:VIFIBnexedi/SlapOS-Node : This is the directory for OBS. It is the one used to generate unreleased package and testing it. If you have/want to use another directory, update its path in prepare_slapos_build.sh - templates/ : Contain templates to build the package. - debian/ : contain configuration files for .deb packaging - Makefile.in : Makefile to build slapos - offline.sh.in : Prepare network-cache build building once slapos - slapos.dsc.in : File needed by obs to build .deb package - slapos.spec.in : configuration file for rpm packaging - slapos-node/ : Template to build package - Makefile : Makefile to build slapos and add files for package - slapos-start : shell script that will be run on startup (called by slapos-node daemon) - slaptest : python script to check user configuration and cron file - template/ : template files for package (cron.d, service) - slapos/ : to build slapos. Contain buildout.cfg.in preparing the package --------------------- First make sure all files are ready and you have all necessary packages installed. You need in particular the OBS directory:: $ cd <directory_to_contain_prepare_script> $ osc checkout home:VIFIBnexedi:branches:home:VIFIBnexedi/SlapOS-Node $ cd home:VIFIBnexedi:branches:home:VIFIBnexedi/SlapOS-Node $ osc up SlapOS is build using buildout and need an internet connection to fetch all elements. On obs package are build on virtual machines without internet access. prepare_slapos_build.sh will compile slapos on your computer and build a network-cache thanks to offline.sh script. At the end it remove slapos installation and only keep cache. It makes a tarball out of it to be used by obs. It then fetch packaging configuration from templates directory. Everything is then commit to obs thanks to osc. So to build package just run: # bash prepare_slapos_build.sh
-
Cédric de Saint Martin authored214e973d