Print

Print


@bbockelm GitHub's pull requests are just branches, so it should be fairly easy to build/test them with any CI system. You just add extra fetch reference to your remote's config:

```
fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
```

And you can fetch them:

```
]==> git fetch
remote: Counting objects: 1478, done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 1478 (delta 219), reused 205 (delta 205), pack-reused 1234
Receiving objects: 100% (1478/1478), 25.87 MiB | 1.39 MiB/s, done.
Resolving deltas: 100% (907/907), completed with 145 local objects.
From github.com:xrootd/xrootd
 * [new ref]           refs/pull/10/head  -> origin/pr/10
 * [new ref]           refs/pull/100/head -> origin/pr/100
 * [new ref]           refs/pull/101/head -> origin/pr/101
 * [new ref]           refs/pull/102/head -> origin/pr/102
 * [new ref]           refs/pull/106/head -> origin/pr/106
 * [new ref]           refs/pull/108/head -> origin/pr/108
 * [new ref]           refs/pull/111/head -> origin/pr/111
 * [new ref]           refs/pull/112/head -> origin/pr/112
 * [new ref]           refs/pull/119/head -> origin/pr/119
 * [new ref]           refs/pull/122/head -> origin/pr/122
 * [new ref]           refs/pull/123/head -> origin/pr/123
...
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/502#issuecomment-293420910

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1