mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
buildpackages: also pull tags from the user ceph fork
Signed-off-by: Loic Dachary <loic@dachary.org>
This commit is contained in:
parent
ddd5f7c329
commit
5e145c1a2f
@ -33,7 +33,10 @@ function get_ceph() {
|
|||||||
|
|
||||||
test -d ceph || git clone ${git_ceph_url}
|
test -d ceph || git clone ${git_ceph_url}
|
||||||
cd ceph
|
cd ceph
|
||||||
git fetch --tags http://github.com/ceph/ceph
|
if test -d src ; then # so we don't try to fetch when using a fixture
|
||||||
|
git fetch --tags http://github.com/ceph/ceph
|
||||||
|
fi
|
||||||
|
git fetch --tags ${git_ceph_url}
|
||||||
git checkout ${sha1}
|
git checkout ${sha1}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user