Line 21: |
Line 21: |
| | | |
| This document presumes that | | This document presumes that |
− | ~/builds_bin is builds_bin from CVS | + | ~/smeserver/builds_bin is builds_bin from CVS |
− | ~/cdrom.image is cdrom.image from CVS | + | ~/smeserver/cdrom.image is cdrom.image from CVS |
| ~/anaconda-po contains '''the anaconda translations''' | | ~/anaconda-po contains '''the anaconda translations''' |
− | ~/smeserver '''contains a local smeserver mirror''' | + | ~/smeserver/releases '''contains a local smeserver mirror''' |
| ~/smeserver/rpms is rpms folder from CVS | | ~/smeserver/rpms is rpms folder from CVS |
| | | |
Line 81: |
Line 81: |
| | | |
| Eg | | Eg |
− | /bin/cd ~/builds_bin | + | /bin/cd ~/smeserver/builds_bin |
| /usr/bin/cvs update -dPA | | /usr/bin/cvs update -dPA |
− | /bin/cp ~/builds_bin/* /build/smeserver/stage/bin | + | /bin/cp ~/smeserver/builds_bin/* /build/smeserver/stage/bin |
| | | |
| ===='''Local Only''': Mock Special Settings==== | | ===='''Local Only''': Mock Special Settings==== |
Line 457: |
Line 457: |
| | | |
| ====Copy anaconda content==== | | ====Copy anaconda content==== |
− | See ~/cdrom.image/sme9/updates/README.txt for details of what to copy. The patched anaconda files from ~/smecore/rpms/anaconda/sme9 will go to updates directory. The exact directory depends on the anaconda version, eg ~/smecore/rpms/anaconda/sme9/anaconda-13.21.254 | + | See ~/cdrom.image/sme9/updates/README.txt for details of what to copy. The patched anaconda files from ~/smeserver/rpms/anaconda/sme9 will go to updates directory. The exact directory depends on the anaconda version, eg ~/smeserver/rpms/anaconda/sme9/anaconda-13.21.254 |
− | cd ~/smecore/rpms/anaconda/sme9/ | + | cd ~/smeserver/rpms/anaconda/sme9/ |
| make prep | | make prep |
− | cd ~/smecore/rpms/anaconda/sme9/anaconda-13.21.254 | + | cd ~/smeserver/rpms/anaconda/sme9/anaconda-13.21.254 |
| cp -R storage /build/smeserver/stage/9/i386/updates/ | | cp -R storage /build/smeserver/stage/9/i386/updates/ |
| cp -R textw/*.py /build/smeserver/stage/9/i386/updates/textw | | cp -R textw/*.py /build/smeserver/stage/9/i386/updates/textw |
Line 544: |
Line 544: |
| | | |
| ====Copy anaconda content==== | | ====Copy anaconda content==== |
− | See ~/cdrom.image/sme8/updates/README.txt for details of what to copy. The patched anaconda files from ~/smecore/rpms/anaconda/sme8 will go to updates directory. The exact directory depends on the anaconda version, | + | See ~/cdrom.image/sme8/updates/README.txt for details of what to copy. The patched anaconda files from ~/smeserver/rpms/anaconda/sme8 will go to updates directory. The exact directory depends on the anaconda version, |
− | eg ~/smecore/rpms/anaconda/sme8/anaconda-11.1.2.263. One file (bootloaderInfo.py) also comes from booty. '''Finally lang-names needs to come from the actual anaconda RPM to updates which is a manual step.''' | + | eg ~/smeserver/rpms/anaconda/sme8/anaconda-11.1.2.263. One file (bootloaderInfo.py) also comes from booty. '''Finally lang-names needs to come from the actual anaconda RPM to updates which is a manual step.''' |
| | | |
− | cd ~/smecore/rpms/anaconda/sme8/ | + | cd ~/smeserver/rpms/anaconda/sme8/ |
| make prep | | make prep |
− | cd ~/smecore/rpms/anaconda/sme8/anaconda-11.1.2.263 | + | cd ~/smeserver/rpms/anaconda/sme8/anaconda-11.1.2.263 |
| cp anaconda bootloader.py findpackageset.py fsset.py instdata.py kickstart.py lang-table language.py packages.py partedUtils.py raid.py upgrade.py yuminstall.py /build/smeserver/stage/8/i386/updates/ | | cp anaconda bootloader.py findpackageset.py fsset.py instdata.py kickstart.py lang-table language.py packages.py partedUtils.py raid.py upgrade.py yuminstall.py /build/smeserver/stage/8/i386/updates/ |
| cp anaconda bootloader.py findpackageset.py fsset.py instdata.py kickstart.py lang-table language.py packages.py partedUtils.py raid.py upgrade.py yuminstall.py /build/smeserver/stage/8/x86_64/updates/ | | cp anaconda bootloader.py findpackageset.py fsset.py instdata.py kickstart.py lang-table language.py packages.py partedUtils.py raid.py upgrade.py yuminstall.py /build/smeserver/stage/8/x86_64/updates/ |
Line 557: |
Line 557: |
| cp confirm_text.py progress_text.py timezone_text.py upgrade_bootloader_text.py upgrade_text.py /build/smeserver/stage/8/x86_64/updates/ | | cp confirm_text.py progress_text.py timezone_text.py upgrade_bootloader_text.py upgrade_text.py /build/smeserver/stage/8/x86_64/updates/ |
| | | |
− | cd ~/smecore/rpms/booty/sme8/ | + | cd ~/smeserver/rpms/booty/sme8/ |
| make prep | | make prep |
− | cp ~/smecore/rpms/booty/sme8/booty-0.80.6/bootloaderInfo.py /build/smeserver/stage/8/i386/updates/ | + | cp ~/smeserver/rpms/booty/sme8/booty-0.80.6/bootloaderInfo.py /build/smeserver/stage/8/i386/updates/ |
− | cp ~/smecore/rpms/booty/sme8/booty-0.80.6/bootloaderInfo.py /build/smeserver/stage/8/x86_64/updates/ | + | cp ~/smeserver/rpms/booty/sme8/booty-0.80.6/bootloaderInfo.py /build/smeserver/stage/8/x86_64/updates/ |
| | | |
| ===='''Local Only''': Hack: Permission Fixup==== | | ===='''Local Only''': Hack: Permission Fixup==== |