mirror of
git://github.com/lxc/lxc
synced 2025-08-29 18:29:52 +00:00
Redirect the Changelog diff to file instead of stdout
This commit is contained in:
parent
f04d36bf47
commit
5f8dbb64c6
@ -26,7 +26,7 @@ release_changelog() {
|
|||||||
echo "Generating ChangeLog"
|
echo "Generating ChangeLog"
|
||||||
echo -n "Please give the previous tag name: "
|
echo -n "Please give the previous tag name: "
|
||||||
read
|
read
|
||||||
cvs2cl --delta $REPLY:$TAG --stdout
|
cvs2cl --delta $REPLY:$TAG --stdout > ChangeLog.diff
|
||||||
}
|
}
|
||||||
|
|
||||||
release_tag
|
release_tag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user