public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Jonatan Schlag <jonatan.schlag@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH v2] Ship testsuite of BorgBackup
Date: Sat, 26 Sep 2020 07:19:58 +0000	[thread overview]
Message-ID: <20200926071958.10055-1-jonatan.schlag@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4754 bytes --]

BorgBackup seems to need this testsuite on all systems, because it does
some selftests when starting a backup.

Fixes: #12438

Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
 config/rootfiles/packages/borgbackup | 56 ++++++++++++++--------------
 lfs/borgbackup                       |  2 +-
 2 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/config/rootfiles/packages/borgbackup b/config/rootfiles/packages/borgbackup
index 6fbe61429..7fed290a0 100644
--- a/config/rootfiles/packages/borgbackup
+++ b/config/rootfiles/packages/borgbackup
@@ -50,34 +50,34 @@ usr/lib/python3.8/site-packages/borg/repository.py
 usr/lib/python3.8/site-packages/borg/selftest.py
 usr/lib/python3.8/site-packages/borg/shellpattern.py
 #usr/lib/python3.8/site-packages/borg/testsuite
-#usr/lib/python3.8/site-packages/borg/testsuite/__init__.py
-#usr/lib/python3.8/site-packages/borg/testsuite/archive.py
-#usr/lib/python3.8/site-packages/borg/testsuite/archiver.py
-#usr/lib/python3.8/site-packages/borg/testsuite/attic.tar.gz
-#usr/lib/python3.8/site-packages/borg/testsuite/benchmark.py
-#usr/lib/python3.8/site-packages/borg/testsuite/cache.py
-#usr/lib/python3.8/site-packages/borg/testsuite/checksums.py
-#usr/lib/python3.8/site-packages/borg/testsuite/chunker.py
-#usr/lib/python3.8/site-packages/borg/testsuite/compress.py
-#usr/lib/python3.8/site-packages/borg/testsuite/crypto.py
-#usr/lib/python3.8/site-packages/borg/testsuite/file_integrity.py
-#usr/lib/python3.8/site-packages/borg/testsuite/hashindex.py
-#usr/lib/python3.8/site-packages/borg/testsuite/helpers.py
-#usr/lib/python3.8/site-packages/borg/testsuite/item.py
-#usr/lib/python3.8/site-packages/borg/testsuite/key.py
-#usr/lib/python3.8/site-packages/borg/testsuite/locking.py
-#usr/lib/python3.8/site-packages/borg/testsuite/logger.py
-#usr/lib/python3.8/site-packages/borg/testsuite/lrucache.py
-#usr/lib/python3.8/site-packages/borg/testsuite/nanorst.py
-#usr/lib/python3.8/site-packages/borg/testsuite/nonces.py
-#usr/lib/python3.8/site-packages/borg/testsuite/patterns.py
-#usr/lib/python3.8/site-packages/borg/testsuite/platform.py
-#usr/lib/python3.8/site-packages/borg/testsuite/remote.py
-#usr/lib/python3.8/site-packages/borg/testsuite/repository.py
-#usr/lib/python3.8/site-packages/borg/testsuite/shellpattern.py
-#usr/lib/python3.8/site-packages/borg/testsuite/upgrader.py
-#usr/lib/python3.8/site-packages/borg/testsuite/version.py
-#usr/lib/python3.8/site-packages/borg/testsuite/xattr.py
+usr/lib/python3.8/site-packages/borg/testsuite/__init__.py
+usr/lib/python3.8/site-packages/borg/testsuite/archive.py
+usr/lib/python3.8/site-packages/borg/testsuite/archiver.py
+usr/lib/python3.8/site-packages/borg/testsuite/attic.tar.gz
+usr/lib/python3.8/site-packages/borg/testsuite/benchmark.py
+usr/lib/python3.8/site-packages/borg/testsuite/cache.py
+usr/lib/python3.8/site-packages/borg/testsuite/checksums.py
+usr/lib/python3.8/site-packages/borg/testsuite/chunker.py
+usr/lib/python3.8/site-packages/borg/testsuite/compress.py
+usr/lib/python3.8/site-packages/borg/testsuite/crypto.py
+usr/lib/python3.8/site-packages/borg/testsuite/file_integrity.py
+usr/lib/python3.8/site-packages/borg/testsuite/hashindex.py
+usr/lib/python3.8/site-packages/borg/testsuite/helpers.py
+usr/lib/python3.8/site-packages/borg/testsuite/item.py
+usr/lib/python3.8/site-packages/borg/testsuite/key.py
+usr/lib/python3.8/site-packages/borg/testsuite/locking.py
+usr/lib/python3.8/site-packages/borg/testsuite/logger.py
+usr/lib/python3.8/site-packages/borg/testsuite/lrucache.py
+usr/lib/python3.8/site-packages/borg/testsuite/nanorst.py
+usr/lib/python3.8/site-packages/borg/testsuite/nonces.py
+usr/lib/python3.8/site-packages/borg/testsuite/patterns.py
+usr/lib/python3.8/site-packages/borg/testsuite/platform.py
+usr/lib/python3.8/site-packages/borg/testsuite/remote.py
+usr/lib/python3.8/site-packages/borg/testsuite/repository.py
+usr/lib/python3.8/site-packages/borg/testsuite/shellpattern.py
+usr/lib/python3.8/site-packages/borg/testsuite/upgrader.py
+usr/lib/python3.8/site-packages/borg/testsuite/version.py
+usr/lib/python3.8/site-packages/borg/testsuite/xattr.py
 usr/lib/python3.8/site-packages/borg/upgrader.py
 usr/lib/python3.8/site-packages/borg/version.py
 usr/lib/python3.8/site-packages/borg/xattr.py
diff --git a/lfs/borgbackup b/lfs/borgbackup
index ea87cf5ce..66e35c71a 100644
--- a/lfs/borgbackup
+++ b/lfs/borgbackup
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = borgbackup
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       = python3-llfuse python3-msgpack
 
-- 
2.20.1


                 reply	other threads:[~2020-09-26  7:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200926071958.10055-1-jonatan.schlag@ipfire.org \
    --to=jonatan.schlag@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox