- Timestamp:
- Jun 9, 2006, 1:17:39 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.8/tools/svn2build
r657 r658 86 86 # To be developped 87 87 #m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p > /dev/null 88 $TOOLHOME/mkchangelog.pl $dtype $p $TMP/$p.chg 88 cp -a $dest/distributions/$ddir/* $dest/distributions/${ddir}-$dver 89 $TOOLHOME/mkchangelog.pl $dtype $p $dest/distributions/${ddir}-$dver/changelog 89 90 if [ $? -ne 0 ]; then 90 echo "Unable to create changelog for ${ddir}-$dver/ $p.chg"91 echo "Unable to create changelog for ${ddir}-$dver/changelog" 91 92 exit -1 92 93 fi 93 mv $TMP/$p.chg $dest/distributions/${ddir}-$dver/changelog94 94 else 95 95 echo "Unknown Build"
Note:
See TracChangeset
for help on using the changeset viewer.