> On Aug 5, 2:26 am, BKLive <benjamin.ku...@gmail.com> wrote:
>> So then I wonder if hosting these packages on your site would be
>> beneficial or putting the .deb in a "ppa" repo (like ubuntu uses), or
>> a private repo for Fedora/RPM outside of the project homepage?
I know this is a moot point right now, but yes putting distro packages
on the googlecode site would not be an issue. Putting them into some
sort of official repository would be best, putting them into an
unofficial repository (the kind that the user would need to explicitly
add) would be good, if possible.
I had looked into all three of these possibilities, and had basically
decided that the cost/benefit analysis favored either a stand-alone
package with no repository, that would be downloaded directly from the
site (because it is the easiest option), or the "official" repository
(more work, but lots of advantages, like easy upgrades, high
visibility, and so on). But that was a tentative conclusion, a PPA or
something like it might be a perfectly good option.
On 5 August 2010 12:57, BKLive <benjami...@gmail.com> wrote:
> Funny thing about this: not doing it. I am doing the deb instructions
> correctly and it's feeding me a lot of "errors" in compilation which
> is probably due to a gcc dependency issue, which I cannot resolve due
> to massively slow internet through vbox. On top of that, my Fedora
> Live disc I took 24 hours to download (like a week ago) failed md5sum
> checks so I cannot use it.
>
> This project will be put on hold for a bit until I can get my hands on
> super fast internet and my other laptops which run the other two
> required OS's.
I'm sorry to hear you had trouble. Thanks for giving it a go though.
Just for the record, this is what I had been reading:
http://www.debian.org/doc/maint-guide/ initially when I looked into
this.
It is the maintainer's guide for debian packages (i.e., packages
available through the debian repositories).
I think the basic process is setting up a bunch of stuff locally,
uploading it all to debian servers, and the package itself is built
there, in a controlled environment. Advantages: 1) Theoretically
trivial to update once it is setup, 2) makes the package available
through apt. 1) Disadvantages, it looks like a pain to setup, 2) I
suspect it has a fairly long turn around.
>
> More later,
> BKL
Do keep me posted if you decide to come back to it.
Will