name='robots' content='noindex, nofollow'/>
aboutsummaryrefslogtreecommitdiff
path: root/etc/committer.scm.in
AgeCommit message (Expand)Author
2024-10-15committer: Fix for inputs that are lists by using object->string....* etc/committer.scm.in (change-commit-message): Use object->string to deal with more complex dependency specifications. Change-Id: Ieee39709fd3eb26368df400a9228d77aa97a9d9d Signed-off-by: Ludovic Courtès <ludo@gnu.org> Attila Lendvai
2024-08-26committer: Avoid // in xpath....When using // we assume that the package definition's S-expression is a nesting of proper lists. This is not guaranteed to be true, because a package definition may contain alists. By using an explicit path to the field of interest we avoid recursion through all child nodes, thus avoiding child nodes that are more likely to contain improper lists. * etc/committer.scm.in (change-commit-message): Replace // with a path for the PACKAGE symbol. Change-Id: Idefaec9f5c3538484432e15a5865a68fc16e7369 Ricardo Wurmus