#!/bin/sh # Create the build system. set -e -x # Generate stubs for translations. langs=`find po/doc -type f -name '*.po' \ | sed -e 's,guix-manual\.,,' \ | xargs -n 1 -I{} basename {} .po` for lang in ${langs}; do if [ ! -e "doc/guix.${lang}.texi" ]; then echo "@setfilename guix.${lang}.info" > "doc/guix.${lang}.texi" echo "@include version-${lang}.texi" >> "doc/guix.${lang}.texi" # Ensure .po file is newer. touch "po/doc/guix-manual.${lang}.po" fi done exec autoreconf -vfi cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/lint.scm
/lint.scm?id=95c2bc49cf9691b95f604ed18c7b6dcdb93f9278'>tests: Skip lint tests when HTTP server cannot listen....
AgeCommit message (Expand)Author
2020-12-07tests: lint: Add origin patch file name test cases....Chris Marusich
2020-11-21lint: Add 'check-haskell-stackage' checker....Timothy Sample
2020-11-21lint: Add 'patch-headers' checker....Ludovic Courtès
2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès
2020-07-122019-11-15gnu: groff: Fix cross compilation....Mathieu Othacehe
Ludovic Courtès
2020-06-14lint: Add 'check-for-collisions' checker....Ludovic Courtès
2020-01-17lint: vulnerabilities: Avoid 'mock' in test....Ludovic Courtès
2019-10-20tests: Avoid now-deprecated 'make-struct'....Ludovic Courtès
2019-09-02lint: Add 'archival' checker....Ludovic Courtès
2019-09-02tests: 'with-http-server' accepts multiple responses....Ludovic Courtès
2019-08-17tests: Relax expectations for the 'home-page' checker....Ludovic Courtès
2019-07-20lint: Add test for 'source'....Ludovic Courtès
2019-07-20lint: Update tests to (guix lint) migration....Ludovic Courtès
2019-07-15lint: Move the linting code to a different module....Christopher Baines
2019-07-15scripts: lint: Handle warnings with a record type....Christopher Baines