Changeset 710 in MondoRescue for branches/stable/tools
- Timestamp:
- Jul 23, 2006, 6:48:00 PM (19 years ago)
- Location:
- branches/stable/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/tools/mkchangelog.pl
r659 r710 83 83 #print "**$ndate**\n"; 84 84 if ($dtype eq "rpm") { 85 print OUTPUT "* $ndate Bruno Cornec <bruno\@mondorescue.org> $ver\n";85 print OUTPUT "* $ndate Bruno Cornec <bruno\@mondorescue.org> VVV-RRR\n"; 86 86 print OUTPUT "- Updated to $ver\n"; 87 87 } -
branches/stable/tools/svn2build
r659 r710 72 72 fi 73 73 echo "Using $inc customization to build SPEC file" 74 m4 $TMP/mondorescue.mc $inc $dest/distributions/rpm/$p.spec > $dest/distributions/${ddir}-$dver/$p.spec75 74 76 75 $TOOLHOME/mkchangelog.pl $dtype $p $TMP/$p.spec … … 79 78 exit -1 80 79 fi 81 cat $TMP/$p.spec >> $dest/distributions/${ddir}-$dver/$p.spec 80 m4 $TMP/mondorescue.mc $inc $dest/distributions/rpm/$p.spec $TMP/$p.spec > $dest/distributions/${ddir}-$dver/$p.spec 81 82 82 rm -f $TMP/$p.spec 83 83 elif [ "$dtype" = "ebuild" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.