- Timestamp:
- Oct 8, 2006, 4:05:57 PM (19 years ago)
- Location:
- branches/2.2.0/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.0/tools/build2pkg
r886 r887 83 83 status=-1 84 84 else 85 export pkg1="`egrep '^Wrote:' $log | cut -d: -f2`"85 export pkg1="`egrep '^Wrote:' $log | grep -v debuginfo | cut -d: -f2`" 86 86 if [ -f /usr/bin/rpmlint ]; then 87 87 /usr/bin/rpmlint $pkg1 -
branches/2.2.0/tools/build2qemu
r885 r887 61 61 $TOOLHOME/file2ftp 62 62 fi 63 cd $TOOLHOME/.. 64 tar cfz $MONDOTMP/mkmondo.tar.gz $TOOLHOME $MONDOTMP/mkmondo $TOPDIR/${VER}-$TAG 63 64 # TOPDIR contains ../.. which causes problems to tar 65 # so we need to recompute it 66 cd $TOPDIR 67 dir=`pwd` 68 tar cfz $MONDOTMP/mkmondo.tar.gz $TOOLHOME $MONDOTMP/mkmondo $dir/${VER}-$TAG 65 69 66 70 for m in $VMS; do
Note:
See TracChangeset
for help on using the changeset viewer.