/[smeserver]/builds_bin/PrepTest.sh
ViewVC logotype

Annotation of /builds_bin/PrepTest.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (hide annotations) (download) (as text)
Fri Apr 27 21:41:16 2007 UTC (17 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
Content type: application/x-sh
FILE REMOVED
Remove old broken tools

1 gordonr 1.1 #!/bin/sh
2    
3 slords 1.3 [ -f cdrom.image/updates/anaconda ] && chmod a+rx cdrom.image/updates/anaconda
4    
5     chmod -R a+rX cdrom.image
6    
7 gordonr 1.1 for img in product updates
8     do
9     /usr/bin/mkcramfs \
10 slords 1.3 $(pwd)/cdrom.image/$img \
11     $(pwd)/cdrom.image/CentOS/base/$img.img
12 gordonr 1.1 done
13    
14     PYTHONPATH=/usr/lib/anaconda/ /usr/lib/anaconda-runtime/genhdlist \
15     --withnumbers \
16 slords 1.3 $(pwd)/cdrom.image/
17 gordonr 1.1
18     PYTHONPATH=/usr/lib/anaconda/ /usr/lib/anaconda-runtime/pkgorder \
19 slords 1.3 $(pwd)/cdrom.image \
20     i386 > pkgorder
21 gordonr 1.1
22     PYTHONPATH=/usr/lib/anaconda/ /usr/lib/anaconda-runtime/genhdlist \
23     --withnumbers \
24 slords 1.3 --fileorder pkgorder \
25     $(pwd)/cdrom.image/
26 gordonr 1.1
27     # That's it.

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed