Eric Newberry | fe0d014 | 2017-11-29 13:22:48 -0700 | [diff] [blame^] | 1 | # This file indicates where each package should be obtained from when running the integration test |
| 2 | # suite. This file must be renamed to repos.conf to be used by the framework. |
| 3 | # |
| 4 | # Specific branches can be fetched by setting a PACKAGE_* variable to "branch:[name]", where |
| 5 | # "[name]" is the name of the branch. For example, the master branch can be fetched by setting the |
| 6 | # variable to "branch:master". |
| 7 | # |
| 8 | # A specific Gerrit patchset can be obtained by setting PACKAGE_* to "gerrit:[change],[patchset]", |
| 9 | # where "[change]" is the change number and "[patchset]" is the patchset number. For example, change |
| 10 | # 8888, patchset 1 can be obtained by setting the variable to "gerrit:8888,1". |
| 11 | # |
| 12 | # Specifying "local" uses a local version of the package, located in a subdirectory of the |
| 13 | # integration tests directory named "packages". Within "packages", each local package must be in a |
| 14 | # directory with the same name as the upstream repository (e.g., ndn-cxx would be in a directory |
| 15 | # named "packages/ndn-cxx" and NFD would be in a directory named "packages/NFD"). |
| 16 | # |
| 17 | # If undefined, the source of a package will default to "branch:master". |
| 18 | |
| 19 | #PACKAGE_NDNCXX=branch:master |
| 20 | #PACKAGE_NFD=branch:master |
| 21 | #PACKAGE_NDNTOOLS=branch:master |
| 22 | #PACKAGE_NDNTRAFFIC=branch:master |
| 23 | #PACKAGE_REPONG=branch:master |