aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
blob: cab90fb4e7047822c42e19b7239ffb0571a20d36 (about) (plain)
blob size (496KB) exceeds display size limit (100KB).
er-highlight'> * build-aux/update-NEWS.scm (main): Sort packages. 2021-04-23build-aux: Relax the regexp used to match NEWS sections.Maxim Cournoyer A number of packages doesn't really make sense in the name of the section to be substituted. This change allows using simply '*** new packages' instead of '*** 1999 new packages', for example, and have the update-NEWS.scm script update it. * build-aux/update-NEWS.scm (write-packages-added) <regexp>: Do not care about leading white space in the name of the section. 2019-05-20maint: update-NEWS: Track "gcc-toolchain", not "gcc".Ludovic Courtès This is a followup to d78010b81ee6ef4fd8803082e2f401b9e55b44db. * build-aux/update-NEWS.scm (write-packages-updates)[important]: Replace "gcc" by "gcc-toolchain".