Changeset 1020 in MondoRescue
- Timestamp:
- Jan 2, 2007, 12:16:33 PM (18 years ago)
- Location:
- branches/stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r1010 r1020 944 944 fi 945 945 946 link=`readlink $file`946 link=`readlink -f $file` 947 947 d=`dirname $file` 948 948 if [ ! -e "$link" -a ! -e "$d/$link" ]; then … … 2655 2655 2656 2656 ############################################################################## 2657 #----------------------------------- main -----------------------------------#2657 #----------------------------------- Main -----------------------------------# 2658 2658 ############################################################################## 2659 2659 … … 2760 2760 LVM="false" 2761 2761 fi 2762 echo "LVM set to $LVM" >> $LOGFILE 2763 echo "----------" >> $LOGFILE 2764 echo "df result:" >> $LOGFILE 2765 echo "----------" >> $LOGFILE 2766 df >> $LOGFILE 2767 echo "-------------" >> $LOGFILE 2768 echo "lsmod result:" >> $LOGFILE 2769 echo "-------------" >> $LOGFILE 2770 lsmod >> $LOGFILE 2771 echo "-------------" >> $LOGFILE 2762 2772 2763 2773 if [ "$#" -ge "2" ] ; then -
branches/stable/mondo/distributions/rpm/mondo.spec
r893 r1020 19 19 ExcludeArch: ppc 20 20 OBS 21 Requires: mindi >= 1.2. 0, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD21 Requires: mindi >= 1.2.1, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD 22 22 %ifarch ia64 23 23 Requires: elilo, parted -
branches/stable/tools/mknewversion
r924 r1020 37 37 fi 38 38 39 svn copy $SVN_M/branches/stable $SVN_M/branches/${VER} 39 echo "Copying the stable version to ${VER}" 40 svn copy $SVN_M/branches/stable $SVN_M/branches/${VER} -m "Creation of mondo ${VER} from stable" 40 41 cd $TOOLHOME/../.. 41 42 svn co $SVN_M/branches/${VER} ${VER} … … 53 54 echo "$v" > $p/VERSION 54 55 done 55 svn ci -m " Creation of mondo ${VER}-$TAG"56 svn ci -m "VERSION and TAG update" 56 57 svn up
Note:
See TracChangeset
for help on using the changeset viewer.