Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backport #5969

Closed
wants to merge 1,355 commits into from
Closed

backport #5969

wants to merge 1,355 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 26, 2021

ignore this, major fail from automatically creating PR from command line

ThomasWaldmann and others added 30 commits October 10, 2020 02:15
update llfuse requirements, llfuse 1.3.8 is out!
enable using libxxhash (1.1-maint only)
fix small typo in quickstart docs
fix small typo in quickstart docs
…-1.1

fix --dry-run and --stats coexistence, fixes #5415
Python 3.8 changed the default format to PAX, but GNU format is
documented for Borg.
export-tar: set tar format to GNU_FORMAT explicitly
create: backport implementation --stdin-mode, --stdin-user and --stdin-group, #5462
- kill the macOS builds, way too expensive (and problematic anyway)
- kill the builds on python development versions, can't afford any more
reduce testing on travis, no macOS, no py3x-dev, see #5467 (1.1-maint)
docs: clarify borg create's '--one-file-system' option, #4009

The documentation now explicitly mentions btrfs subvolumes and
explains how --one-file-system works.

Co-authored-by: Eike <e.fokken+git@posteo.de>
Clarify '--one-file-system' for btrfs (1.1 backport)
Fix spurious failure in test_cache_files (1.1 backport)
github ci workflow (1.1-maint backport)
Use --timestamp in placeholders if given (1.1 backport)
Using "package" ansible module make the ansible playbook able to run
against most unix OSes. Pacman module only works with Arch and derivatives.

Also : changing state from "latest" to "present". Ansible should not be
a way to keep your system up-to-date : it's a configuration management
system and, as such, should not change anything if neither the playbook
nor the machine changed its state (idempotency).

Reference : https://github.com/ansible/ansible-lint/blob/master/lib/ansiblelint/rules/PackageIsNotLatestRule.py#L24
Doc / Deployment with ansible: pacman -> package
ThomasWaldmann and others added 27 commits July 11, 2021 15:44
vagrant: use generic/netbsd9 box, copied from master branch
same code as in master now.
we test on py310-dev on github CI since a while and now also on the vagrant machines, so it should work ok.
it just hangs (swaps?) if there is too little RAM.
docs: remove duplicate faq entries
we require >= 1.3 now anyway, see setup.py.
…k-1.1

fuse: remove unneeded version check and compat code
docs: fix binary build freebsd/macOS version, fixes #5942

backports of #5945
When exclude files are used, this can trigger a stack trace if the file
does not exist. Instead exit nicely without the stacktrace.
Use an exception catching to avoid a stack trace
@ghost ghost closed this Aug 26, 2021
@ghost ghost deleted the backport branch August 26, 2021 21:27
@ghost ghost restored the backport branch August 26, 2021 21:28
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment