Olivier,

I copied your rpms and meta files to my server and make it available for now.
http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64/

But I am wondering why your repository does not have c3* rpms. Is it already 
available  somewhere?
I can put mine there.
http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64_dikim/

BTW, how do we build all the other distro's repository?

Regards,

--
- DongInn

On Feb 11, 2013, at 12:21 PM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:

> 
> DongInn,
> 
> Excellent :-)
> 
> As for the missing packages, I did built them by hand because they are 
> refering to external stuffs in the .cfg file which points to a 404 reference.
> Exemple, apitest points toward 
> http://www.csm.ornl.gov/srt/downloads/oscar/apitest-1.0.0-12.3.src.rpm
> So I copy the src.rpm in /var/lib/oscar-packager/downloads and do a make rpm 
> to do the trick.
> Sometimes, a .tar.gz is missing, and I can't use this tric, so I build the 
> rpm by installing all the stuffs by hand in ~/rpmbuild/SOURCE and then I 
> issue an rpmbuild followed by the build.cfg extra params and the spec file.
> When all missing .tar.gz and .src.rpm will be accessible by an url, we sould 
> be able to avoid this ugly (but fully functionnal) build.
> 
> BTW, I've updated my repository with a few rpms that I forgot to upload 
> (pfilter, netbootmgr, jobmonarch)
> 
> 
> -- 
>    Olivier LAHAYE
>    CEA DRT/LIST/DCSI/DIR
> De : DongInn Kim [di...@cs.indiana.edu]
> Date d'envoi : lundi 11 février 2013 17:32
> À : oscar-devel@lists.sourceforge.net
> Objet : Re: [Oscar-devel] CentOS-6 x86_64 rpms built.
> 
> Yes, I uploaded the oscar packages to 
> http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64/ except 
> for the 5 missing packages (apitest ganglia jobmonarch openmpi torque).
> 
> I will download all the missing packages from Olivier's repository for now 
> and then make it available on our more like official repository.
> 
> How did you compile the above 5 packages on your machine, Olivier? 
> 
>> As I said before, I'm keen to have our copy of the epel requirements in our 
>> repos so we will avoid breakages when epel updates things. 
> I am fine with using the epel repository. All my production RHEL-6 server 
> machines have setup the epel repository and I have never had any problems 
> with this so far.
> 
>> (but for the moment, it's not yet done, so aving the epel repo in this 
>> config is better than nothing).
> I agree.
> 
> Regards,
> 
> --
> - DongInn
> 
> On Feb 11, 2013, at 10:50 AM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:
> 
>> 
>> DongInn,
>> 
>> I've understood the packman error. In fact, the repository name is important.
>> It should be: distro-version-arch.
>> Thus, it should be named rhel-6-x86_64 As it is an unstable distro, it 
>> should be under the unstable directory.
>> 
>> Thus,  the correct tree (for development branch rpms) should be:
>> http://svn.oscar.openclustergroup.org/repos/unstable/rhel-6-x86_64
>> 
>> Then for the other distro, I suppose that it should look like this:
>> http://svn.oscar.openclustergroup.org/repos/oscar-6.1/rhel-5-x86_64
>> 
>> I've just re-uploaded my repository which I've managed to correctly setup 
>> using packman:
>> /usr/bin/packman --prepare-repo $HOME/OSCAR/repos/unstable/rhel-6-x86_64/
>> 
>> It is uploaded to 
>> http://olivier.lahaye1.free.fr/OSCAR/repos/unstable/rhel-6-x86_64
>> If I've done things correctly, then it should be ok to have
>> oscar:http://olivier.lahaye1.free.fr/OSCAR/repos/unstable/rhel-6-x86_64 in 
>> the /etc/oscar/supported_distros.txt section [unstable]
>> 
>> I also think, for everything to work that this section should include epel 
>> repositories for the moment.
>> As I said before, I'm keen to have our copy of the epel requirements in our 
>> repos so we will avoid breakages when epel updates things. (but for the 
>> moment, it's not yet done, so aving the epel repo in this config is better 
>> than nothing).
>> 
>> Best regards.
>> -- 
>>    Olivier LAHAYE
>>    CEA DRT/LIST/DCSI/DIR
>> De : DongInn Kim [di...@cs.indiana.edu]
>> Date d'envoi : dimanche 10 février 2013 06:12
>> À : oscar-devel@lists.sourceforge.net
>> Objet : Re: [Oscar-devel] CentOS-6 x86_64 rpms built.
>> 
>> Great! Olivier.
>> 
>> We are not running any ftp server. Wouldn't it be good enough to host the 
>> files on a http server?
>> http://svn.oscar.openclustergroup.org/pkgs/CentOS6/
>> http://svn.oscar.openclustergroup.org/repos/
>> 
>> The repos/ directory is empty. Is there a simple way to populate the current 
>> repository there?
>> I tried to run "packman --prepare-repo <repo_path>" but it does not seem to 
>> work. Let me dig into it tomorrow.
>>> [root@marvin oscar]# packman --prepare-repo /home/oscar/repos/
>>> 
>>> =============================================================================
>>> == Preparing pool: /home/oscar/repos/
>>> =============================================================================
>>> 
>>> ERROR: OSCAR does not support the OSCAR pool repos (, , )
>>>  at /usr/bin/packman line 66
>>> ERROR: Impossible to recognize pool /home/oscar/repos/
>>>  at /usr/bin/packman line 66
>>> ERROR: Impossible to detect the pool format (/home/oscar/repos/)
>>>  at /usr/bin/packman line 66
>>> ERROR: Impossible to prepare the repository /home/oscar/repos/ at 
>>> /usr/bin/packman line 68.
>>> [root@marvin oscar]#
>> 
>> Regards,
>> 
>> --
>> - DongInn
>> 
>> On Feb 8, 2013, at 1:09 PM, LAHAYE Olivier <olivier.lah...@cea.fr> wrote:
>> 
>>> 
>>> Dear all,
>>> 
>>> I've build most of CentOS-6.3 rpms (hopefully) a few are missing like sge, 
>>> pfilter, mpich as they are broken since at least centos-5.
>>> All the rpms are available here: 
>>> http://olivier.lahaye1.free.fr/OSCAR/CentOS6/Packages/
>>> This is NOT a repo yet as I didn't had time to look at how to generate the 
>>> index using oscar commands. (create_repo)
>>> 
>>> DongInn, did you had time to initalize a repository space on your ftp 
>>> servers?
>>> We need some room for build material equivalent to 
>>> http://www.csm.ornl.gov/srt/downloads/oscar/ (contains tar.gz and src.rpm)
>>> And we need space for the repository like 
>>> oscar:http://bison.csm.ornl.gov/repos/ (/etc/oscar/supported_distros.txt 
>>> will need to be updated on redhat side for that)
>>> 
>>> In order to work, I think that epel at least and rpmforge (maybe) repos 
>>> must be setup. I'm planning to identify all rpms external to the distro and 
>>> add them to OSCAR repo in order to avoid issues in the future (missing epel 
>>> repo, epel package upgrade that breask oscar, ...)
>>> 
>>> Now I'll also concentrate on systeimager svn as it's currently broken for 
>>> rhel systems (kernel config enables somethings that triggers a crash when 
>>> udev starts or something like that that I need to sort out).
>>> 
>>> Have a nice WE, see you on monday.
>>> -- 
>>>    Olivier LAHAYE
>>>    CEA DRT/LIST/DCSI/DIR
>>> ------------------------------------------------------------------------------
>>> Free Next-Gen Firewall Hardware Offer
>>> Buy your Sophos next-gen firewall before the end March 2013 
>>> and get the hardware for free! Learn more.
>>> http://p.sf.net/sfu/sophos-d2d-feb_______________________________________________
>>> Oscar-devel mailing list
>>> Oscar-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>> 
>> ------------------------------------------------------------------------------
>> Free Next-Gen Firewall Hardware Offer
>> Buy your Sophos next-gen firewall before the end March 2013 
>> and get the hardware for free! Learn more.
>> http://p.sf.net/sfu/sophos-d2d-feb_______________________________________________
>> Oscar-devel mailing list
>> Oscar-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
> 
> ------------------------------------------------------------------------------
> Free Next-Gen Firewall Hardware Offer
> Buy your Sophos next-gen firewall before the end March 2013 
> and get the hardware for free! Learn more.
> http://p.sf.net/sfu/sophos-d2d-feb_______________________________________________
> Oscar-devel mailing list
> Oscar-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oscar-devel

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Oscar-devel mailing list
Oscar-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to