Hi Jean-Baptiste, Ah sorry about that misunderstanding. I see now..
In the buildcore.sh script, we are doing a git pull, We should look into fixing this to allow for this scenario. However, in the meantime, to get you going, you'll need to remove the "git pull" line .. you can comment it out in buildcore.sh around line 190. "git pull > $GITUP" Then you should be able to run : $ sudo ./buildcore.sh BUILDALL=1 UP=0 and it should produce some RPMs Regards, VICTOR K. HU Phone: 1-845-433-9571 E-mail: [email protected] 2455 South Rd Poughkeepsie, NY 12601-5400 United States From: Jean-Baptiste Denis <[email protected]> To: [email protected] Date: 06/17/2015 04:29 PM Subject: Re: [xcat-user] Using the buildcore script on a tag 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
------------------------------------------------------------------------------
_______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user
