Commit Graph

2852 Commits

Author SHA1 Message Date
TW 769f9d80ab Merge pull request #1387 from PlasmaPower/remove-trailing-whitespace
Remove trailing whitespace
2016-07-27 17:07:21 +02:00
Lee Bousfield 0a4a95eb17
Remove trailing whitespace 2016-07-27 10:05:51 -04:00
Lee Bousfield 88a4989c57 Add --append-only to borg init 2016-07-27 08:52:42 -04:00
Marian Beermann 2e3fc9ddfc SyncFile/SaveFile: default binary=False, just like open() 2016-07-26 22:49:25 +02:00
Marian Beermann 863ab66908 SaveFile: unlink(tmppath): only ignore FileNotFoundError 2016-07-26 22:40:23 +02:00
Marian Beermann dec671d8ff SaveFile: os.replace instead of rename 2016-07-26 22:39:45 +02:00
TW e32dcc4c8a Merge pull request #1379 from PlasmaPower/stdio-broken-pipe
Ignore stdout/stderr broken pipe errors
2016-07-26 21:09:00 +02:00
Lee Bousfield 9fe4473ff2
Ignore stdout/stderr broken pipe errors 2016-07-26 14:24:51 -04:00
enkore 3c2d41898f Merge pull request #1368 from PlasmaPower/user-exists-value-error
Catch a ValueError when checking if a user exists
2016-07-23 23:45:16 +02:00
Lee Bousfield ff108ef24b Catch a ValueError when checking if a user exists 2016-07-23 15:03:22 -04:00
enkore 91a9c35bd3 Merge pull request #1367 from PlasmaPower/noatime-fix
Fixed noatime detection
2016-07-23 20:15:24 +02:00
Lee Bousfield 868586dd37 Fixed noatime detection 2016-07-23 13:05:35 -04:00
TW ffdd3a53f9 Merge pull request #1365 from PlasmaPower/testing-outside-vagrant
Allow running tests outside of Vagrant
2016-07-23 16:43:19 +02:00
Lee Bousfield 88bffab935
Allow running tests outside of Vagrant
Fixes #1361
2016-07-23 10:31:16 -04:00
TW c0615c78e9 Merge pull request #1358 from PlasmaPower/git-ignore-platform-c
Ignore generated platform C files
2016-07-23 16:18:10 +02:00
Lee Bousfield 2eef0fb894
Ignore generated platform C files 2016-07-23 09:15:16 -04:00
TW 43b075ee00 Merge pull request #1360 from PlasmaPower/git-ignore-coverage
gitignore .coverage.*
2016-07-23 10:40:40 +02:00
Lee Bousfield 477b374a28 gitignore .coverage.* 2016-07-22 18:55:14 -04:00
Thomas Waldmann b33f8b4ff1 update faq with new 30 mins checkpoint interval 2016-07-21 21:03:22 +02:00
enkore bc56cefde7 Merge pull request #1348 from LocutusOfBorg/reproducible-build-stable
Use an OrderedDict for helptext, making the build reproducible
2016-07-18 12:56:44 +02:00
Chris Lamb 69f8d3c3f7 Use an OrderedDict for helptext, making the build reproducible
Closes #1346
2016-07-18 12:18:03 +02:00
TW 95ce40b1a4 Merge pull request #1334 from enkore/issue/1333
faq: 'A' unchanged file; remove ambiguous entry age sentence.
2016-07-18 08:06:36 +02:00
TW a2ea1d743a Merge pull request #1344 from enkore/fix/merges
Fix some item subscripts that came from 1.0-maint
2016-07-18 07:56:50 +02:00
Marian Beermann 52a72cf73a Fix some item subscripts that came from 1.0-maint 2016-07-17 19:13:09 +02:00
enkore 7e6d6bf458 Merge pull request #1331 from pankajkgarg/1.0-maint
Fixed the issue of absense of vagrant user on xenial64
2016-07-15 22:28:21 +02:00
Pankaj Garg 5f713ec1c1 Fixed the issue of xenial64 box being unable to run because vagrant user is absent 2016-07-15 09:15:37 +05:30
Marian Beermann b9952efd68 faq: 'A' unchanged file; remove ambiguous entry age sentence. 2016-07-15 00:43:49 +02:00
TW 963bdd340c Merge pull request #1330 from enkore/issue/972
recreate: fix hogged signal handlers
2016-07-14 14:53:21 +02:00
TW 361bf32735 Merge pull request #1327 from enkore/issue/1324
Fix borg break-lock ignoring BORG_REPO env var
2016-07-14 14:41:30 +02:00
TW eddda72bb2 Merge pull request #1329 from enkore/merge/1.0-maint2
Merge branch '1.0-maint' into master
2016-07-14 14:37:52 +02:00
Marian Beermann fcb6930c53
recreate: fix hogged signal handlers 2016-07-14 02:11:13 +02:00
Marian Beermann 2e6eb63174
Merge branch '1.0-maint' into master 2016-07-14 01:28:26 +02:00
Marian Beermann 7053a72140 Fix borg break-lock ignoring BORG_REPO env var 2016-07-13 20:04:20 +02:00
Thomas Waldmann bbb280c129 ran build_usage 2016-07-12 23:10:13 +02:00
TW 52cc8a9c3b Merge pull request #1323 from enkore/changes/1.0.6
update CHANGES for 1.0.6
2016-07-12 22:49:04 +02:00
Marian Beermann 06a1a899ee update CHANGES 2016-07-12 20:55:26 +02:00
enkore 841d0fd3ad Merge pull request #1317 from enkore/issue/1315
test_atime: try to open with O_NOATIME to determine support
2016-07-12 20:14:04 +02:00
enkore 8474f4e946 Merge pull request #1320 from enkore/issue/1314
Correctly handle multiple LD_PRELOAD entries
2016-07-12 16:46:32 +02:00
Marian Beermann 4891d33e2a test_atime: detect O_NOATIME support by checking atime and flags 2016-07-12 16:45:20 +02:00
Marian Beermann 70c2d69799 xattr LD_PRELOAD: diaper 2016-07-12 16:07:22 +02:00
James Clarke 2c616527cf Correctly handle multiple LD_PRELOAD entries; fixes #1111 2016-07-12 15:38:41 +02:00
Marian Beermann c07d91e9ca test_atime: exclude GNU Hurd from this test
It has O_NOATIME, opening doesn't fail with EPERM, but it still updates
the atime of the file.
2016-07-12 14:42:00 +02:00
TW e28c2d4c36 Merge pull request #1318 from enkore/issue/1314
xattr: don't log before logging is set up
2016-07-12 14:09:06 +02:00
Marian Beermann 0e0f487b95 test_atime: try to open with O_NOATIME to determine support 2016-07-12 13:17:54 +02:00
Marian Beermann 98530fffd3 xattr: don't log before logging is set up 2016-07-12 11:57:58 +02:00
TW 131d2384dd Merge pull request #1313 from ThomasWaldmann/fix-highlighting
docs: fix the highlighting
2016-07-11 23:19:30 +02:00
Thomas Waldmann cf4d761042 docs: fix the highlighting
default is "python", that's why some help fragments and bash scripts looked strange.
2016-07-11 23:16:53 +02:00
enkore b48de14f73 Merge pull request #1312 from ThomasWaldmann/improve-sparse-test
more compatible sparse file testing, fixes #1310
2016-07-11 21:30:35 +02:00
Thomas Waldmann 0fb6cb8417 more compatible sparse file testing, fixes #1310
removed the pointless platform check.

just first test the input file with the same checks we expect succeeding
on the extracted file. skip sparse archiving / extraction testing if the input
file checks fail - likely we have a problem with the OS or the FS then.
2016-07-11 20:48:13 +02:00
Thomas Waldmann 8c4802312d add picture made by anarcat 2016-07-11 02:47:43 +02:00