mirror of
https://github.com/ceph/ceph
synced 2025-03-10 18:29:40 +00:00
A clone of Ceph is not automagically updated with the tags from the official Ceph repository. For a pull request based on master, git describe will use whatever tags existed at the time the clone was made, unless the author pull them from the official Ceph repository and later git push --tags them. The output of git describe is used to name the packages and if the official tags are not present, the packages will be incorrectly named. For instance instead of 9.0.3-34 the packages could be named 0.87-8433 because the v0.87 tag is the most recent tag in the repository. That confuses the install task that will fail with: 'ceph version 0.87 was not installed, found 9.0.3.' Signed-off-by: Loic Dachary <ldachary@redhat.com> |
||
---|---|---|
.. | ||
centos-6.5-user-data.txt | ||
centos-7.0-user-data.txt | ||
common.sh | ||
make-deb.sh | ||
make-rpm.sh | ||
Makefile | ||
ubuntu-14.04-user-data.txt | ||
user-data.txt |