FAQ:How to Mirror an rBuilder Online Repository
From rPath Wiki
| FAQ | ||
| Question: How can I create a mirror of my rBuilder Online project? | ||
Answer: Use these instructions to create a mirror of your rBuilder Online (rBO) repository. You must be a project owner on the rBO project to mirror the repository for that project.
Use the information in Conary:Repository to configure a target repository to which you can mirror the rBO project repository. For this repository ensure that the serverName value includes the rBO project name (as shown in its rBO URL) with rpath.org.
serverName project_name.rpath.org
Use the instructions for mirroring standalone repositories to mirror the rBO repository, creating the mirror configuration file as follows:
host project_name.rpath.org [source] user project_name.rpath.org rBO_user rBO_user_password [target] user project_name.rpath.org target_user target_user_password repositoryMap project_name.rpath.org https://conary.example.com/conary/
For the example, project_name is the name of your project as shown in the rBO URL for the project, rBO_user and rBO_user_password represent your credentials to sign on to rBO, and target_user and target_user_password represent the user on the target system with write permissions on the target repository. The value http://conary.example.com/conary/ should be replaced with whatever you have established as your target Conary repository.
