Displaying 5 results from an estimated 5 matches for "user_doc".
2004 Jul 28
3
only 1.3 of 12 GB will transfer from OSX to Linux
...m an rsync server on Mac OSX to a
Linux machine. I'm doing everything as root on both ends to make sure it's
not a permissions issue, but still can't get all the files to transfer.
I have the rsync server running on OSX as root, like this:
server:/Users root# cat /etc/rsyncd.conf
[user_docs]
path = /Users
read only = true
transfer logging = no
server:/Users root# ps -alx|grep rsync
0 1658 1 0 31 0 18268 372 - Ss ?? 0:00.01
rsync --daemon
On the client, I run this:
[client:/tmp/server/Users]# rsync -av --delete server::user_docs/
/tmp/server/Users...
2020 Jan 21
2
Phabricator -> GitHub PRs?
...eally gets merged. You
review, build and test exactly the change that gets merged afterwards.
So from the build server perspective, Github is clearly the better solution.
[1] https://buildkite.com/llvm-project/llvm-release-builds
[2]
https://github.com/google/llvm-premerge-checks/blob/master/docs/user_doc.md
Best,
Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200121/8dbda8dd/attachment.html>
2019 Dec 12
4
RFC: Using GitHub Actions for CI testing on the release/* branches
Please forgive the incorrect threading on this reply to Tom Stellard's RFC.
> I would like to start using GitHub Actions[1] for CI testing on the
release/*
> branches. As far as I know we don't have any buildbots listening to the
> release branches, and I think GitHub Actions are a good way for us to
> quickly bring-up some CI jobs there.
Personally, I feel that Tom's
2019 Dec 13
2
RFC: Using GitHub Actions for CI testing on the release/* branches
...sers to run
> concurrently before being throttled?
>
> You may have seen that Christian Kuhnel has been working on a pre-commit
> testing bot that integrates with Phab:
> https://reviews.llvm.org/p/merge_guards_bot/
> https://github.com/google/llvm-premerge-checks/blob/master/docs/user_doc.md
> I hope that ends up being the way forward and suits Tom's original release
> testing goals.
>
> On Wed, Dec 11, 2019 at 11:43 PM John Byrd via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Please forgive the incorrect threading on this reply to Tom
>...
2020 Feb 06
2
RFC: Using GitHub Actions for CI testing on the release/* branches
...urrently before being throttled?
>
> You may have seen that Christian Kuhnel has been working on a pre-commit testing bot that integrates with Phab:
> https://reviews.llvm.org/p/merge_guards_bot/
> https://github.com/google/llvm-premerge-checks/blob/master/docs/user_doc.md
> I hope that ends up being the way forward and suits Tom's original release testing goals.
>
> On Wed, Dec 11, 2019 at 11:43 PM John Byrd via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> Please...