Changeset 757 in MondoRescue
- Timestamp:
- Aug 7, 2006, 1:33:12 AM (18 years ago)
- Location:
- branches/stable/tools
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/tools/build2pkg
r755 r757 8 8 # 9 9 10 exec > /tmp/build2pkg.log 2>&1 11 10 ( 12 11 dname=`dirname $0` 13 12 prem=`echo $dname |cut -c1` … … 144 143 fi 145 144 fi 145 ) 2>&1 | tee /tmp/build2pkg.log -
branches/stable/tools/build2qemu
r755 r757 13 13 # Syntax: build2qemu [version-tag [vm1]..|vmx]] 14 14 15 exec > /tmp/build2qemu.log 2>&1 16 15 ( 17 16 dname=`dirname $0` 18 17 prem=`echo $dname |cut -c1` … … 101 100 # Should be removed at the end 102 101 rm -rf $TMP 102 ) 2>&1 | tee /tmp/build2qemu.log -
branches/stable/tools/file2ftp
r755 r757 6 6 # 7 7 8 exec > /tmp/file2ftp.log 2>&1 8 ( 9 9 10 10 dname=`dirname $0` … … 58 58 lftp -e "cd ${FTPDIR} ; put ${src} ; quit" ${FTPSERV} 59 59 fi 60 ) 2>&1 | tee /tmp/file2ftp.log -
branches/stable/tools/mknewversion
r651 r757 8 8 # 9 9 10 umask 02211 10 dname=`dirname $0` 12 11 prem=`echo $dname |cut -c1` -
branches/stable/tools/pkg2ftp
r755 r757 6 6 # 7 7 8 exec > /tmp/pkg2ftp.log 2>&19 8 9 ( 10 10 dname=`dirname $0` 11 11 prem=`echo $dname |cut -c1` … … 69 69 ssh ${ACCOUNT} "mkdir -p ${DSTDIR}/${ddir}/${dver}" 70 70 scp ${pkg} ${spkg} ${ACCOUNT}:${DSTDIR}/${ddir}/${dver} 71 ) 2>&1 | tee /tmp/pkg2ftp.log -
branches/stable/tools/pkg2mdv
r755 r757 6 6 # 7 7 8 exec > /tmp/pkg2mdv.log 2>&1 9 8 ( 10 9 dname=`dirname $0` 11 10 prem=`echo $dname |cut -c1` … … 84 83 echo "Packages rebuild on ${DSTNODE}" 85 84 ssh ${ACCOUNT} ${DSTNODE} "./mkmondo" 85 ) 2>&1 | tee /tmp/pk2mdv.log -
branches/stable/tools/svn2build
r755 r757 6 6 # 7 7 8 exec > /tmp/svn2build.log 2>&1 9 8 ( 10 9 dname=`dirname $0` 11 10 prem=`echo $dname |cut -c1` … … 151 150 echo "${VER}-$TAG" > ${TOPDIR}/LAST 152 151 exit 0 152 ) 2>&1 | tee /tmp/svn2build.log
Note:
See TracChangeset
for help on using the changeset viewer.