diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-09-27 02:14:49 +0000 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-09-27 16:58:32 -0500 |
commit | b75a7980f11cb1cd5ce8570c17ddbbd2245a43ae (patch) | |
tree | 58bdf919e9f833c0c0bf39f7124c4b3b4935269c /tools/export.py | |
parent | 967570450275c53ab8a4ecd77806cafb8f1604da (diff) | |
download | bcfg2-b75a7980f11cb1cd5ce8570c17ddbbd2245a43ae.tar.gz bcfg2-b75a7980f11cb1cd5ce8570c17ddbbd2245a43ae.tar.bz2 bcfg2-b75a7980f11cb1cd5ce8570c17ddbbd2245a43ae.zip |
export.py: Fix changelog formatting
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6074 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'tools/export.py')
-rwxr-xr-x | tools/export.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/export.py b/tools/export.py index 55757d6d5..fcb9e5a4d 100755 --- a/tools/export.py +++ b/tools/export.py @@ -34,7 +34,7 @@ newchangelog = \ * New upstream release - -- %s <%s> %s + -- %s <%s> %s """ % (majorver, minorver, name, email, formatdate(localtime=True)) # write out the new debian changelog |