Changeset 781 in MondoRescue for branches/stable
- Timestamp:
- Aug 12, 2006, 11:31:16 AM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/distributions/gentoo/mindi.ebuild
r770 r781 22 22 23 23 src_unpack() { 24 unpack "${A}"|| die "Failed to unpack ${A}"24 unpack ${A} || die "Failed to unpack ${A}" 25 25 } 26 26 … … 30 30 export DONT_RELINK=1 31 31 export RPMBUILDMINDI="true" 32 ${WORKDIR}/${P}/install.sh32 "${WORKDIR}"/"${P}"/install.sh 33 33 } 34 34 -
branches/stable/mondo/distributions/gentoo/mondo.ebuild
r770 r781 29 29 >=sys-boot/syslinux-1.52" 30 30 31 S= ${WORKDIR}/${PN/-rescue/}-${PV}31 S="${WORKDIR}/${PN/-rescue/}-${PV}" 32 32 33 33 src_unpack() { 34 unpack "${A}"34 unpack ${A} 35 35 cd "${S}" 36 36 chmod 750 configure -
branches/stable/tools/build2pkg
r765 r781 63 63 ar=$ARCH 64 64 fi 65 pkg1="${TOPBUILDDIR}/RPMS/${ar}/$pv ${suf}.${ar}.rpm"65 pkg1="${TOPBUILDDIR}/RPMS/${ar}/$pv-${TAG}${suf}.${ar}.rpm" 66 66 #rm -f $pkg1 67 67 … … 72 72 if [ "$dfam" = "mandriva" ] || [ "$dfam" = "suse" ]; then 73 73 echo "Using bzip2 files ($dfam)" 74 ln -sf $ pv.tar.bz2 SOURCES/74 ln -sf ${TOPDIR}/${VER}-$TAG/$pv.tar.bz2 SOURCES/ 75 75 else 76 76 echo "Using gzip files ($dfam)" -
branches/stable/tools/mkchangelog.pl
r774 r781 58 58 } 59 59 } 60 print "Using $chglog as input ChangeLog file for $pkg\n";60 #print "Using $chglog as input ChangeLog file for $pkg\n"; 61 61 62 62 open(INPUT,"$chglog") || die "Unable to open $chglog (read)"; 63 63 open(OUTPUT,"> $outfile") || die "Unable to open $outfile (write)"; 64 open(TAG, "$ENV{TOPDIR}/LAST") || die "Unable to open $ENV{TOPDIR}/LAST";65 64 66 $tmp = <TAG>;67 chomp($tmp);68 my ($tmp2, $tag) = split(/-/, $tmp);69 65 # Skip first 4 lines 70 66 $tmp = <INPUT>; … … 78 74 print OUTPUT $tmp; 79 75 } 76 77 my $first=1; 80 78 81 79 # Handle each block separated by newline … … 91 89 if ($dtype eq "rpm") { 92 90 if ($ver !~ /-/) { 93 $ver2 = "$ver-$tag"; 91 if ($first eq 1) { 92 $ver2 = "$ver-$ENV{TAG}"."$ENV{suf}"; 93 $first=0; 94 } else { 95 $ver2 = "$ver-1"."$ENV{suf}"; 96 } 94 97 } else { 95 $ver2 = $ver;98 $ver2 = "$ver"."$ENV{suf}"; 96 99 } 97 100 print OUTPUT "* $ndate Bruno Cornec <bruno\@mondorescue.org> $ver2\n"; -
branches/stable/tools/mknewshtml.pl
r660 r781 115 115 close(NEWS); 116 116 117 my $cpt = 3;117 my $cpt = 4; 118 118 open(NEWS,"> $lastnews") || die "Unable to open $lastnews (write)"; 119 119 $all = $dbh->selectall_arrayref("SELECT id,date,announce FROM announces ORDER BY date DESC"); -
branches/stable/tools/svn2build
r763 r781 37 37 for p in $c; do 38 38 v=`cat ${SVNBRANCH}/$p/VERSION` 39 echo "Management of $p $v-$ REVISION"39 echo "Management of $p $v-$TAG (rev $REVISION)" 40 40 dest="$p-$v" 41 41 rm -fr $dest … … 136 136 137 137 # Finally creates the tar files 138 echo "Creating $p tar files"138 echo -n "Creating $p tar files (gzip... " 139 139 tar cfphz ${DEST}/$p-$v.tar.gz $dest 140 tar cfphj ${DEST}/$p-$v-$TAG.tar.bz2 $dest 140 echo -n " bzip2..." 141 tar cfphj ${DEST}/$p-$v.tar.bz2 $dest 142 echo " )" 141 143 done 142 144 -
branches/stable/website/downloads.shtml
r726 r781 84 84 <li>Fedora <a href="ftp://ftp.mondorescue.org/fedora/4">Core 4</a> and <a href="ftp://ftp.mondorescue.org/fedora/5">Core 5</a>.</li> 85 85 <li>RedHat Enterprise Linux <!--<a href="ftp://ftp.mondorescue.org/rhel/2.1">2.1</a>, --><a href="ftp://ftp.mondorescue.org/rhel/3">3</a>, <a href="ftp://ftp.mondorescue.org/rhel/4">4</a>.</li> 86 <li>OpenSuSE <a href="ftp://ftp.mondorescue.org/suse/9.3">9.3</a>, <a href="ftp://ftp.mondorescue.org/suse/10.0">10.0</a>. Look also at <a href="http://www.mikenjane.net/~mike/">this</a> web page for SuSE details. <a href="http://packman.links2linux.org/">Packman</a> may have some useful additional packages. 87 <li>SuSE Linux Enterprise Server <a href="ftp://ftp.mondorescue.org/sles/9">9</a>.</li> 86 <li>Mandriva <a href="ftp://ftp.mondorescue.org/mandrake/10.1">10.1</a>, <a href="ftp://ftp.mondorescue.org/mandrake/10.2">10.2</a>, <a href="ftp://ftp.mondorescue.org/mandriva/2006.0">2006.0</a>.</li> 87 <li>OpenSuSE <a href="ftp://ftp.mondorescue.org/suse/9.3">9.3</a>, <a href="ftp://ftp.mondorescue.org/suse/10.0">10.0</a>, <a href="ftp://ftp.mondorescue.org/suse/10.1">10.1</a>. Look also at <a href="http://www.mikenjane.net/~mike/">this</a> web page for SuSE details. <a href="http://packman.links2linux.org/">Packman</a> may have some useful additional packages. 88 <li>SuSE Linux Enterprise Server <a href="ftp://ftp.mondorescue.org/sles/9">9</a>, <a href="ftp://ftp.mondorescue.org/sles/10">10</a>.</li> 88 89 <li>Debian <a href="ftp://ftp.mondorescue.org/debian/3.1">3.1</a>. Look also at <a href="http://www.desknow.com/desknow/directfiles/aleidenfrost/mr-debs-unofficial/index.html">this</a> web page for Debian details.</li> 89 <li> Mandriva <a href="ftp://ftp.mondorescue.org/mandrake/10.1">10.1</a>, <a href="ftp://ftp.mondorescue.org/mandrake/10.2">10.2</a>, <a href="ftp://ftp.mondorescue.org/mandriva/2006.0">2006.0</a>.</li>90 <li>Gentoo <a href="ftp://ftp.mondorescue.org/gentoo/1.6">1.6</a>. 90 91 </ul> 91 92
Note:
See TracChangeset
for help on using the changeset viewer.