summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-01-16 23:07:06 +0000
committerPaul W. Frields <stickster@gmail.com>2006-01-16 23:07:06 +0000
commit37c0cf62317836bb0d317bc63f3720f465648c2f (patch)
treecebed132934aeab512ccffd1bba2c9184ebbb989 /bin
parente6bd6cf53844616844d5ae06c1d617f6b5e55c21 (diff)
downloadfedora-doc-utils-37c0cf62317836bb0d317bc63f3720f465648c2f.tar.gz
fedora-doc-utils-37c0cf62317836bb0d317bc63f3720f465648c2f.tar.xz
fedora-doc-utils-37c0cf62317836bb0d317bc63f3720f465648c2f.zip
clog target and XSL stylesheet should be able to figure out if this is the first package for a document revision
Diffstat (limited to 'bin')
-rwxr-xr-xbin/insert-changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/insert-changelog b/bin/insert-changelog
index 3a7a8db..2676411 100755
--- a/bin/insert-changelog
+++ b/bin/insert-changelog
@@ -22,6 +22,7 @@ echo $ROLE
if test $ROLE = "rpm"; then
REVDATE=`date +"%a %b %d %Y"`
ZEROREV=0
+ NUMBER=1
REVDESC="an integer release number"
elif test $ROLE = "doc"; then
REVDATE=`date +"%Y-%M-%d"`