]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Redirect the Changelog diff to file instead of stdout
authordlezcano <dlezcano>
Tue, 28 Oct 2008 22:38:23 +0000 (22:38 +0000)
committerdlezcano <dlezcano>
Tue, 28 Oct 2008 22:38:23 +0000 (22:38 +0000)
release.sh

index 6100d78cc128c4551c27c7397e106b318d36a54b..1aeba803bc4abd2d4e40cf64c02cb81818dce2f1 100644 (file)
@@ -26,7 +26,7 @@ release_changelog() {
     echo "Generating ChangeLog"
     echo -n "Please give the previous tag name: "
     read 
-    cvs2cl --delta $REPLY:$TAG --stdout
+    cvs2cl --delta $REPLY:$TAG --stdout > ChangeLog.diff
 }
 
 release_tag