Hi!
> If you can file tickets for specific repositories to matjaz that would
> be awesome, he had some mirroring capabilities going and I think it
> just means finding a mirror to add to our config files then there
> should be no more issue,
If we are talking about trunk, then yes, the mirroring capabilities are already
built in.
If you look at the main config.txt in trunk/docs/scripts/3rd_party, you can add
URL mirrors separated with blanks, like in this example:
wget_x86_url: ${CENTOS_MIRROR}/centos/5/os/i386/CentOS
${MIRROR_NO2}/somewhere/i386/CentOS http://mirror3.nowhere.com/pub/i386/CentOS
wget_x86_pkgs: wget-1.11.4-2.el5_4.1.i386.rpm
If wget package is not found at the first URL (${CENTOS_MIRROR}/...), other
URLs are tried in sequence (${MIRROR_NO2} and http://mirror3). Error in
compilation occurs only if all mirrors fail.
The same syntax is valid also for package specific config.txt(s) on package
subdirs.
Of course, the package name *must* be the same in all mirrors/repositories in
the list, i.e. it's not possible to specify the following:
${MIRROR_URL1}/pub/package_name1.rpm
${MIRROR_URL2}/pub/package_name2.rpm
Matjaz
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________