Changeset 1271 in MondoRescue
- Timestamp:
- Mar 26, 2007, 6:49:47 PM (18 years ago)
- Location:
- branches/stable/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/tools/mkchangelog.pl
r930 r1271 96 96 $n2date = &UnixDate($date,"%a, %d %b %Y %H:%M:%S %z"); 97 97 #print "**$ndate**\n"; 98 if ( $dtype eq "rpm") {98 if (($dtype eq "rpm") || ($dtype eq "fc")) { 99 99 if ($ver !~ /-/) { 100 100 if ($first eq 1) { … … 120 120 print OUTPUT " * $tmp"; 121 121 } 122 else {122 else if ($dtype eq "rpm") { 123 123 print OUTPUT "$tmp"; 124 124 } -
branches/stable/tools/pkg2fc
r1270 r1271 85 85 echo "Packages rebuild on ${DSTNODE}" 86 86 ssh -q ${ACCOUNT} ${DSTNODE} "./mkmondo" 87 ) 2>&1 | tee /tmp/pk2 mdv.log87 ) 2>&1 | tee /tmp/pk2fc.log
Note:
See TracChangeset
for help on using the changeset viewer.