Nathan Cutler
4d15e838cb
13.0.0 OBS-URL: https://build.opensuse.org/request/show/545526 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=147
21 lines
536 B
Plaintext
21 lines
536 B
Plaintext
Use the "checkin.sh" script to generate ceph.spec and tarball from a git repo
|
|
and branch. For example:
|
|
|
|
$ bash checkin.sh --repo https://github.com/foo/ceph --branch wip-foo
|
|
|
|
For more options, try "./checkin.sh --help"
|
|
|
|
|
|
FAQ
|
|
===
|
|
|
|
Q. What is the pre_checkin.sh script?
|
|
|
|
A. The "pre_checkin.sh" script generates ceph-test.spec from ceph.spec, and
|
|
ceph-test.changes from ceph.changes.
|
|
|
|
Q. Should I run it before running checkin.sh?
|
|
|
|
A. It doesn't hurt to run it, but no, you don't need to run it because
|
|
checkin.sh does that for you.
|