[diff "scheme"] xfuncname = "^(\\(define.*)$" [diff "texinfo"] xfuncname = "^@node[[:space:]]+([^,]+).*$" [format] forceinbodyfrom = true # help preserve commit authorship thread = shallow useAutoBase = true [pull] rebase = true [sendemail] to = guix-patches@gnu.org headerCmd = etc/teams.scm cc-members-header-cmd thread = no [b4] attestation-check-dkim = off attestation-policy = off linkmask = https://yhetil.org/guix/%s linktrailermask = https://yhetil.org/guix/%s midmask = https://yhetil.org/guix/%s /td>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/backup.scm
AgeCommit message (Expand)Author
2022-08-09gnu: vorta: Update to 0.8.7....* gnu/packages/backup.scm (vorta): Update to 0.8.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Kehayias
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i Maxim Cournoyer
2022-07-24gnu: btrbk: Use SEARCH-INPUT-FILES....* gnu/packages/backup.scm (btrbk)[arguments]: Use SEARCH-INPUT-FILE to construct the wrapper's PATH, rather than hard-coding package variables. Tobias Geerinckx-Rice
2022-07-24gnu: btrbk: Update to 0.32.2....* gnu/packages/backup.scm (btrbk): Update to 0.32.2. Tobias Geerinckx-Rice
2022-07-24gnu: btrbk: Add findutils to PATH....* gnu/packages/backup.scm (btrbk)[arguments]: Add findutils to WRAP-PROGRAM's PATH list. Tobias Geerinckx-Rice
2022-07-02gnu: burp: Use regular check....* gnu/packages/backup.scm (burp)[native-inputs]: Replace check-0.14 with check. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Thiago Jung Bauermann
2022-06-26gnu: python-setuptools-scm: Move to (gnu packages python-build)....* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here... * gnu/packages/python-build.scm (python-setuptools-scm): ... to here. Maxim Cournoyer
2022-06-06gnu: Borg: Update to 1.2.1....* gnu/packages/backup.scm (borg): Update to 1.2.1. Leo Famulari
2022-04-26gnu: Add grsync....* gnu/packages/backup.scm (grsync): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Feng Shu