Update Vagrantfile to use community centos6 images for automatic downloading#2
Closed
walkertraylor wants to merge 1 commit intoThomasWaldmann:masterfrom
walkertraylor:master
Closed
Update Vagrantfile to use community centos6 images for automatic downloading#2walkertraylor wants to merge 1 commit intoThomasWaldmann:masterfrom walkertraylor:master
walkertraylor wants to merge 1 commit intoThomasWaldmann:masterfrom
walkertraylor:master
Conversation
|
You'll want to make this pull request against the official Borg repository at borgbackup/borg, not Thomas' development fork ;) https://github.com/borgbackup/borg/compare/master...walkertraylor:master?expand=1 |
Owner
|
are the tests working ok on these machines? could you PR against borgbackup/borg 1.0-maint branch please? |
Author
|
oops was in a rush. will check and PR.
Walker Traylor
walker@walkertraylor.com <mailto:walker@walkertraylor.com>
m: +1.703.389.4507
skype: wtraylor
linkedin.com/in/walkertraylor <http://www.linkedin.com/in/walkertraylor>
… On Jan 13, 2017, at 12:21 AM, TW ***@***.***> wrote:
are the tests working ok on these machines?
could you PR against borgbackup/borg 1.0-maint branch please?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AApMPr2C5NjtPDapUQnXKetbnUHKgA8hks5rRmEvgaJpZM4LiAg8>.
|
Author
|
Tests are failing for me for master branch on all instance types including trusty64 and centos6_64 (unmodified from existing vagrantfile) and the updated centos6_32 and centos6_64 configurations.
Is there a known working branch I should be using to validate?
Walker Traylor
walker@walkertraylor.com <mailto:walker@walkertraylor.com>
m: +1.703.389.4507
skype: wtraylor
linkedin.com/in/walkertraylor <http://www.linkedin.com/in/walkertraylor>
… On Jan 13, 2017, at 12:21 AM, TW ***@***.***> wrote:
are the tests working ok on these machines?
could you PR against borgbackup/borg 1.0-maint branch please?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AApMPr2C5NjtPDapUQnXKetbnUHKgA8hks5rRmEvgaJpZM4LiAg8>.
|
Owner
|
One has to look what exactly is failing. Some stuff does not work due to fakeroot. Also, sometimes minimal time differences are seen in timestamps. If you post the logs somewhere, I can have a look. 1.0-maint branch, tag 1.0.9 should work quite ok, that is the code of the 1.0.9 release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Centos 6 images (32 and 64 bit) were set to use local image filenames.
Updated to use community images so they can be automatically downloaded like the other boxes.
re: borgbackup#1384