On 06/17/2015 05:04 PM, Victor Hu wrote: > Hi Jean-Baptiste, Hi Victor,
> There is no branch called 2.9.1 for xCAT. See "git branch -r" > To get the 2.9.1 code, you should checkout the xCAT 2.9 branch" I meant a git tag : $ git tag 2.7.8 2.8.3 2.8.4 2.8.5 2.9.1 2.9_release My goal is to be able to exactly rebuild the provided 2.9.1 rpm (or anyone of the past release in fact). If I use the 2.9 branch, I guess I'm not in the exact same state as the xcat release team was when building the officiel upstream 2.9.1 rpm ? > I believe we have just changed the master branch to be able to do local > builds a little bit better... > You might see issues when you build the 2.9 branch because it's > connecting to an internal repository to get keys to sign the RPMS > > To build the master (development) branch... > $ git checkout master > $ sudo ./buildcore.sh BUILDALL=1 UP=0 > > You can of course create the individual rpms also using the > xcat-core/makerpm command. Example: > $ cd xcat-core > $./makerpm xCAT-server xCAT-client. , etc Thank you for those tips and taking the time to answer the initial question ! Jean-Baptiste ------------------------------------------------------------------------------ _______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user
