Commit Graph

22 Commits

Author SHA1 Message Date
Richard W.M. Jones
2424976a3c bugs-in-changelog.sh: Match at least 3 digits after RHEL- for Jira issue
We could match on 1- and 2-digit RHEL issues, thus matching strings
like "RHEL-9" and "RHEL-10".  No such Jira issues exist for us.

(cherry picked from commit 846ecb2b3840212c6f2cad6a15a6b33cd2e912bf)
2025-05-06 17:40:06 +01:00
Richard W.M. Jones
72cfaff5c5 Update copyright dates for 2025
Automated using this command:

perl -pi.bak -e 's/(20[012][0-9])-20[12][01234]/$1-2025/g' `git ls-files`
2025-02-16 17:00:46 +00:00
Richard W.M. Jones
e97c6f5933 bugs-in-changelog.sh: List Jira IDs and github issues in output 2024-10-02 16:02:43 +01:00
Richard W.M. Jones
4e4801a2c3 bugs-in-changelog.sh: Use grep -E instead of egrep
New version of coreutils egrep whinges.
2024-01-04 13:43:15 +00:00
Richard W.M. Jones
e2c7bddf10 Update copyright dates for 2023
Run this command across the source:

  perl -pi.bak -e 's/(20[012][0-9])-20[12][012]/$1-2023/g' `git ls-files`

and remove changes to po{,-docs}/*.po{,t} (these will be regenerated
later when we run 'make dist').
2023-02-07 10:50:48 +00:00
Richard W.M. Jones
466e7d3be3 docs: Show only libguestfs bugs in bugs-in-changelog.sh
Taken from commit ae8ff236ab.
2022-03-10 16:00:59 +00:00
Richard W.M. Jones
363c5af844 docs: Various fixes to bugs-in-changelog.sh
This script is used to prepare the list of fixed bugs for release
notes.  This commit contains miscellaneous fixes:

 - Recognise other bug formats such as direct links.

 - Ensure user is logged in so that BZ API doesn't silently truncate
   results.

(cherry picked from virt-v2v commit fac1e4fce0d7114bd044b274788de01569089e18)
2022-03-10 16:00:53 +00:00
Richard W.M. Jones
2a8a0672c4 Revert "bugs-in-changelog.sh: Various fixes to cope with new changelog format"
I fixed this in a better way in virt-v2v, so revert this change and
(next commit) use the virt-v2v commit instead.

This reverts commit ae8ff236ab.
2022-03-10 16:00:35 +00:00
Richard W.M. Jones
ae8ff236ab bugs-in-changelog.sh: Various fixes to cope with new changelog format 2021-09-13 19:29:17 +01:00
Richard W.M. Jones
0e17236d7d Update copyright dates to 2020. 2020-03-06 19:32:32 +00:00
Richard W.M. Jones
05d4fcb64d Update copyright dates for 2019.
This command run over the source:

perl -pi.bak -e 's/(20[01][0-9])-2018/$1-2019/g' `git ls-files`
2019-01-08 11:58:30 +00:00
Richard W.M. Jones
212762c593 Update copyright dates for 2018.
Run the following command over the source:

  perl -pi.bak -e 's/(20[01][0-9])-2017/$1-2018/g' `git ls-files`
2018-01-04 15:30:10 +00:00
Richard W.M. Jones
af4e3b3d3b bugs-in-changelog.sh: Python bugzilla client -t option changed to -s. 2017-11-25 21:07:29 +00:00
Pino Toscano
55bf7de97c Update copyright dates for 2017
Run the following command over the source:

  perl -pi.bak -e 's/(20[01][0-9])-2016/$1-2017/g' `git ls-files`

(Thanks Rich for the perl snippet, as used in past years.)
2017-01-03 16:48:21 +01:00
Richard W.M. Jones
307c83177c Update copyright dates for 2016.
Run the following command over the source:

  perl -pi.bak -e 's/(20[01][0-9])-2015/$1-2016/g' `git ls-files`
2016-01-02 21:19:51 +00:00
Richard W.M. Jones
c5800dc97d Update copyright dates for 2015. 2015-01-17 09:08:15 +00:00
Richard W.M. Jones
6c971faecf Update copyright dates for 2014. 2014-01-02 16:53:34 +00:00
Richard W.M. Jones
0d18a8b407 Update copyright dates for 2013. 2013-02-02 13:56:19 +00:00
Richard W.M. Jones
589db4e42a Convert release notes to a POD file / man page.
Note that we add the text version to git so that it's available for
people to read without requiring any special tools.
2012-08-11 14:18:29 +01:00
Richard W.M. Jones
08840bab44 Tempus fugit.
Update all copyright dates to 2012.
2012-01-18 22:05:02 +00:00
Matthew Booth
04ea1375c5 Update FSF address. 2011-11-08 14:43:07 +00:00
Richard W.M. Jones
c1592ac938 build: Rename bugs-in-changelog.sh 2010-11-24 14:29:31 +00:00