~scode/duplicity/archive-sync-removelocal

« back to all changes in this revision

Viewing changes to dist/mkGNUChangelog.sh

  • Committer: Kenneth Loafman
  • Date: 2009-07-01 17:21:38 UTC
  • Revision ID: kenneth@loafman.com-20090701172138-b1fbiwcfh6ix0m7e
ChangesĀ forĀ 0.6.01.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
3
 
# must be in root of CVS project
 
3
# must be in root of BZR project
4
4
cd /home/ken/workspace/duplicity-src
5
5
 
6
 
# make changelog with full email addresses
7
 
rcs2log -i 4 -l 79 \
8
 
-u $'loafman\tKenneth Loafman\tkenneth@loafman.com' \
9
 
-u $'bescoto\tBen Escoto\tben@emrose.org' \
10
 
-u $'jinty\tBrian Sutherland\tjinty@lentejasverdes.ath.cx' > Changelog.GNU
 
6
# make changelog
 
7
bzr log -v > Changelog.GNU