On 05/07/2011 12:36 AM, Timothy Pearson wrote: <snip>
Just a brief look over, but it appears fine.
I do wonder if the quickbuild URL will always be ok though, is it a static url?
Calvin
I don't know -- we'll have to ask Tim.... Tim? Will the quickbuild URLs be permanent? In the Arch PKGBUILD we grab the sources with:
pkgver=0.6.5 _pkgsuffix=2debian2
<snip> source=("http://quickbuild.pearsoncomputing.net:58080/2055979/libcaldav_${pkgver}-${_pkgsuffix}.tar.gz") <snip>
which downloads the tarball and then builds the libcaldav package for Arch. Are the quickbuild.pearsoncomputing.net URLs OK to use for this purpose -- or -- can they disappear without warning?
Calvin - I also did the libcarddav PKGBUILD as well:
http://www.3111skyline.com/dl/dt/trinity/arch/src/trinity-libcarddav.tar.gz
-- David C. Rankin, J.D.,P.E.
See the 2055979 in the URL you posted? That is the non-standard part that may change without warning.
I would recommend this instead: https://quickbuild.pearsoncomputing.net/~trinity/+archive/trinity-nightly-bu...
That URL should not go away readily (well, not until I need to change the 2debian0 suffix anyway).
Tim
Thanks Tim,
That's what we needed to know.