File README-checkin.txt of Package ceph-test
21
1
Use the "checkin.sh" script to generate ceph.spec and tarball from a git repo
2
and branch. For example:
3
4
$ bash checkin.sh --repo https://github.com/foo/ceph --branch wip-foo
5
6
For more options, try "./checkin.sh --help"
7
8
9
FAQ
10
===
11
12
Q. What is the pre_checkin.sh script?
13
14
A. The "pre_checkin.sh" script generates ceph-test.spec from ceph.spec, and
15
ceph-test.changes from ceph.changes.
16
17
Q. Should I run it before running checkin.sh?
18
19
A. It doesn't hurt to run it, but no, you don't need to run it because
20
checkin.sh does that for you.
21