Line 79: |
Line 79: |
| cmd = ['/bin/mount', '-n', | | cmd = ['/bin/mount', '-n', |
| '--bind', self.srcpath, self.bindpath ] | | '--bind', self.srcpath, self.bindpath ] |
− |
| |
− | ====Remove the 'Beta warning'====
| |
− | =====For SME8=====
| |
− |
| |
− | '''NEED TO BE DOCUMENTED''' WIP INSIDE<br />
| |
− |
| |
− | http://bugs.contribs.org/show_bug.cgi?id=8575#c9
| |
− |
| |
− | the only issue I have here is the 'betanag' which lead to have a warning of 'beta' stage in the installer, for now it is not an issue
| |
− |
| |
− | I can find in constants.py (anaconda folder)
| |
− |
| |
− | BETANAG = 0
| |
− |
| |
− | do I need to make a patch in CVS to turn it to '1' ?
| |
− |
| |
− | =====For SME9=====
| |
− |
| |
− | The Iso gets a 'beta' tag with warnings during the install process. How remove the beta tag, add --final in the /build/smeserver/stage/bin/build_installer
| |
− |
| |
− | # add --final when we have final product
| |
− | PYTHONPATH=/usr/lib/anaconda/ sudo /usr/lib/anaconda-runtime/buildinstall \
| |
− | --product "$distname" \
| |
− | --version "${distvers/[^0-9.]*/}" \
| |
− | --release "$distname" \
| |
− | --brand "centos" \
| |
− | '''--final \'''
| |
− | --bugurl http://bugs.contribs.org/ \
| |
− | --output $(pwd)/$distarch/ \
| |
− | /build/smeserver/repo/$distrel/smeextras/$distarch/ \
| |
− | $(pwd)/$distarch/
| |
− | /bin/sed -i -e "s|packagedir =.*|packagedir = Packages|" $(pwd)/$distarch/.treeinfo
| |
| | | |
| ===Preparation for a new ISO release=== | | ===Preparation for a new ISO release=== |
Line 144: |
Line 112: |
| Check which anaconda was used upstream, (eg http://vault.centos.org/5.11/os/SRPMS/ & http://vault.centos.org/6.6/os/Source/SPackages/) and is it newer than the one in CVS. If it is then anaconda needs to be updated and patched. | | | Check which anaconda was used upstream, (eg http://vault.centos.org/5.11/os/SRPMS/ & http://vault.centos.org/6.6/os/Source/SPackages/) and is it newer than the one in CVS. If it is then anaconda needs to be updated and patched. | |
| The latest Anaconda also needs to be in smeextras. | | The latest Anaconda also needs to be in smeextras. |
| + | |
| + | ====Remove the 'Beta warning'==== |
| + | =====For SME8===== |
| + | |
| + | '''NEED TO BE DOCUMENTED''' WIP INSIDE<br /> |
| + | |
| + | http://bugs.contribs.org/show_bug.cgi?id=8575#c9 |
| + | |
| + | the only issue I have here is the 'betanag' which lead to have a warning of 'beta' stage in the installer, for now it is not an issue |
| + | |
| + | I can find in constants.py (anaconda folder) |
| + | |
| + | BETANAG = 0 |
| + | |
| + | do I need to make a patch in CVS to turn it to '1' ? |
| + | |
| + | =====For SME9===== |
| + | |
| + | The Iso gets a 'beta' tag with warnings during the install process. How remove the beta tag, add --final in the /build/smeserver/stage/bin/build_installer |
| + | |
| + | # add --final when we have final product |
| + | PYTHONPATH=/usr/lib/anaconda/ sudo /usr/lib/anaconda-runtime/buildinstall \ |
| + | --product "$distname" \ |
| + | --version "${distvers/[^0-9.]*/}" \ |
| + | --release "$distname" \ |
| + | --brand "centos" \ |
| + | '''--final \''' |
| + | --bugurl http://bugs.contribs.org/ \ |
| + | --output $(pwd)/$distarch/ \ |
| + | /build/smeserver/repo/$distrel/smeextras/$distarch/ \ |
| + | $(pwd)/$distarch/ |
| + | /bin/sed -i -e "s|packagedir =.*|packagedir = Packages|" $(pwd)/$distarch/.treeinfo |
| | | |
| ===SME Server 9=== | | ===SME Server 9=== |