Changeset 649 in MondoRescue for trunk/tools/mknewtag
- Timestamp:
- Jun 8, 2006, 11:31:13 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/mknewtag
r618 r649 35 35 nb=`svn diff $TOOLHOME/.. | wc -l` 36 36 if [ $nb -gt 0 ]; then 37 echo "You'll have to check in orderbefore updating the TAG"37 echo "You'll have to check in before updating the TAG" 38 38 echo "$TAG" > $TOOLHOME/TAG 39 39 else 40 for p in mindi mondo; do 41 grep -q "${VER}-${TAG}" $TOOLHOME/../$p/Changelog 42 if [ $? -ne 0 ]; then 43 echo "You'll have to document in ${p}'s Changelog for ${VER}-${TAG} related modifications" 44 exit -1 45 fi 46 done 40 47 echo "$TAG" > $TOOLHOME/TAG 41 48 (cd $TOOLHOME/.. ; svn ci -m "Automatic update of TAG to $TAG" ; svn up)
Note:
See TracChangeset
for help on using the changeset viewer.