Line 379: |
Line 379: |
| mock -r smeserver-8-x86_64-iso --cwd /build/smeserver/stage/8 --unpriv --chroot /build/smeserver/stage/bin/build_ISO}} | | mock -r smeserver-8-x86_64-iso --cwd /build/smeserver/stage/8 --unpriv --chroot /build/smeserver/stage/bin/build_ISO}} |
| | | |
| + | ===Build & Release SME Server 9=== |
| + | You can find logs of the related scripts build_ISO and build_installer |
| + | /build/smeserver/stage/9/build_ISO.XXX |
| + | and |
| + | /build/smeserver/stage/9/build_installer.XXX |
| + | |
| + | ====Build SME Server 9 32 bit ISO==== |
| + | mock -r smeserver-9-i386-iso --init |
| + | mock -r smeserver-9-i386-iso --cwd /build/smeserver/stage/9 --unpriv --chroot /build/smeserver/stage/bin/build_installer |
| + | mock -r smeserver-9-i386-iso --cwd /build/smeserver/stage/9 --unpriv --chroot /build/smeserver/stage/bin/build_ISO |
| + | |
| + | ====Build SME Server 9 64 bit ISO==== |
| + | mock -r smeserver-9-x86_64-iso --init |
| + | mock -r smeserver-9-x86_64-iso --cwd /build/smeserver/stage/9 --unpriv --chroot /build/smeserver/stage/bin/build_installer |
| + | mock -r smeserver-9-x86_64-iso --cwd /build/smeserver/stage/9 --unpriv --chroot /build/smeserver/stage/bin/build_ISO |
| + | ===Developer Access Needed=== |
| + | From this point a developer access to the buildsys and the main repo is Needed, sorry guys |
| ====Prepare directory structure for release==== | | ====Prepare directory structure for release==== |
| SME 8.x test releases will go to /build/smeserver/repo/testing/8. Check that the link points to the correct testing release. Note when uploading Jigdos the ‘8’ link will not be pointing to the new directory. | | SME 8.x test releases will go to /build/smeserver/repo/testing/8. Check that the link points to the correct testing release. Note when uploading Jigdos the ‘8’ link will not be pointing to the new directory. |
Line 405: |
Line 422: |
| ====Copy SME Server 8 ISOs to mirror==== | | ====Copy SME Server 8 ISOs to mirror==== |
| rsync -a --delete /build/smeserver/stage/iso/8/ /build/smeserver/repo/testing/8.1/iso | | rsync -a --delete /build/smeserver/stage/iso/8/ /build/smeserver/repo/testing/8.1/iso |
− |
| |
− | ===Build & Release SME Server 9===
| |
− | You can find logs of the related scripts build_ISO and build_installer
| |
− | /build/smeserver/stage/9/build_ISO.XXX
| |
− | and
| |
− | /build/smeserver/stage/9/build_installer.XXX
| |
− |
| |
− | ===Build SME Server 9 32 bit ISO===
| |
− | mock -r smeserver-9-i386-iso --init
| |
− | mock -r smeserver-9-i386-iso --cwd /build/smeserver/stage/9 --unpriv --chroot /build/smeserver/stage/bin/build_installer
| |
− | mock -r smeserver-9-i386-iso --cwd /build/smeserver/stage/9 --unpriv --chroot /build/smeserver/stage/bin/build_ISO
| |
− |
| |
− | ====Build SME Server 9 64 bit ISO====
| |
− | mock -r smeserver-9-x86_64-iso --init
| |
− | mock -r smeserver-9-x86_64-iso --cwd /build/smeserver/stage/9 --unpriv --chroot /build/smeserver/stage/bin/build_installer
| |
− | mock -r smeserver-9-x86_64-iso --cwd /build/smeserver/stage/9 --unpriv --chroot /build/smeserver/stage/bin/build_ISO
| |
| | | |
| ====Prepare directory structure for release==== | | ====Prepare directory structure for release==== |
Line 450: |
Line 451: |
| | | |
| | | |
− | ===Hard links=== | + | ====Hard links==== |
| As an example how to create the hard links: | | As an example how to create the hard links: |
| cp -lr /build/smeserver/repo/testing/9.0rc1/smeos/* /build/smeserver/repo/testing/9.0/smeos/ | | cp -lr /build/smeserver/repo/testing/9.0rc1/smeos/* /build/smeserver/repo/testing/9.0/smeos/ |