[Starlingx-discuss] SCM: repo projects revision control
Liu, Changcheng
changcheng.liu at intel.com
Tue Dec 4 01:11:46 UTC 2018
Hi Scott & Dean,
Is there any way for developers get the exactly same stx source code after running below commands?
repo init -u https://git.starlingx.io/stx-manifest -m default.xml
repo sync
Currently, some projects are set to be fixed tag/version in .repo/manifests/default.xml e.g. kubernetes.git
1 +--- 5 lines: <?xml version="1.0" encoding="UTF-8"?>--------------------------------
6 <remote name="hpe-storage" fetch="https://github.com/hpe-storage" />
7 <remote name="kubernetes" fetch="https://github.com/kubernetes" />
8 <remote name="docker" fetch="https://github.com/docker" />
9 +-- 93 lines: <remote name="calico" fetch="https://github.com/projectcalico" />------
102 <!-- Kuberneties -->
103 <project remote="kubernetes" revision="refs/tags/v1.9.6" name="kubernetes.git" path="cgcs-root/stx/git/kubernetes"/>
104 <project remote="kubernetes" revision="refs/tags/v1.8.3" name="dashboard.git" path="cgcs-root/stx/git/kube-dashboard"/>
105 +-- 5 lines: <project remote="kubernetes" revision="refs/tags/1.14.8" name="dns.git" path="cgcs-root/stx/git/kube-dns"/>--
However, some projects are always moving ahead without setting "revision" item.
B.R.
Changcheng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.starlingx.io/pipermail/starlingx-discuss/attachments/20181204/8d9b02a2/attachment-0001.html>
More information about the Starlingx-discuss
mailing list