https://github.com/screwdriver-cd/sd-repo
Command line tool for Gerrit Repo checkout
https://github.com/screwdriver-cd/sd-repo
Last synced: 11 months ago
JSON representation
Command line tool for Gerrit Repo checkout
- Host: GitHub
- URL: https://github.com/screwdriver-cd/sd-repo
- Owner: screwdriver-cd
- License: other
- Created: 2018-05-10T18:38:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T08:14:05.000Z (over 3 years ago)
- Last Synced: 2025-07-06T13:50:25.134Z (11 months ago)
- Language: Go
- Homepage: https://cd.screwdriver.cd/pipelines/796
- Size: 18.6 KB
- Stars: 0
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# sd-repo
[![Build Status][status-image]][status-url] [![Open Issues][issues-image]][issues-url]
> Tool for executing the [Repo](https://source.android.com/setup/develop/repo) workflow for `getCheckoutCommand` in [screwdriver-scm-github](https://github.com/screwdriver-cd/scm-github/blob/master/index.js#L272)
## Usage
```bash
sd-repo -manifestUrl=git@github.com:org/manifestRepo.git/default.xml -sourceRepo=org/appRepo
```
## Testing
```bash
go test ./...
```
## License
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.
[issues-image]: https://img.shields.io/github/issues/screwdriver-cd/screwdriver.svg
[issues-url]: https://github.com/screwdriver-cd/screwdriver/issues
[status-image]: https://cd.screwdriver.cd/pipelines/796/badge
[status-url]: https://cd.screwdriver.cd/pipelines/796