aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gen-bugnote
AgeCommit message (Collapse)AuthorFilesLines
2022-05-04Tools: Add trailing periods to our bug notes if needed.Gerald Combs1-1/+5
[skip ci]
2021-11-11Tools: Let jq escape backslashes in gen-bugnote.Gerald Combs1-1/+6
2020-09-30Tools: Handle leading "#"s in gen-bugnote.Gerald Combs1-1/+1
GitLab's version of Markdown denotes issue IDs with a leading "#".
2020-09-09tools: Migrate gen-bugnote to GitLab.Gerald Combs1-30/+13
Update gen-bugnote to fetch issue titles from GitLab's issue API.
2020-01-13Gen-bugnote: Another encoding fix.Gerald Combs1-3/+7
Change-Id: Icf9fe7cd392cce2dac8ba45854c9f4c00a80dd38 Reviewed-on: https://code.wireshark.org/review/35791 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2020-01-13Gen-bugnote: Fix an encoding issue.Gerald Combs1-1/+4
Change-Id: I0b193bc2dfa68de98d53b2443773d121801271e8 Reviewed-on: https://code.wireshark.org/review/35786 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2019-04-05Gen-bugnote: Replace multiple instances where needed.Gerald Combs1-4/+4
Change-Id: Ic0d8ec3604ce6a31b68ef265cd5337b0565b8a24 Reviewed-on: https://code.wireshark.org/review/32740 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-07-17Tools: Remove parentheses around bug notes.Gerald Combs1-1/+1
Change-Id: Ib2eb24d769dceb6eaab152290e719ae35cad4dcb Reviewed-on: https://code.wireshark.org/review/28742 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-06-11More shellcheck fixes.Gerald Combs1-4/+4
Change-Id: Iee9e464b3935d4c8a09fa9954f73496eae33f30f Reviewed-on: https://code.wireshark.org/review/28092 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-05-24Asciidoctor: Remove underscores from macro names.Gerald Combs1-1/+1
AsciiDoc allows dashes in macro names but not underscores. Current versions of AsciiDoctor allow the inverse. Remove underscores to allow for easier copying and pasting. Remove asciidoc.conf while we're here. It's no longer used. Change-Id: I32d8a4ec695b9e17a80ac720ee9faf62dbb362d3 Reviewed-on: https://code.wireshark.org/review/27787 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-03-09spdx: more licenses converted.Dario Lombardo1-13/+1
Change-Id: Ia1650bc02511f7bd47fb90be91b623177f05bcbd Reviewed-on: https://code.wireshark.org/review/26337 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-02-13Asciidoctor macro fixups.Gerald Combs1-1/+1
Fix a few errors in the Asciidoctor macros. Use the new macro names in the release notes and gen-bugnote. Change-Id: I2ca672949c59ca3da8a6b963cb5bd9abd66c348d Reviewed-on: https://code.wireshark.org/review/25774 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2017-11-28Gen-bugnote: Replace backslashes with {backslash}.Gerald Combs1-1/+2
Change-Id: I12b479fedf9ca54b600919a4586c4b4c43464589 Reviewed-on: https://code.wireshark.org/review/24626 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2017-01-04Escape opening curly braces in gen-bugnote.Gerald Combs1-5/+6
Curly braces are used for attribute replacement in AsciiDoc. Change-Id: I1461ee26543dd20a9f799084a01710faef78f2d0 Reviewed-on: https://code.wireshark.org/review/19517 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-02-25"tools" updates.Gerald Combs1-30/+3
Remove backport-change. It didn't work as well as I had hoped. Remove backport-rev since we don't use Subversion any more. Remove DocBook code from gen-bugnote. Change-Id: I70f39444c6cdd380301691f64d27147ac09e5cae Reviewed-on: https://code.wireshark.org/review/348 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-2/+0
There are a few things in here which could still use attention. Don't regenerate anything now. Change-Id: I283c224d3523212144707fca3d6265916cb11792 Reviewed-on: https://code.wireshark.org/review/205 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-09-10Add newlines to the AsciiDoc output.Gerald Combs1-1/+1
svn path=/trunk/; revision=51930
2013-09-07Use "recode" to convert HTML entities to UTF-8 if it's available.Gerald Combs1-1/+6
svn path=/trunk/; revision=51806
2013-07-29asciidoc.conf: Have sort-and-group remove commas.Gerald Combs1-1/+1
gen-bugnote: Create proper bug links. svn path=/trunk/; revision=51022
2013-07-17gen-bugnote: Produce a list item for AsciiDoc. backport-rev: Add errorGerald Combs1-1/+1
checking for newer versions of Subversion. svn path=/trunk/; revision=50707
2013-04-23Add two tools useful for package maintainers:Gerald Combs1-0/+89
backport-rev attempts to merge a revision from the trunk in the current directory (presumably one of the release branches). gen-bugnote fetches a bug title from bugs.wireshark.org and formats it for inclusion in the release notes. svn path=/trunk/; revision=49004